From owner-freebsd-ports@freebsd.org Wed Oct 4 17:15:25 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B28D5E3E5CB for ; Wed, 4 Oct 2017 17:15:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9C4786A76B for ; Wed, 4 Oct 2017 17:15:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: by mailman.ysv.freebsd.org (Postfix) id 9B8E5E3E5CA; Wed, 4 Oct 2017 17:15:25 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B2C8E3E5C9 for ; Wed, 4 Oct 2017 17:15:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 812C46A76A for ; Wed, 4 Oct 2017 17:15:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id v94HFIVp022553 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 4 Oct 2017 10:15:18 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id v94HFI1t022552; Wed, 4 Oct 2017 10:15:18 -0700 (PDT) (envelope-from sgk) Date: Wed, 4 Oct 2017 10:15:18 -0700 From: Steve Kargl To: "Michael W. Lucas" Cc: ports@freebsd.org Subject: Re: portmaster, portupgrade, etc Message-ID: <20171004171518.GA22519@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20171004161649.GA51883@mail.michaelwlucas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171004161649.GA51883@mail.michaelwlucas.com> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 17:15:25 -0000 On Wed, Oct 04, 2017 at 12:16:49PM -0400, Michael W. Lucas wrote: > > Poudriere really needs its own small book. Yes, you can do simple > poudriere installs, but once you start covering it properly the docs > quickly expand. My notes alone are longer than my af3e chapter > limits. (I'll probably publish "FreeBSD Packaging Misery^WMastery" in > 2018). Please include a discussion on how to use poudriere on a system with limited resouces (e.g., 10 GB of free diskspace and less than 1 GB free memory). I know portmaster works well [1] within an environment with only 4 GB free diskspace and 1 GB memory. [1] portmaster worked well prior to portmgr's decision to displace simple small tools in favor of a sledge hammer. -- Steve