Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 07/27/2004 03:59:27
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Tue Jul 27 03:59:27 UTC 2004

Modified Files:
	pkgsrc/mk: bsd.pkg.defaults.mk bsd.pkg.mk

Log Message:
Add support to resume transfers, by default it will be disabled if
$http_proxy or $ftp_proxy are defined (for the moment, NetBSD's ftp(1)
doesn't support this).

While I'm here, move FETCH_CMD from bsd.pkg.mk to bsd.pkg.defaults.mk,
and add the new variable FETCH_RESUME_ARGS (-R by default with ftp(1)
from NetBSD/pkgsrc).

If you want to use wget to resume transfers, you should use something
like:

FETCH_CMD=wget
FETCH_RESUME_ARGS=-c


To generate a diff of this commit:
cvs rdiff -r1.264 -r1.265 pkgsrc/mk/bsd.pkg.defaults.mk
cvs rdiff -r1.1476 -r1.1477 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.