pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bmake/files Update to bmake 20081101 snapshot. T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/924d0386fae4
branches: trunk
changeset: 549958:924d0386fae4
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Nov 11 14:28:22 2008 +0000
description:
Update to bmake 20081101 snapshot. The more important changes are:
- portability fixes for putenv
- man page updates
- fix processing of .END with -j
- fix some segmentation faults on parse errors
- debug output goes to stderr by default
- first round of fixes for A/UX
- fix crashes on long lines
- faster VarQuote
- fix use of ?= when the LHS contains variable references
diffstat:
devel/bmake/files/README | 1 -
devel/bmake/files/unit-tests/qequals | 8 ++++++++
2 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 37d2f4690382 -r 924d0386fae4 devel/bmake/files/README
--- a/devel/bmake/files/README Tue Nov 11 14:17:48 2008 +0000
+++ b/devel/bmake/files/README Tue Nov 11 14:28:22 2008 +0000
@@ -31,7 +31,6 @@
To make much use of bmake you will need the bsd.*.mk macros or my
portable *.mk macros. See
-http://www.crufty.net/ftp/pub/sjg/bsd-mk.tar.gz
http://www.crufty.net/ftp/pub/sjg/mk.tar.gz
which will be links to the latest versions.
diff -r 37d2f4690382 -r 924d0386fae4 devel/bmake/files/unit-tests/qequals
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bmake/files/unit-tests/qequals Tue Nov 11 14:28:22 2008 +0000
@@ -0,0 +1,8 @@
+# $Id: qequals,v 1.1.1.1 2008/11/11 14:28:36 joerg Exp $
+
+M= i386
+V.i386= OK
+V.$M ?= bug
+
+all:
+ @echo 'V.$M ?= ${V.$M}'
Home |
Main Index |
Thread Index |
Old Index