From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 18:51:58 2014 Return-Path: Delivered-To: ports@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 81034229 for ; Wed, 9 Apr 2014 18:51:58 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 43FDD10F0 for ; Wed, 9 Apr 2014 18:51:57 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 60B1520E70886; Wed, 9 Apr 2014 18:51:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.2 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 2396D20E70885; Wed, 9 Apr 2014 18:51:52 +0000 (UTC) Message-ID: <4564C5511F194A339F968FA9C1F5E23A@multiplay.co.uk> From: "Steven Hartland" To: "Chris Rees" , "Chris Rees" , References: <53445FEF.3030504@physics.org> <121ab5c9-32ac-48fe-adde-ee2926066e5c@email.android.com> Subject: Re: Quickly cleanroom building and installing software from ports Date: Wed, 9 Apr 2014 19:51:48 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 18:51:58 -0000 You can pop a web server in front of its output directory, configure your repository to point to it and then let pkg install do the yes. Simply answer yes it can :) ----- Original Message ----- From: "Chris Rees" > I'd be delighted if out of the box it could *install* just built packages. Can it do that? > > Chris > > On 8 April 2014 22:12:19 BST, Steven Hartland wrote: >>Look at poudriere its really good for exactly this, can even cross >>build >>different versions.