From owner-freebsd-ports@freebsd.org Fri Jun 17 19:49:34 2016 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 42079A78123 for ; Fri, 17 Jun 2016 19:49:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1255013A4 for ; Fri, 17 Jun 2016 19:49:33 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u5HJnPiE090619 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 17 Jun 2016 13:49:25 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u5HJnNNP090615; Fri, 17 Jun 2016 13:49:24 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 17 Jun 2016 13:49:23 -0600 (MDT) From: Warren Block To: Torsten Zuehlsdorff cc: freebsd-ports@freebsd.org, Rafael Rodrigues Nakano Subject: Re: Download all source before compiling the port In-Reply-To: <7cc12c47-b97d-c979-958d-53aa68c5da15@toco-domains.de> Message-ID: References: <20160608231922.GR28804@albert.catwhisker.org> <7cc12c47-b97d-c979-958d-53aa68c5da15@toco-domains.de> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 17 Jun 2016 13:49:25 -0600 (MDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 19:49:34 -0000 On Thu, 9 Jun 2016, Torsten Zuehlsdorff wrote: > On 09.06.2016 01:19, David Wolfskill wrote: >> On Wed, Jun 08, 2016 at 08:15:04PM -0300, Rafael Rodrigues Nakano wrote: >>> Hello, >>> >>> Is there a way to download everything required by a port before starting >>> to >>> build it and its dependencies (so I can let it to build later without an >>> internet connection). Thanks in advance. >>> .... >> >> I have been using (and still use) "portmaster" to update >> locally-inistalled ports on a couple machines (one of which is my >> laptop). >> >> Quite some time ago, I started running "portmaster -aF" specificially >> for this purpose (while rebuilding base FreeBSD), prior to a subsequent >> "portmaster -ad" (after the reboot). >> >> Caveat: portmaster is ... rather deprecated of late. See ports@ >> archives for further discussion on that topic. (in fact, Ii'll redirect >> this to ports@, as it's a ports issue.) > > It is not deprecated. There was a long time without any maintainer, but i > took the maintainership some time ago. And for that, many of us are grateful. Thanks!