Subject: CVS commit: pkgsrc/devel/pkgconfig
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 04/21/2005 08:22:32
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Thu Apr 21 08:22:32 UTC 2005

Modified Files:
	pkgsrc/devel/pkgconfig: Makefile buildlink3.mk distinfo
Added Files:
	pkgsrc/devel/pkgconfig/patches: patch-aa

Log Message:
As reported by Matthias Drochner, pkg-config tries to use always
PKG_CONFIG_PC_PATH even when PKG_CONFIG_PATH is defined, this is not
good for pkgsrc, apply suggested code by Johnny C. Lam to use
PKG_CONFIG_LIBDIR again.

Now our pkg-config does the following:

* If PKG_CONFIG_LIBDIR is set, use it.
* Otherwise PKG_CONFIG_PATH and default directories are used.

Bump PKGREVISION and sync the bl3 file again.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/pkgconfig/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/pkgconfig/buildlink3.mk
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/pkgconfig/distinfo
cvs rdiff -r0 -r1.5 pkgsrc/devel/pkgconfig/patches/patch-aa

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