From owner-freebsd-questions@FreeBSD.ORG Tue Mar 25 01:55:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D8AA5A1 for ; Tue, 25 Mar 2014 01:55:53 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C8CE6C9 for ; Tue, 25 Mar 2014 01:55:52 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s2P1toqZ032575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 24 Mar 2014 19:55:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s2P1toiB032572; Mon, 24 Mar 2014 19:55:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 24 Mar 2014 19:55:50 -0600 (MDT) From: Warren Block To: David Newman Subject: Re: Using pkg with build options In-Reply-To: <5330CB20.3090705@networktest.com> Message-ID: References: <372190939.49499.1395582789284.JavaMail.mail@webmail12> <20140323150144.029c571e.freebsd@edvax.de> <532F15D8.10403@FreeBSD.org> <20140323185258.e389040f.freebsd@edvax.de> <5330C120.40905@networktest.com> <5330CB20.3090705@networktest.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 24 Mar 2014 19:55:50 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 01:55:53 -0000 On Mon, 24 Mar 2014, David Newman wrote: >> Using Poudriere to build binary packages of your own is not required. >> But if you want to do it, there's a short section on setting up >> Poudriere in the Handbook: >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-poudriere.html > > Part of the appeal of pkg is that package binaries install much faster > than waiting for 'portmaster -aD' to complete after updating the ports tree. > > However, if I understand that poudriere link, it would still build my > custom packages from ports, and thus there isn't much time savings. Correct? Yes. Poudriere is really only helpful if you have multiple machines using the same binary packages. One machine builds all the packages, then the rest of them install from it.