From owner-freebsd-stable Thu Apr 12 15:33:18 2001 Delivered-To: freebsd-stable@freebsd.org Received: from nova.fnal.gov (nova.fnal.gov [131.225.121.207]) by hub.freebsd.org (Postfix) with ESMTP id F104337B443 for ; Thu, 12 Apr 2001 15:33:13 -0700 (PDT) (envelope-from zingelman@fnal.gov) Received: from localhost (tez@localhost) by nova.fnal.gov (8.9.3+Sun/8.9.3) with ESMTP id RAA27889 for ; Thu, 12 Apr 2001 17:33:10 -0500 (CDT) X-Authentication-Warning: nova.fnal.gov: tez owned process doing -bs Date: Thu, 12 Apr 2001 17:33:10 -0500 (CDT) From: Tim Zingelman X-Sender: To: Subject: Re: make release broken with too many ports/distfiles... In-Reply-To: <200104121113.NAA23060@lurza.secnetix.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 12 Apr 2001, Oliver Fromme wrote: > > So the quick answer is figure out what subset of distfiles I need, put > > them someplace other than /usr/ports/distfiles & set DOCDISTFILES. > > You could, of course, set up a simple FTP server on > localhost, and let ``make release'' fetch the distfiles > that it needs itself. That's what I do, kind of. ;-) > So I never have to think about what distfiles it needs. > > (Requires a small hack to the release Makefile so that > there's an appropriate setting for the MASTER_SITE in > the chroot's make.conf.) I set MASTER_SITE=file:/path_to_all_distfiles/, so I didn't even need to setup ftp... thanks for the idea. - Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message