summaryrefslogtreecommitdiff
path: root/devel/mk-files
diff options
context:
space:
mode:
authorsjg <sjg>2003-08-03 05:50:02 +0000
committersjg <sjg>2003-08-03 05:50:02 +0000
commitb9df5d95afd8173fe09ad3ea5208a1fec9da6f8e (patch)
tree14aeb3a3816ee6b9338890a061b80d88b5b1805f /devel/mk-files
parentfd82f9f1f8a8c3d7c760f01c6d5fa2002e4bbf92 (diff)
downloadpkgsrc-b9df5d95afd8173fe09ad3ea5208a1fec9da6f8e.tar.gz
Update bmake and mk-files.
Changes to mk-files: * install-mk: add ability to use cp -f when updating destination .mk files. Also now possible to play games with FORCE_SYS_MK=ln etc on *BSD machines to link /usr/share/mk/sys.mk into dest - not recommended unless you seriously want to. * own.mk (IMPFLAGS): add support for COPTS.${IMPSRC:T} etc for semi-compatability with NetBSD. Changes to bmake: * boot-strap: Allow setting configure args on command line. * configure.in: add --with-defshell to allow sh or ksh to be selected as default shell. * Merge with NetBSD make 20030731 Pick up .SHELL spec for ksh and associate man page changes. Also compat mode now uses the same shell specs. * var.c (Var_Parse): ensure delim is initialized. * unit-tests/Makefile.in: use single quotes to avoid problems from some shells. * makefile.boot.in: Run the unit-tests as part of the bootstrap procedure. * unit-tests/Makefile.in: always force complaints from ${TEST_MAKE} to be from 'make'. * configure.in: add check for 'diff -u' also fix some old autoconf'isms * Makefile.in (BMAKE_VERSION): bump version to 20030728. if using GCC add -Wno-cast-qual to CFLAGS for var.o * Merge with NetBSD make 20030728 Pick up fix for :ts parsing error in some cases. Pick unit-tests.
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 3c98bc77be1..013cc7010d9 100644
--- a/devel/mk-files/Makefile
+++ b/devel/mk-files/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/07/23 18:34:45 sjg Exp $
+# $NetBSD: Makefile,v 1.12 2003/08/03 05:50:04 sjg Exp $
#
-DISTNAME= mk-20030723
-PKGNAME= mk-files-20030723
+DISTNAME= mk-20030731
+PKGNAME= mk-files-20030731
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 160394e44a2..31e5f41b03a 100644
--- a/devel/mk-files/distinfo
+++ b/devel/mk-files/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/07/23 18:34:45 sjg Exp $
+$NetBSD: distinfo,v 1.6 2003/08/03 05:50:04 sjg Exp $
-SHA1 (mk-20030723.tar.gz) = 1fc3ea9f77a06ea2c5d0af1dffb34b197b1510b1
-Size (mk-20030723.tar.gz) = 23595 bytes
+SHA1 (mk-20030731.tar.gz) = 43925520802e398f2bd8dbae549691f6bdc09467
+Size (mk-20030723.tar.gz) = 24056 bytes