summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsjg <sjg@pkgsrc.org>2003-08-03 05:50:02 +0000
committersjg <sjg@pkgsrc.org>2003-08-03 05:50:02 +0000
commit16d168ebbb2dd7ed26e8328972b4c1595da37c26 (patch)
tree14aeb3a3816ee6b9338890a061b80d88b5b1805f /doc
parent60c212e50c8091ed2d679105098b8bb23fd7567c (diff)
downloadpkgsrc-16d168ebbb2dd7ed26e8328972b4c1595da37c26.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 'doc')
-rw-r--r--doc/CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 254df343e1d..fb8dbe99e7a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2974 2003/08/03 05:16:28 gehenna Exp $
+$NetBSD: CHANGES,v 1.2975 2003/08/03 05:50:02 sjg Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -3181,3 +3181,5 @@ Changes to the packages collection and infrastructure in 2003:
Updated git to 4.3.17nb1 [seb 2003-08-03]
Updated pinfo to 0.6.1nb2 [seb 2003-08-03]
Updated cvsync to 0.24.3 [gehenna 2003-08-03]
+ Updated bmake to 20030731 [sjg 2003-08-02]
+ Updated mk-files to 20030731 [sjg 2003-08-02]