summaryrefslogtreecommitdiff
path: root/devel/bmake
diff options
context:
space:
mode:
authorsjg <sjg@pkgsrc.org>2003-07-20 23:25:19 +0000
committersjg <sjg@pkgsrc.org>2003-07-20 23:25:19 +0000
commitd69c3f61c062101f4cf79af981d8a9a267403e4b (patch)
tree5f4ef021b22d6bef2dfae8fafde6dfd8b65e97d9 /devel/bmake
parent4afd9c9c87e8cc76d4ef4b550b1a728a144e542b (diff)
downloadpkgsrc-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')
-rw-r--r--devel/bmake/Makefile6
-rw-r--r--devel/bmake/distinfo6
2 files changed, 6 insertions, 6 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