diff options
author | sjg <sjg> | 2003-07-20 23:25:19 +0000 |
---|---|---|
committer | sjg <sjg> | 2003-07-20 23:25:19 +0000 |
commit | 916198a48cec013c92f49fcd73fe2aed20044d7f (patch) | |
tree | 5f4ef021b22d6bef2dfae8fafde6dfd8b65e97d9 /devel | |
parent | 16228355a48cac266c60a529c6eea21dbfc5cc32 (diff) | |
download | pkgsrc-916198a48cec013c92f49fcd73fe2aed20044d7f.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')
-rw-r--r-- | devel/bmake/Makefile | 6 | ||||
-rw-r--r-- | devel/bmake/distinfo | 6 | ||||
-rw-r--r-- | devel/mk-files/Makefile | 6 | ||||
-rw-r--r-- | devel/mk-files/distinfo | 6 |
4 files changed, 12 insertions, 12 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 diff --git a/devel/bmake/distinfo b/devel/bmake/distinfo index 75d7b989e33..2d2bf286b29 100644 --- a/devel/bmake/distinfo +++ b/devel/bmake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/04/30 07:58:45 sjg Exp $ +$NetBSD: distinfo,v 1.9 2003/07/20 23:25:20 sjg Exp $ -SHA1 (bmake-3.1.18.tar.gz) = 7370829f7fd5c977345e21db61ea5b0a849519aa -Size (bmake-3.1.18.tar.gz) = 303769 bytes +SHA1 (bmake-20030714.tar.gz) = b7edebddc0dfe7bd08acd685615747b22c639966 +Size (bmake-20030714.tar.gz) = 308074 bytes 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 |