Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 04:24:07 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        William Evanson <evawil823@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Make Fetch resume (Is is possible to do...)
Message-ID:  <20020327022407.GA1733@hades.hell.gr>
In-Reply-To: <F12HZXFZ0stgr3SU0hX00008df4@hotmail.com>
References:  <F12HZXFZ0stgr3SU0hX00008df4@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-03-26 20:19, William Evanson wrote:
> I installed wget and added the line
> FETCH_CMD="/usr/local/bin/wget" to my /etc/make.conf file.
> With the next make install it launched wget and ran fine.
> I tried to test the program by stopping the fetch sequence
> on one of the sources near the end.  When I restarted the
> Make Install is knoticed the file was there and tried to
> build it without restarting the fetch sequence.  Any ideas???
> Is is possible that the sight did not have reget available.
> Just thought I'd ask if you have seen this before.

Sure.  It's simple actually.  wget doesn't restart interrupted transfers if
you don't pass option -c to it :)

Set your FETCH_CMD to "/usr/local/bin/wget -c".

PS: Don't Cc: such things to -ports.
    It's *not* a list for questions.

Giorgos Keramidas                       FreeBSD Documentation Project
keramida@{freebsd.org,ceid.upatras.gr}  http://www.FreeBSD.org/docproj/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020327022407.GA1733>