Subject: CVS commit: pkgsrc/devel/pkgconfig
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2005 12:15:06
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Apr 15 12:15:06 UTC 2005

Modified Files:
	pkgsrc/devel/pkgconfig: Makefile distinfo

Log Message:
Update to 0.17.1:

pkg-config 0.17.1
===
 - Now actually sets CFLAGS and LIBS instead of trying to set those in
   a subshell.  (Only affects if you've autoreconfiscated with 0.17)
 - Fix detection of inter-library dependencies.

pkg-config 0.17
===

 - Evaluate second argument to PKG_CHECK_MODULES again
 - Portability fixes (MacOS, BeOS, Cygwin)
 - Handle inter-library dependencies and assume those are in place if
   the platform supports them.  Disable with --enable-indirect-deps.
 - Add initial test framework
 - Build fixes (make distcheck now works)


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/devel/pkgconfig/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/pkgconfig/distinfo

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