summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjg <sjg@pkgsrc.org>2004-02-21 00:15:44 +0000
committersjg <sjg@pkgsrc.org>2004-02-21 00:15:44 +0000
commitce4c2a6e12b65ee86f2adc3cffa98b61d6cc35c1 (patch)
tree43427ba2c8b1480c99b7ed84211c0a737ccf757a
parent237a0988eb8ae50f7ce6728ae70a44547f54d409 (diff)
downloadpkgsrc-ce4c2a6e12b65ee86f2adc3cffa98b61d6cc35c1.tar.gz
Update bmake and mk-files.
bmake is sync'd with -current make as of 2004-02-20 Fixes include: o fix for old :M parsing bug. o re-jigged unit-tests o search upwards for *.mk o fix for double free of var substitution buffers o use of getopt replaced with custom code, since the usage (re-scanning) isn't posix compatible. * arch.c: don't include ranlib.h on ELF systems mk-files adds dpadd.mk (cool magic driven by DPADD) and a re-worked warnings.mk (very cool). Also fixes: * own.mk: don't use NetBSD's _SRC_TOP_ it can cause confusion. Also don't take just 'mk' as a srctop indicator. * Generic.sys.mk: need to use ${.PARSEDIR} with exists().
-rw-r--r--devel/bmake/Makefile4
-rw-r--r--devel/bmake/distinfo6
-rw-r--r--devel/mk-files/Makefile6
-rw-r--r--devel/mk-files/distinfo6
-rw-r--r--doc/CHANGES4
5 files changed, 14 insertions, 12 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile
index 36f2d0f60b7..ef47903f8b6 100644
--- a/devel/bmake/Makefile
+++ b/devel/bmake/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/01/20 12:13:27 agc Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/21 00:15:44 sjg Exp $
#
-DISTNAME= bmake-20040118
+DISTNAME= bmake-20040220
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/
diff --git a/devel/bmake/distinfo b/devel/bmake/distinfo
index e1a8ff95b61..33f6bb7bda1 100644
--- a/devel/bmake/distinfo
+++ b/devel/bmake/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2004/01/19 00:57:10 sjg Exp $
+$NetBSD: distinfo,v 1.15 2004/02/21 00:15:44 sjg Exp $
-SHA1 (bmake-20040118.tar.gz) = 0b4047dc570309c8f075824e1d0c784f61eaba5d
-Size (bmake-20040118.tar.gz) = 337933 bytes
+SHA1 (bmake-20040220.tar.gz) = 01aba5d9bc8c4bff83c0f21178acd2f212640580
+Size (bmake-20040220.tar.gz) = 340411 bytes
diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile
index ed717920418..e0fce497da0 100644
--- a/devel/mk-files/Makefile
+++ b/devel/mk-files/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2004/02/02 06:40:11 sjg Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/21 00:15:44 sjg Exp $
#
-DISTNAME= mk-20040201
-PKGNAME= mk-files-20040201
+DISTNAME= mk-20040214
+PKGNAME= mk-files-20040214
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/incoming/sjg/
diff --git a/devel/mk-files/distinfo b/devel/mk-files/distinfo
index ae8da958505..7458cfe2b66 100644
--- a/devel/mk-files/distinfo
+++ b/devel/mk-files/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2004/02/02 06:40:11 sjg Exp $
+$NetBSD: distinfo,v 1.10 2004/02/21 00:15:44 sjg Exp $
-SHA1 (mk-20040201.tar.gz) = ffe2eb6ac726949fc1a2fa6b2d003e66b095dcd5
-Size (mk-20040201.tar.gz) = 25248 bytes
+SHA1 (mk-20040214.tar.gz) = b8058538471b23ac3992f7e213284517d76b944e
+Size (mk-20040214.tar.gz) = 27495 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index 22f92a3609f..816f8488854 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4928 2004/02/21 00:10:42 kristerw Exp $
+$NetBSD: CHANGES,v 1.4929 2004/02/21 00:15:44 sjg Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -941,5 +941,7 @@ Changes to the packages collection and infrastructure in 2004:
Updated p5-finance-quote to 1.08 [cube 2004-02-20]
Added dcraw-1.169 [drochner 2004-02-20]
Updated gphoto2 to 2.1.4 [drochner 2004-02-20]
+ Updated mk-files to 20040214 [sjg 2004-02-20]
+ Updated bmake to 20040220 [sjg 2004-02-20]
Updates xmame to 0.79.1 [kristerw 2004-02-21]
Updated xmess to 0.79.1 [kristerw 2004-02-21]