Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: pkgsrc-changes
Date: 12/22/2003 23:26:43
Module Name:	pkgsrc
Committed By:	sjg
Date:		Mon Dec 22 23:26:43 UTC 2003

Modified Files:
	pkgsrc/devel/bmake: Makefile distinfo
	pkgsrc/doc: CHANGES

Log Message:
Update bmake to 20031222 - matches NetBSD make as of that date.
Changes include:
* Make portable snprintf safer - output to /dev/null first to
check space needed.

o -dg3 to show input graph when things go wrong.
o explicitly look for makefiles in objdir if not found in curdir so
  that errors in .depend etc will be reported accurarely.
o avoid use of -e in shell scripts in jobs mode, use '|| exit $?'
  instead as it more accurately reflects the expected behavior and
  is more consistently implemented.
o avoid use of asprintf.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/bmake/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/bmake/distinfo
cvs rdiff -r1.4223 -r1.4224 pkgsrc/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.