Subject: CVS commit: pkgsrc/devel/tre
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 07/14/2007 21:53:01
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sat Jul 14 21:53:01 UTC 2007

Modified Files:
	pkgsrc/devel/tre: Makefile distinfo

Log Message:
Update to 0.7.5
* Removed unused tre_filter code.
* Fixed printf format string and argument types for 64 bit builds.
* Fixed params array signedness inconsistencies.
* Fixed not to build agrep if --disable-approx is used.
* Included GNU getopt implementation from gnulib.
* Fixed backtracking matcher to work if malloc(0) returns NULL.
* Removed guessing of best optimizing CFLAGS.
* Fixed agrep exit status when no matches found.
* Fixed regex parser on big-endian 64 bit architectures.
* Added support for the -q command line option.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/tre/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/tre/distinfo

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