Date: Mon, 9 Nov 1998 11:01:07 -0600 (CST) From: Chris Dillon <cdillon@wolves.k12.mo.us> To: Satoshi Asami <asami@FreeBSD.ORG> Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Way to fetch distfiles for all dependancies? Message-ID: <Pine.BSF.4.05.9811091040210.21624-100000@duey.hs.wolves.k12.mo.us> In-Reply-To: <199811090708.XAA06185@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9811091040210.21624-100000>