Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 03/04/2002 21:41:09
Module Name:	pkgsrc
Committed By:	fredb
Date:		Mon Mar  4 19:41:09 UTC 2002

Modified Files:
	pkgsrc/audio/realplayer: Makefile
	pkgsrc/cad/simian: Makefile
	pkgsrc/devel/ipv6socket_scrub: Makefile
	pkgsrc/emulators/vmware-module: Makefile
	pkgsrc/fonts/acroread-jpnfont: Makefile
	pkgsrc/mk: bsd.pkg.mk bsd.pkg.subdir.mk
	pkgsrc/sysutils/storage-manager: Makefile
	pkgsrc/www/ap-aolserver: Makefile
	pkgsrc/www/openacs: Makefile

Log Message:
Generalize the handling for packages where "fetch" and "fetch-list"
only emit a message and don't actually fetch anything. This allows
us to make the output of "fetch-list" for these packages consistent
with other packages.

While we're in here, integrate DYNAMIC_MASTER_SITES with the
${ORDERED_SITES} macro. The only functional change here is that
${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something
appropriate for "fetch-list" for these packages, like sourcing
"getsites.sh" into the generated script. (Well, "package", but there
are two others that do something similar in their "Makefile".)

Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only
"fetch" uses it, move it's functionality directly under "do-fetch".


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/audio/realplayer/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/cad/simian/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/ipv6socket_scrub/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/emulators/vmware-module/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/fonts/acroread-jpnfont/Makefile
cvs rdiff -r1.940 -r1.941 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.46 -r1.47 pkgsrc/mk/bsd.pkg.subdir.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/storage-manager/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/ap-aolserver/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/openacs/Makefile

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