From owner-freebsd-hackers@freebsd.org Wed Jun 8 23:39:41 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 8FCFEB70A5A for ; Wed, 8 Jun 2016 23:39:41 +0000 (UTC) (envelope-from mseqs@bsd.com.br) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 2A25117C7 for ; Wed, 8 Jun 2016 23:39:41 +0000 (UTC) (envelope-from mseqs@bsd.com.br) Received: by mail-wm0-x22f.google.com with SMTP id v199so84446399wmv.0 for ; Wed, 08 Jun 2016 16:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=jQIhNMsIzLF6syI/yRjaunzrVQqISWeQ4Md1FBm1dhQ=; b=PD3gi20JPJjdohJJIgwumpFz4zkQ4N+T5ae8zYRnLSl6lZpukKLmgpwCcOVZELksZm /az5nGuj+WaDWjHEYy0ZiKmcq+tuXO0qgAUWWMA7mF8KUGxvLEGIsOVcD9BYoiDjT/0j UrTEulXX3J+Pt77WnjweUCxE2gAXqOtUVHrHc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=jQIhNMsIzLF6syI/yRjaunzrVQqISWeQ4Md1FBm1dhQ=; b=imRa7bNDtE4J47iTKfXr51v6MCcPTFlBHidyP0VF7ta35UEhf5VwbUFnzK0hpOtDnp XgeOYkB/dd9OhB1fo/yuR6ktOkyjNcSZcAm3LJayEzCgK1mnKEkQal3zzIcboaB7+DJU m/RrqSmXanbnCtdgCOET/U6WHvXbMOmK7PmKu+xFbQtNPQXUbxYVZoIeUsk9wFRJi7fH 1/L1cvdO9nGflVW555MRUee6DxyVvM/wouFWZJIreO9NCvB9nHW7h9lgBlGGuvc7U4iT 6ECxbXAhhLYmxNs/UPvNe4nvVXieG0QeCk4R0Etj1T3lYVrSXJp2nWvNEzNH5RRfh81/ tasQ== X-Gm-Message-State: ALyK8tIKCleHFHJdod3K9gQPPlrPc3QYk6FZUaDfRNVxr3yuzcJ8l/3fcemhUw8PbQnd4m8czhjWGf+4ivQz7w== X-Received: by 10.194.179.233 with SMTP id dj9mr6731466wjc.115.1465429179843; Wed, 08 Jun 2016 16:39:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.30.101 with HTTP; Wed, 8 Jun 2016 16:39:39 -0700 (PDT) In-Reply-To: References: From: Rafael Rodrigues Nakano Date: Wed, 8 Jun 2016 20:39:39 -0300 Message-ID: Subject: Re: Download all source before compiling the port To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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:39:41 -0000 Thanks guys, worked as expected 2016-06-08 20:30 GMT-03:00 Alan Somers : > On Wed, Jun 8, 2016 at 5:15 PM, Ngie Cooper (yaneurabeya) > wrote: > > > >> On Jun 8, 2016, at 19:15, 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. > > > > =E2=80=9Cmake fetch=E2=80=9D > > Cheers, > > -Ngie > > Or better yet, "make fetch-recursive" > -Alan >