diff options
author | sjg <sjg@pkgsrc.org> | 2003-07-20 23:25:19 +0000 |
---|---|---|
committer | sjg <sjg@pkgsrc.org> | 2003-07-20 23:25:19 +0000 |
commit | d69c3f61c062101f4cf79af981d8a9a267403e4b (patch) | |
tree | 5f4ef021b22d6bef2dfae8fafde6dfd8b65e97d9 /devel/bmake/Makefile | |
parent | 4afd9c9c87e8cc76d4ef4b550b1a728a144e542b (diff) | |
download | pkgsrc-d69c3f61c062101f4cf79af981d8a9a267403e4b.tar.gz |
Update to latest bmake which now uses a date based version.
Same for mk-files. In the case of bmake the version closely
corresponds to the date of the latest sync with usr.bin/make.
Changes to bmake since 3.1.18 include:
Pick up fixes for const-correctness, now passes WARNS=3 on
NetBSD.
Pick up :ts modifier, allows controlling the separator used
between words in variable expansion.
* FILES: include boot-strap and os.sh
* Makefile.in: only set WARNS if we are NetBSD, the effect on
FreeBSD is known to be bad.
* makefile.boot.in (bootstrap): make this the default target.
* Makefile.in: bump version to 3.1.19
* machine.sh: avoid A-Z with tr as it is bound to lose.
Pick up fix for PR/19781 - unhelpful error msg on unclosed ${var:foo
Plus some doc fixes.
Changes to mk-files since 1.3.2:
Don't inlcue -pipe in CC for SunOS.
Make it easier to do non-root installs by overriding *_INSTALL_OWN.
Use STRIP_FLAG rather than STRIP for -s
Avoid use of A-Z with tr.
Avoid searching above /a/b/ when looking for
top-of-tree Linux at least hangs if you try to examine an automount
mount point.
Diffstat (limited to 'devel/bmake/Makefile')
-rw-r--r-- | devel/bmake/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 16d32c0075b..1080f21e41b 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:29:41 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/20 23:25:20 sjg Exp $ # -DISTNAME= bmake-3.1.18 +DISTNAME= bmake-20030714 WRKSRC= ${WRKDIR}/bmake CATEGORIES= devel MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/ @@ -10,7 +10,7 @@ MAINTAINER= sjg@NetBSD.org HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html COMMENT= Portable (autoconf) version of NetBSD 'make' utility -DEPENDS+= mk-files>=1.3.2:../../devel/mk-files +DEPENDS+= mk-files>=20030714:../../devel/mk-files makesyspath=${PREFIX}/share/mk:/usr/share/mk:/usr/local/share/mk:/opt/share/mk GNU_CONFIGURE= yes |