From owner-freebsd-questions@FreeBSD.ORG Tue Mar 25 00:48:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2970FEBB for ; Tue, 25 Mar 2014 00:48:26 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E109DF8E for ; Tue, 25 Mar 2014 00:48:25 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wp18so6626460obc.21 for ; Mon, 24 Mar 2014 17:48:25 -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=PZ0NohM2uWbalxEjLwqRzeTRop5FVEGjIc2ytNYQPDw=; b=v42ho+gtXjY59BaM3I6PZVY3yA/uriYrpTlKnNmifvDO0s/hooBJ1B+UXj0KqqGfzS vazT+o/0SwLPo3Gnsxh1joCPGE6YDTvZBwJRfccpsO4ZkT56zkS0jxbMMkPQoM1sMn/Y fKDsulTJKdTHOybQPXEV8+ofwz5bBx2KCMot87Q8nFp6VK8Q249QB9bEzuSUiDAKL3bB lEBVXriVS5qJZWmJA25vOY6SsTRQmNGcJ5QfpuwHRa8WHRhAqd2GXtLsoPeaV7C5NlGE WAVucDOmoDNrrEfNu20R1AMvo7H1RaYw+tbJBCKEONswv64Tt1PaC+y5zi16bagDMBtD z8Nw== X-Received: by 10.60.37.99 with SMTP id x3mr36149502oej.2.1395708505350; Mon, 24 Mar 2014 17:48:25 -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 z5sm26245493obg.13.2014.03.24.17.48.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 17:48:24 -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: 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:48:23 -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:48:26 -0000 Also, I should note that, regarding the original packages with Gnu Make need= s: If you can, you'll definitely want to get the ports versions of the tools= you need, if it all possible. But, the ports collection has Gnu Make for yo= u to use if necessary... pkg install gmake gmake install... etc --Matt On Mar 24, 2014, at 7:42 PM, Matthew Pherigo wrote: >> 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. Corre= ct? >=20 > Depends how many machines you're using your poudriere packages to install t= o. The point of poudriere is that your poudriere server compiles the package= s with custom options that you want, and then acts as a package repository t= o the rest of your computers. Thereby, you'll only be compiling your package= s once (unless you're dealing with different architectures, which is a whole= other issue). So, if you only have one computer, it won't save you any time= , but the time you save goes up exponentially with how many other computers o= f the same architecture you have. >=20 > --Matt