summaryrefslogtreecommitdiff
path: root/devel/mk-files
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 /devel/mk-files
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().
Diffstat (limited to 'devel/mk-files')
-rw-r--r--devel/mk-files/Makefile6
-rw-r--r--devel/mk-files/distinfo6
2 files changed, 6 insertions, 6 deletions
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