From owner-freebsd-ports@FreeBSD.ORG Tue Oct 16 21:11:23 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFB90495 for ; Tue, 16 Oct 2012 21:11:23 +0000 (UTC) (envelope-from kernel@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 783328FC12 for ; Tue, 16 Oct 2012 21:11:23 +0000 (UTC) Received: from webrz.xs4all.nl (localhost [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 22521508D0 for ; Tue, 16 Oct 2012 23:09:12 +0200 (CEST) Received: from [10.10.10.44] (chimea.webrz.net [10.10.10.44]) by webrz.xs4all.nl (Postfix) with ESMTPA id 031BA50889 for ; Tue, 16 Oct 2012 23:09:12 +0200 (CEST) Message-ID: <507DCD7E.3080108@webrz.net> Date: Tue, 16 Oct 2012 23:11:26 +0200 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Portmaster/Portupgrade | pkg2ng Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @triton.webrz.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 21:11:23 -0000 Somewhat lost here; just read UPDATING in which is reported about an additional function support of pkgng by portupgrade and portmaster: PORTMASTER # make -C /usr/ports/ports-mgmt/portmaster config build deinstall install clean # echo 'WITH_PKGNG=yes' >> /etc/make.conf # pkg2ng* PORTUPGRADE # echo 'WITH_PKGNG=yes' >> /etc/make.conf # pkg2ng* # pkgdb -fu The only issue I have is that this pkg2ng command doesn't work as this program* cannot be found so the command returns with a 'pkg2ng: Command not found.' Can someone tell me what I miss here? Thanks Jos Chrispijn