head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.20 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.18 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.16 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.12 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.10 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.8 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.6 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.4 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.0.10 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.8 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.6 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.4 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.2 pkgsrc-2006Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2008.03.04.09.22.27; author wiz; state dead; branches; next 1.1; 1.1 date 2006.10.04.18.48.04; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.23: - Add support for setting sysroot through PKG_CONFIG_SYSROOT_DIR in the environment. - Update included glib to 1.2.10. - Other minor fixes, including a segfault. @ text @$NetBSD: patch-ae,v 1.1 2006/10/04 18:48:04 rillig Exp $ According to a private mail from Tollef Fog Heen, the pkg-config maintainer, the test suite has been wrong, but the code ok. This patch fixes the tests. --- check/check-requires-private.orig 2006-08-16 19:05:30.000000000 +0200 +++ check/check-requires-private 2006-10-04 20:42:05.000000000 +0200 @@@@ -9,14 +9,14 @@@@ fi . ${srcdir}/common -# expect cflags from requires-test and public-dep +# expect cflags from requires-test, private-dep and public-dep ARGS="--cflags requires-test" -RESULT="-I/requires-test/include -I/public-dep/include" +RESULT="-I/requires-test/include -I/private-dep/include -I/public-dep/include" run_test # still expect those cflags for static linking case ARGS="--static --cflags requires-test" -RESULT="-I/requires-test/include -I/public-dep/include" +RESULT="-I/requires-test/include -I/private-dep/include -I/public-dep/include" run_test # expect libs for just requires-test and public-dep @ 1.1 log @Added a patch so that pkg-config builds with PKGSRC_RUN_TEST. Fixed a bug in the configure script and added a comment to patch-aa. @ text @d1 1 a1 1 $NetBSD$ @