Date: Thu, 01 Aug 2013 11:16:16 -0500 From: Mark Felder <feld@FreeBSD.org> To: freebsd-stable@freebsd.org Subject: Re: Please remove Perl from ports Message-ID: <1375373776.10313.4638431.6FE6056D@webmail.messagingengine.com> In-Reply-To: <8705515f2e1b295438d448910a7d19bd.authenticated@ultimatedns.net> References: <622977670ec4e80b844c5c6c978ae6f6.authenticated@ultimatedns.net> <20130801174900.68fa46eb@mr129166> <8705515f2e1b295438d448910a7d19bd.authenticated@ultimatedns.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 1, 2013, at 11:07, Chris H wrote: > While that all sounds "dreamy". I don't think setting something > like that up on a *half* up(graded|dated) server, should even be > considered. Much less even possible. :( > Oh, it's more than possible. 1) Install poudriere, minimal configuration if you have ZFS, bit more if you use UFS 2) # poudriere ports -c # creates ports tree for build env 3) # poudirere jail -c -j your_buildjail_name -a arch -v X.X-RELEASE # creates your build jail for your release+architecture 4) put your /etc/make.conf in /usr/local/etc/poudriere.d/your_buildjail_name-make.conf 5) copy your /var/db/ports (port options) to /usr/local/etc/poudirere.d/your_buildjail_name-options/ 6) poudriere bulk -j your_buildjail_name -f list_of_ports.txt wait a bit as it builds all your packages in a cleanroom environment 7) configure /usr/local/etc/pkg.conf to point to these packages (file://usr/local/poudriere/data/packages/your_buildjail_name-default/) 8) pkg update 9) pkg upgrade that will probably fix you up, but there might be a small dragon or two
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1375373776.10313.4638431.6FE6056D>
