From owner-freebsd-questions@FreeBSD.ORG Tue Mar 25 00:43:00 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 276DFDF0 for ; Tue, 25 Mar 2014 00:43:00 +0000 (UTC) Received: from mail-oa0-x229.google.com (mail-oa0-x229.google.com [IPv6:2607:f8b0:4003:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E00A4F67 for ; Tue, 25 Mar 2014 00:42:59 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id j17so6890466oag.28 for ; Mon, 24 Mar 2014 17:42:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=CR28XFd6daLxgUNNPh6+dLMzYXp7gdCQ4E5UGPaCtIc=; b=dCCWh2oGeDY+JvSGCBtF/D4hSayKEY8dbl2/aFHrdAPJBevAg9bd2tQ3fQAxNR39FP cYuFMOq4ukDKWsw3Cru8Yu/a4UoJtK6pqXs5K8z+3iPVRMFEesamD+padwc73z+rqYuA aidvvoxs/oaYPDtPYpKCwWIOgurs6WQa4I9UNNAmYLy6FGgzltS08q64hFDWzHRzgqhA 3jASBDE/hMaPYySfypf376GYjuBLr0y/grMlq+1ckCq6nVMVSnHdcM1SIV2aazdy8IOi Q6UUxLrT9yR6RNw9I0XWdgNGWA2yDzua4k3BQHLOCu4sl6+4vc9GK2XrUbzt0jrJo4xN 9SnQ== X-Received: by 10.60.155.72 with SMTP id vu8mr115033oeb.60.1395708179254; Mon, 24 Mar 2014 17:42:59 -0700 (PDT) Received: from [192.168.1.64] (pool-71-170-112-253.dllstx.fios.verizon.net. [71.170.112.253]) by mx.google.com with ESMTPSA id tr10sm26207642obb.6.2014.03.24.17.42.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 17:42:58 -0700 (PDT) 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> Mime-Version: 1.0 (1.0) In-Reply-To: <5330CB20.3090705@networktest.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPad Mail (11D167) From: Matthew Pherigo Subject: Re: Using pkg with build options Date: Mon, 24 Mar 2014 19:42:57 -0500 To: David Newman 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 00:43:00 -0000 > On Mar 24, 2014, at 7:17 PM, David Newman wrote:= >=20 > However, if I understand that poudriere link, it would still build my > custom packages from ports, and thus there isn't much time savings. Correc= t? Depends how many machines you're using your poudriere packages to install to= . The point of poudriere is that your poudriere server compiles the packages= with custom options that you want, and then acts as a package repository to= the rest of your computers. Thereby, you'll only be compiling your packages= once (unless you're dealing with different architectures, which is a whole o= ther issue). So, if you only have one computer, it won't save you any time, b= ut the time you save goes up exponentially with how many other computers of t= he same architecture you have. --Matt=