From owner-freebsd-questions@FreeBSD.ORG Sun Feb 24 18:00:33 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9D031721 for ; Sun, 24 Feb 2013 18:00:33 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1ADBE6 for ; Sun, 24 Feb 2013 18:00:32 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1U9fg7-0002BS-L6 for freebsd-questions@freebsd.org; Sun, 24 Feb 2013 17:47:59 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U9fft-000A8D-4F for freebsd-questions@freebsd.org; Sun, 24 Feb 2013 17:47:45 +0000 Date: Sun, 24 Feb 2013 17:47:14 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: "make package" vs "pkg create" Message-Id: <20130224174714.58606233ced33e520784d025@sohara.org> In-Reply-To: <512A40E9.805@gmail.com> References: <512A40E9.805@gmail.com> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) 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, 24 Feb 2013 18:00:33 -0000 On Sun, 24 Feb 2013 10:33:45 -0600 Joshua Isom wrote: > I tried making a build jail, not with pourdriere or tinderbox. I just > went to the ports and ran `make -DBATCH package-recursive clean` to get > packages created. I ran `pkg add *` in the packages/All directory, but > all failed because of MANIFEST missing. I'm guessing this is a bug in > the .mk files, since I do have WITH_PKGNG set. No bug, but you will need to run pkg repo to turn the collection of packages you've built into a pkgng repository. > Is this a known problem > or is there supposed to be a different way to do it? Am I just supposed > to use pourdriere or the source to keep my ports up to date until all > the packages are rebuilt on freebsd.org? You don't need to use poudriere but it is very convenient once set up. For example - updating the ports tree and rebuilding the affected ports poudriere ports -u poudriere bulk -f /root/packages -j build build is my build jail, and /root/packages is a file listing the packages I want. -- Steve O'Hara-Smith