From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 18:52:32 2014 Return-Path: Delivered-To: ports@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 47C96368 for ; Wed, 9 Apr 2014 18:52:32 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EF4A1113 for ; Wed, 9 Apr 2014 18:52:32 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wp18so3231059obc.9 for ; Wed, 09 Apr 2014 11:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IqGR+w6GvexwPBUWe0mqqXNLmPq7xXJwzVKgQgpy0Go=; b=MsEcoS4vTAwfngRxP0yETdnWhe3ae6cO4el1NCfhlGCmNZ+3getQPbOtO0Yz2rShC7 TfvDKh/KdRrEBjSxl1a6m5ibx2XT/W62PMCJQDVb6Qo5VSneK6uQqtfi2UAwGS/v73O6 qDhsYHuyaeJcmahBe676L5puTURl1NfWhcCOrTAtYDrnxK3J42kk7weJMEozE8IW/HYa Do7ZIzt1eSxOMmjoF537y8tRyKPcJHJ+XtMwVQ3mwVZdOwtxeMHtKyK2HYtivrYWcbmP T2lfW61Wlqe9oehqoZpnGvZWnG6K1VGlBgj64np7Eq8GTtLLf0ZxGxky3YyIYY08XC5b 9Oyw== MIME-Version: 1.0 X-Received: by 10.60.59.196 with SMTP id b4mr10162149oer.48.1397069551449; Wed, 09 Apr 2014 11:52:31 -0700 (PDT) Received: by 10.76.180.40 with HTTP; Wed, 9 Apr 2014 11:52:31 -0700 (PDT) In-Reply-To: <121ab5c9-32ac-48fe-adde-ee2926066e5c@email.android.com> References: <53445FEF.3030504@physics.org> <121ab5c9-32ac-48fe-adde-ee2926066e5c@email.android.com> Date: Wed, 9 Apr 2014 11:52:31 -0700 Message-ID: Subject: Re: Quickly cleanroom building and installing software from ports From: Freddie Cash To: Chris Rees Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Ports Mailing List , Steven Hartland 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:52:32 -0000 On Wed, Apr 9, 2014 at 11:36 AM, Chris Rees wrote: > I'd be delighted if out of the box it could *install* just built packages= . > Can it do that? > =E2=80=8BPoudriere is a package building tool (and repo building tool), not= hing more. pkg(8) is how packages are installed=E2=80=8B. It's up to you to decide ho= w you want the packages installed. Write a wrapper script around poudriere to use pkg(8) to install the packages that were just created. --=20 Freddie Cash fjwcash@gmail.com