Subject: CVS commit: pkgsrc/devel/jam
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 09/04/2004 13:56:46
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Sep 4 13:56:46 UTC 2004
Modified Files:
pkgsrc/devel/jam: Makefile distinfo
Log Message:
Update to the 2.5 release. The previous version in pkgsrc was
actually 2.5rc1. From the changelog:
* Jam 2.5 is merely Jam 2.5rc3 of April 2003 with the rc3
moniker removed.)
* Using SubDir to include a subpart of an SubDir tree now works.
Previously, you could only include the root of another SubDir
tree. This example includes the ../server/support/Jamfile,
without getting confused as to the current directory:
SubDir ALL src builds ;
SubInclude ALL src server support ;
* Undocumented support for SUBDIRRULES, user-provided rules to
invoke at the end of the SubDir rule, and SUBDIRRESET, SUBDIR
variables to reset (like SUBDIRC++FLAGS, SUBDIRHDRS, etc) for
each new SubDir.
* Remove NT FQuote rule, as, \" is required to pass quotes on the
command line.
* Remove temp .bat files created on NT. They used to all have the
same name and get reused, but with 2.5 the names were salted
with the PID and they would litter $TEMP. Now they get removed
after being used.
Set DIST_SUBDIR since Perforce seems to make a habit of updating
distfiles without changing filenames. (This occurrence spotted by
Lars Nordlund.) The zip file no longer extracts into a subdir; set
WRKSRC accordingly.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/jam/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/jam/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.