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/mk-files | |
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/mk-files')
-rw-r--r-- | devel/mk-files/Makefile | 6 | ||||
-rw-r--r-- | devel/mk-files/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile index b090824a62a..92461f4e1b7 100644 --- a/devel/mk-files/Makefile +++ b/devel/mk-files/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:31:51 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/20 23:25:19 sjg Exp $ # -DISTNAME= mk-1.3.2 -PKGNAME= mk-files-1.3.2 +DISTNAME= mk-20030714 +PKGNAME= mk-files-20030714 WRKSRC= ${WRKDIR}/mk CATEGORIES= devel MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/ diff --git a/devel/mk-files/distinfo b/devel/mk-files/distinfo index 6162bbf0ec3..7cf25536fc6 100644 --- a/devel/mk-files/distinfo +++ b/devel/mk-files/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/09/20 07:00:56 sjg Exp $ +$NetBSD: distinfo,v 1.4 2003/07/20 23:25:19 sjg Exp $ -SHA1 (mk-1.3.2.tar.gz) = d37a597b3caa8642f2db7ec9bcca98f234c98c71 -Size (mk-1.3.2.tar.gz) = 23248 bytes +SHA1 (mk-20030714.tar.gz) = 9d588006d7ae3d7ffa6f644bc640bb6ec5bc36fa +Size (mk-20030714.tar.gz) = 23455 bytes |