From owner-freebsd-ports@FreeBSD.ORG Sun Oct 27 16:59:05 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id AC74F3EE for ; Sun, 27 Oct 2013 16:59:05 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76E4120BD for ; Sun, 27 Oct 2013 16:59:05 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id i4so2732235oah.32 for ; Sun, 27 Oct 2013 09:59:04 -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=UKDB59VIwlDkA49Njru80s1FtOzA5rRY89po1gYN4zs=; b=JfC+dhimWNWtSiOApAV5BSxUVhDIrBmUhi955NiE3pSpim0nw3mdS7Bg1WXbGaJE0L 5unZ3fJo8kZsbxQ8MvNBzPdUotc6ubhByxKZ02Id8No/0XYe2EUmibmQn4K69/w6JnN2 Ivnbh9m/8KtMxQDuLtE8/+WDSkMFwZmaGUA40EqflDlmX8imxaj0xnat2GZckbHb1GM8 S0nAWF0NBqwbRKd3M8lJtyErTXNgK01K1giPE/204gPQWrq4vznmpE6UB5WCgOVQI0wr jl76toKVB/1v9EoQFsOLqiGRwtkbdFOQFu5S0b9T9E1dGsKFHsVr48Lz1k2mBxs5Up2e B+9w== MIME-Version: 1.0 X-Received: by 10.182.233.228 with SMTP id tz4mr614816obc.56.1382893144752; Sun, 27 Oct 2013 09:59:04 -0700 (PDT) Received: by 10.76.132.9 with HTTP; Sun, 27 Oct 2013 09:59:04 -0700 (PDT) Received: by 10.76.132.9 with HTTP; Sun, 27 Oct 2013 09:59:04 -0700 (PDT) In-Reply-To: <14CCEAEB-61E4-4BD3-8F2B-7EA809B1DC1B@chaos1.de> References: <526D2FF9.5030301@egr.msu.edu> <6FBA83B6-DC8D-42D5-9B55-C90152E14F78@Chaos1.DE> <14CCEAEB-61E4-4BD3-8F2B-7EA809B1DC1B@chaos1.de> Date: Sun, 27 Oct 2013 09:59:04 -0700 Message-ID: Subject: Re: portmaster refuses to use pkgng with local packages From: Freddie Cash To: Axel Rau Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 16:59:05 -0000 On Oct 27, 2013 8:59 AM, "Axel Rau" wrote: > > > Am 27.10.2013 um 16:41 schrieb Freddie Cash : > > > On Oct 27, 2013 8:35 AM, "Axel Rau" wrote: > >> > >> > >> Am 27.10.2013 um 16:23 schrieb Adam McDougall : > >> > >>> Perhaps 'pkg add' is what you want? > >> No, this *installs* a new package. > >> I'm using > >> postmaster -a > >> to *update* everything in a jail. > > > > If you want to do everything using only binary packages, then you can stop > > using portmaster. The pkg tool does it all. > > > > pkg update > > pkg upgrade > > > > Those two commands do what "postmaster -a -PP" does. > Sure, but I want the flexibility of individually configuring the ports, which is done on my build jail. Then you want to convert your build jail setup to use ports-mgmt/poudriere. That gives you the best of all worlds: individually configure and tweak each port, build binary packages in bulk, use pkg to install/upgrade on destination machines. BSDNow video podcast #2 even includes a nice tutorial and overview of how it works.