From owner-freebsd-questions@FreeBSD.ORG Sat Jul 14 08:09:09 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 24B76106566B for ; Sat, 14 Jul 2012 08:09:09 +0000 (UTC) (envelope-from cjr@cruwe.de) Received: from cruwe.de (cruwe.de [188.40.164.98]) by mx1.freebsd.org (Postfix) with ESMTP id C9A7E8FC12 for ; Sat, 14 Jul 2012 08:09:08 +0000 (UTC) Received: from cruwe.de (unknown [127.0.0.4]) by cruwe.de (Postfix) with ESMTP id 5430BDF12 for ; Sat, 14 Jul 2012 08:00:11 +0000 (UTC) Received: by cruwe.de (Postfix, from userid 65534) id 392EEDF11; Sat, 14 Jul 2012 08:00:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.cruwe.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=4.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 Received: from dijkstra.cruwe.de (p5B37B00C.dip.t-dialin.net [91.55.176.12]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by cruwe.de (Postfix) with ESMTPSA id 33305DF0D for ; Sat, 14 Jul 2012 08:00:09 +0000 (UTC) Date: Sat, 14 Jul 2012 09:59:55 +0200 From: "Christopher J. Ruwe" To: freebsd-questions@freebsd.org Message-ID: <20120714095955.5b3b9f21@dijkstra.cruwe.de> In-Reply-To: <50000760.5060904@unsane.co.uk> References: <50000760.5060904@unsane.co.uk> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/2.=70CJdfPAiKe3FpEM4ZBM"; protocol="application/pgp-signature" X-Virus-Scanned: ClamAV on mail.cruwe.de using ClamSMTP Subject: Re: anyone here use poudriere ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2012 08:09:09 -0000 --Sig_/2.=70CJdfPAiKe3FpEM4ZBM Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 13 Jul 2012 12:32:48 +0100 Vincent Hoffman wrote: > I've been playing with poudriere and pkg as per > http://fossil.etoilebsd.net/poudriere/doc/trunk/doc/pkgng_repos.wiki > in the hope that it will be an easier way to maintain a custom > internal package repository for work not I'va managed to get a few > FreeBSD boxes into service there. >=20 > I'm liking it lots more than the traditional package build but I am > having some problems working out how to set custom build options for > ports. Does anyone else use poudriere for this and if so how do they > handle this. >=20 >=20 > Thanks, > Vince > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" I use a combination of PORTSDIR, DISTDIR and PORT_DBDIR in make.conf to set the actual ports tree to poudiriere. Have a look at man ports. You can then use the make config-recursive target to set the configuration in advance. Using portmaster should also work then. Cheers --=20 Christopher TZ: GMT + 2h --Sig_/2.=70CJdfPAiKe3FpEM4ZBM Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJQAScCAAoJEJTIKW/o3iwUP7cP/005evJEAvorh1p7uHDQXNSv QuXP9QtiMkidsfGfWQHvFNGNGAhi+iMHnkRVDIyQzlv9ST9fgcojvp6ECprYooE8 Qu2haP/LyFiUa6K/maVPvryHVp79rdx8oxPkI4iRtkAPlgpn/35UYxfm8FqoCefv 4pPM4OwQ06FFnSRD6uqm9zdpCcXcPtQ/deFGSvbHTLFUi9j7npzQho+GXGvCMC7m FziIkJN9THLCpSO+ytHwbqYrAGWjj5VF1YoZRqxBNKtTIiJ3xILdUwjd7grOrc5J InAvqBCan7QWT34Ta5kB76UkU1x8qeV/e20vRtDFJhOOULKuggcWoHOfjaKz0/xr 3nAQQQkxCYhgvZcvxyBCNtqDvpc//TtZG7Movd3NG0NFh0xJgfdRvPmyAPCZTyCK dddBDfFY40Dyss0qHhE82sT8JaLiBJBwFbqQ8TyFwLhnj1JN5ysGd8e1QBsj3SFZ Bsdq2P3r5CMmPVD4RRXUkby7EQXZJF+e6ijCrgnSwUz+bNpRPOdCh8ffbzu8Vvym laspHNqjxmMguU68Dtc1mkgiN9jPmyEdq7pG/snlBQk53rLwvyp3koKrP1TS52WL XZpSI+bGXxZqU4Os7CLj5WC8Ir2XYRuFft469vV/7jbQD8Vfc4QCdSfp4BWI1Nyp dlfrRbzFXTEdmay1K+LQ =mnpk -----END PGP SIGNATURE----- --Sig_/2.=70CJdfPAiKe3FpEM4ZBM--