From owner-freebsd-ports Mon Nov 9 09:36:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24351 for freebsd-ports-outgoing; Mon, 9 Nov 1998 09:01:26 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from duey.hs.wolves.k12.mo.us (duey.hs.wolves.k12.mo.us [207.160.214.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24338; Mon, 9 Nov 1998 09:01:24 -0800 (PST) (envelope-from cdillon@wolves.k12.mo.us) Received: from duey.hs.wolves.k12.mo.us (cdillon@duey.hs.wolves.k12.mo.us [207.160.214.9]) by duey.hs.wolves.k12.mo.us (8.8.7/8.8.7) with ESMTP id LAA21747; Mon, 9 Nov 1998 11:01:08 -0600 (CST) (envelope-from cdillon@wolves.k12.mo.us) Date: Mon, 9 Nov 1998 11:01:07 -0600 (CST) From: Chris Dillon X-Sender: cdillon@duey.hs.wolves.k12.mo.us To: Satoshi Asami cc: freebsd-ports@FreeBSD.ORG Subject: Re: Way to fetch distfiles for all dependancies? In-Reply-To: <199811090708.XAA06185@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 8 Nov 1998, Satoshi Asami wrote: > * - if [ $$notfound != 0 ]; then \ > * + if [ $$notfound != 0 -o ${SKIP_DEPEND_INSTALLED_CHECK} ]; then \ > > Eek. I'm not sure about that. > > For your application, I think you should be doing your fetch in a > chrooted environment. If you're burning a CD, you have chroot set up, > right? All I do is make a release using the standard release tools (/usr/src/release), copy stuff like the distfiles into the release tree that has been generated, then use JKH's makecdfs.sh script in /usr/share/examples/worm to create the filesystem. No chrooting needed, really. The above hack is just that, a hack, but would it not be a bad idea to have something similar in bsd.port*.mk anyway? There are ways to do just about everything else, it seems. :-) Any better ways you know of to prevent the check for installed dependencies on fetches? Thanks again for the help. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net /* FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and compatibles (SPARC and Alpha under development) ( http://www.freebsd.org ) */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message