From owner-freebsd-hackers@freebsd.org Wed Jun 8 23:30:25 2016 Return-Path: Delivered-To: freebsd-hackers@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 A4082B707A0 for ; Wed, 8 Jun 2016 23:30:25 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A4271EFC for ; Wed, 8 Jun 2016 23:30:25 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id e72so37948743oib.1 for ; Wed, 08 Jun 2016 16:30:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=IWYqEv8zH1qfc6xkdfhg+t66vkJlRLcedUyogh8tclY=; b=FEitlit4rwygD22qaXE8MsXaU2XWwkjqVIdiYS4Ugc2ul1R/XmJLBPJGd1epqHgr8A EY+sUJt3o8IJ/UVDeS4Bbrp3tGT8f17W2jnRFJjAodHk/h3Ais6VJJni+6bZBtj9jKv6 oVEShX3iOZATxbmDP2fwemxP7ZxpNCNAVziOBjImuMqRKHHh0KlGTWFXzbH20g1uzIO6 peQoaEwYVUkEr1TCNAGDqarbsSTekv1t3UvYx4hddRCztp984rQLAXTrgGyt666CooFa WXsmUS/pgOuE4v5Pbn0e4UoqMFaNWhGR/xA5rD9QOyTVb3Z/OeAJ2lDP8LVGBNiUwXO/ eITQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=IWYqEv8zH1qfc6xkdfhg+t66vkJlRLcedUyogh8tclY=; b=QFRTXDsxOriVimGojjtSvoHzTGCLNjylJ0X2VH+phPsxnx+NfAWxM9gUriWL1zO5f8 zLOXYUrKL+sSdeZhAc1kaaBdQJoH3at3eo/KG4oDe1NXp4UqyFNqyVQQ9fDevJN6iAiE PcuuFBT8n7CiepZpeCi2WLJLmcfGfEez1MawsFZJh/NhKvukwXwalma534gFNvzO4NKU v5BSeovevpU4hfADWM0yLxruqAeTTty+YxSRfIzkTYx68yJx3a82r+qO2oEoNnFRaQgk AlxMLqCOFcht4UApZV3EDfIYNpGlTyzYjiL+/YTXU8JnW0HqexxBCidJ28sE6Fw1iZjl 96UA== X-Gm-Message-State: ALyK8tKtXqMMXsg2pHRrLnF1Q3dw0+fkcxhyH3w18lHW9T4i2IIf5UGlgMC4N8DVv4r3woT9zO50i7IGeipHnQ== X-Received: by 10.157.27.173 with SMTP id z42mr4417703otd.192.1465428624718; Wed, 08 Jun 2016 16:30:24 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.202.102.206 with HTTP; Wed, 8 Jun 2016 16:30:24 -0700 (PDT) In-Reply-To: References: From: Alan Somers Date: Wed, 8 Jun 2016 17:30:24 -0600 X-Google-Sender-Auth: aWMaxXgV1cRK8cRhtQEP_nEPYGU Message-ID: Subject: Re: Download all source before compiling the port To: "Ngie Cooper (yaneurabeya)" Cc: Rafael Rodrigues Nakano , "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 23:30:25 -0000 On Wed, Jun 8, 2016 at 5:15 PM, Ngie Cooper (yaneurabeya) wrote: > >> On Jun 8, 2016, at 19:15, Rafael Rodrigues Nakano wro= te: >> >> 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. > > =E2=80=9Cmake fetch=E2=80=9D > Cheers, > -Ngie Or better yet, "make fetch-recursive" -Alan