Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Kimmo Suominen <kim@netbsd.org>
List: source-changes
Date: 08/29/1998 11:05:57
Module Name:	pkgsrc
Committed By:	kim
Date:		Sat Aug 29 18:05:57 UTC 1998

Modified Files:
	pkgsrc/net/mirror: Makefile
	pkgsrc/net/mirror/patches: patch-ab patch-ac
	pkgsrc/net/mirror/scripts: configure
Added Files:
	pkgsrc/net/mirror/patches: patch-ae
Removed Files:
	pkgsrc/net/mirror/patches: patch-ad
Log Message:
- Combine all patches for mirror.pl into patch-ab (remove patch-ad).
- Move all sed stuff into scrips/configure so it can be done in one
pass (no post-configure target in Makefile anymore).
- Use "compress" for $compress_prog instead of gzip; our compress
needs the -f flag to make it quiet (additional pathes to mirror.pl)
- Fix PASV handling (too strict a regexp -- breaks on Win NT servers
that emulate UNIX behaviour -- NT added a trailing dot to the 227
message and ftp.pl was not tolerating that)
- Add $PREFIX/bin and $PREFIX/sbin to $extra_path (leaving /usr/local
directories in)
- Do not modify ${WRKSRC}/mirror, it is a symlink in the distribution