Subject: CVS commit: pkgsrc/devel/autogen
To: None <pkgsrc-changes@NetBSD.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: pkgsrc-changes
Date: 03/09/2006 20:45:20
Module Name:	pkgsrc
Committed By:	kristerw
Date:		Thu Mar  9 20:45:20 UTC 2006

Modified Files:
	pkgsrc/devel/autogen: Makefile PLIST distinfo
Added Files:
	pkgsrc/devel/autogen/patches: patch-aa

Log Message:
Update autogen to 5.8.3.

Changes since 5.6.4 includes:
* Fixed a small timing hole where the read from the read end of the output
  pipe of the server shell can fail.  (The read is retried.)
* Added a macro for testing mmap failure to accommodate a picky compiler.
* The minor version number is being bumped.  There is a new (albeit tiny)
  feature being added to the syntax.  See the doc on the pseudo-macro.
* Fixed a bug wherein out-of-order definitions could get mistyped causing
  various catastrophic results.
* Definition and license text files were mmap-ed in without checking for
  the size being a multiple of a page.  strlen() would seg fault.
  Horrible, horrible design of mmap!
* disable autoopts/test/getopt.test unless autoopts has been fully installed.
  (It requires getopt.tpl which requires a fully installed environment.)
* several other usability improvements to the tear off library.
* template shell code may now use a shell function "die" that will print
  an error message and shoot down the master autogen process.
* the tear-off/add-in libopts library will now specify that the
  "options.h" header is to be installed.
* realpath(3C) usage in libopts has been cleaned up.  It is now only used
  if PATH_MAX is defined for the platform.  canonicalize_file_name(3C) is
  used where available.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/devel/autogen/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/autogen/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/autogen/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/autogen/patches/patch-aa

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