Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 1998 23:08:53 -0800 (PST)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        cdillon@wolves.k12.mo.us
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: Way to fetch distfiles for all dependancies?
Message-ID:  <199811090708.XAA06185@silvia.hip.berkeley.edu>
In-Reply-To:  <Pine.BSF.4.05.9811080116580.15616-100000@duey.hs.wolves.k12.mo.us> (message from Chris Dillon on Sun, 8 Nov 1998 03:05:11 -0600 (CST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * -		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?

Satoshi

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?199811090708.XAA06185>