diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-09-04 13:56:46 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-09-04 13:56:46 +0000 |
commit | f362fa8b58e28e23ad2c0a12f8c4ed8da2e2a4d7 (patch) | |
tree | 5a609baea19d0b55125ed8ba31807e3fd162dddf /devel | |
parent | 487612782735af0fa3df140ad2efe92ac9c9e674 (diff) | |
download | pkgsrc-f362fa8b58e28e23ad2c0a12f8c4ed8da2e2a4d7.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/jam/Makefile | 6 | ||||
-rw-r--r-- | devel/jam/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index f24baf15989..2daf63aeedd 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/07/07 19:40:04 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2004/09/04 13:56:46 schmonz Exp $ # DISTNAME= jam-2.5 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/jam/ EXTRACT_SUFX= .zip @@ -12,6 +13,9 @@ COMMENT= Program construction tool, like make(1) CONFLICTS= acunia-jam-[0-9]* +DIST_SUBDIR= ${PKGNAME} +WRKSRC= ${WRKDIR} + DOCDIR= share/doc/${PKGBASE} HTMLDIR= share/doc/html/${PKGBASE} diff --git a/devel/jam/distinfo b/devel/jam/distinfo index 1d0872338a7..5ab0200f78e 100644 --- a/devel/jam/distinfo +++ b/devel/jam/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/07/07 19:40:04 schmonz Exp $ +$NetBSD: distinfo,v 1.4 2004/09/04 13:56:46 schmonz Exp $ -SHA1 (jam-2.5.zip) = 89f0eeb52b8566e3cf065f40124fa08d7cb5ac33 -Size (jam-2.5.zip) = 193624 bytes +SHA1 (jam-2.5nb1/jam-2.5.zip) = 794a3f4483315c6b9f010f03b592646d3815328c +Size (jam-2.5nb1/jam-2.5.zip) = 191864 bytes |