From owner-freebsd-ports@FreeBSD.ORG Wed Jul 30 22:29:21 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5327A0C for ; Wed, 30 Jul 2014 22:29:21 +0000 (UTC) Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 778882DAE for ; Wed, 30 Jul 2014 22:29:21 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id y10so2211449pdj.35 for ; Wed, 30 Jul 2014 15:29:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=pc3AGSrHm/IQEnFSDZ37sGZXRzYz23gJiCw7T1aoayM=; b=Aw27Zb9bvu7Z/g7Gm3E37t/ewZG3vyYq+wAun0Qnlfxlrrmgc/SAvpC+cmmvm9UQfA zY4/8MxIXNN4cdILPPVc6TNbmoZC/4oiz5uDhW1gVsqc9kccpZz4MI5kofxgjToDxJCa xv9GNK89VNqepRRWB0TN3A0Yy2HMnwCSvlogW3xy0oQeBz3QNGCzo01t/vgJvxQ+bgzC Me4JxOP4ifrjX1SdlajSXjxPeTmdt7W0VsEUUS51Z3pkPSFs+www/E1wKwmWvWXFzIEJ NYbI6js5ggm9b6G+thSnTBQPB9aHFoc/IHJGl2YbESL2zgophulHwxDf1uwetUxIM7KW 4yNg== X-Gm-Message-State: ALoCoQkA24JcqgvXYaZMeL/n7+uRctIzm+KY53WHmpF6KE4N5rJaIZCUW306Lurh+mm0H/8BOS60 MIME-Version: 1.0 X-Received: by 10.70.41.136 with SMTP id f8mr8098131pdl.46.1406759355586; Wed, 30 Jul 2014 15:29:15 -0700 (PDT) Received: by 10.70.101.41 with HTTP; Wed, 30 Jul 2014 15:29:15 -0700 (PDT) Received: by 10.70.101.41 with HTTP; Wed, 30 Jul 2014 15:29:15 -0700 (PDT) In-Reply-To: References: <1406677532.1545.6.camel@lenovo.toontown> <20140730054718.GD37672@ivaldir.etoilebsd.net> <1764FA9A-2B4B-4829-B669-DAFB3584C167@freebsd.org> Date: Wed, 30 Jul 2014 15:29:15 -0700 Message-ID: Subject: Re: pkg 1.3.X changed behaviour with pkg -fR xxx From: Jos Backus To: Kevin Oberman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Baptiste Daroussin , Michael Gmelin , FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 22:29:21 -0000 On Jul 30, 2014 12:03 PM, "Kevin Oberman" wrote: > > On Wed, Jul 30, 2014 at 1:16 AM, Michael Gmelin wrote: > > > > > > > > On 30 Jul 2014, at 08:58, Kevin Oberman wrote: > > > > > > On Tue, Jul 29, 2014 at 10:47 PM, Baptiste Daroussin > > > wrote: > > > > > >>> On Tue, Jul 29, 2014 at 08:45:32PM -0300, sergio lenzi wrote: > > >>> see the sequence of commands > > >>> > > >>> pkg info -qr db6 > > >>> results.... > > >>> redland-1.0.17_3 > > >>> serf-1.3.6_1 > > >>> subversion-1.8.9_7 > > >>> apr-1.5.1.1.5.3_3 > > >>> squidGuard-1.4_9 > > >>> cyrus-sasl-saslauthd-2.1.26_1 > > >>> evolution-data-server-2.32.1_11 > > >>> bogofilter-1.2.4_2 > > >>> ============================= > > >>> Now the command.... > > >>> > > >>> pkg install -fR db6 > > >>> > > >>> > > >>> > > >>> Updating repository catalogue > > >>> DIST64 repository is up-to-date > > >>> All repositories are up-to-date > > >>> Checking integrity... done (0 conflicting) > > >>> The following 1 packages will be affected (of 1037 checked): > > >>> > > >>> Installed packages to be REINSTALLED: > > >>> db6-6.1.19 (forced reinstall) > > >>> =========================== > > >>> look that it will reinstall db6 (which is correct) > > >>> but not will reinstall the other packages as the manual says so... > > >>> > > >>> Another missing thing is that pkg upgrade > > >>> will not reinstall the packages that changed options or > > >>> that changed direct dependencies (as pkg 1.2.X did)... > > >>> > > >>> Is it normal or a bug?? > > >> This is a bug can you open a ticket on github? > > >> > > >> regards, > > >> Bapt > > > > > > Wouldn't the FreeBSD bugzilla be a better place? > > > > Pkg is developed using git and hosted on GitHub. Its issue tracker hooks > > into the repository quite nicely, so it actually makes a lot of sense to > > file it there. > > > > https://github.com/freebsd/pkg/issues/new > > > > While I understand that, it is disturbing to see a very important part of > FreeBSD not using the FreeBSD bug tracking system. If I have a problem with > FreeBSD and want to see if there is a trouble report, I am not going to > look at github (or any external tracker). I'm going to look at the FreeBSD > Bugzilla and I feel it is improper to have an official FreeBSD project > recommending issues be sent to any external bug tracker in lieu of the > official one.. > > Simply put, I think it is a terrible idea and should be squashed > immediately. My impression was that pkg is supposed to be cross-platform and portable, hence not FreeBSD-specific. Jos > -- > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"