From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 14:28:17 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0403A3E3 for ; Sun, 28 Oct 2012 14:28:17 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id BA18A8FC17 for ; Sun, 28 Oct 2012 14:28:16 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id 64B98AA40; Sun, 28 Oct 2012 15:28:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 56BFA2CECDA; Sun, 28 Oct 2012 15:27:42 +0100 (CET) Date: Sun, 28 Oct 2012 15:27:41 +0100 From: Patrick Lamaiziere To: Alexander Kapshuk Subject: Re: Portupgrade now supports pkgng [/usr/ports/UPDATING] Message-ID: <20121028152741.47316eeb@davenulle.org> In-Reply-To: <508C2668.4010006@gmail.com> References: <508C2668.4010006@gmail.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd9) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2012 14:28:17 -0000 Le Sat, 27 Oct 2012 21:22:32 +0300, Alexander Kapshuk a écrit : > Having done all of the above, I ran portupgrade to update all the > pkgs that needed upgrading on my system, and got the message below: > root@box0:/root/tmp # portupgrade -varRP --batch -L '%s_%s' > USING PKGNG > Packages are not yet suported. Use pkg(8) directly. > > That doesn't sound like portupgrade supports pkgng, or did I misread > the message in the UPDATING file? pkg is able to make packages upgrade by itself. I think the good way to update with packages is "pkg updgrade" then portupgrade to build the ports without packages avalaible. Anyway I had many problems with portupgrade and pkg (basically It was not able to build its database because of inconsistency in ports dependencies), portmaster with pkgng patch looks better. Regards.