From owner-freebsd-ports@freebsd.org Thu Jun 9 06:57:29 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 3CE1CB6BE00 for ; Thu, 9 Jun 2016 06:57:29 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id 07C4D1366 for ; Thu, 9 Jun 2016 06:57:28 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id 154EA9CC45 for ; Thu, 9 Jun 2016 07:57:21 +0100 (BST) Date: Thu, 9 Jun 2016 07:57:20 +0100 From: Bob Eager To: freebsd-ports@freebsd.org Subject: Re: Download all source before compiling the port Message-ID: <20160609075720.4695474b@raksha.tavi.co.uk> In-Reply-To: <20160608231922.GR28804@albert.catwhisker.org> References: <20160608231922.GR28804@albert.catwhisker.org> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; i386-portbld-freebsd10.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Thu, 09 Jun 2016 06:57:29 -0000 On Wed, 8 Jun 2016 16:19:22 -0700 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). I don't think this really answers the question. If one wishes to download everything required by *a* port, and its dependencies, what is wrong with: make fetch-recursive ??