diff options
author | rh <rh> | 2002-09-29 21:50:26 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-29 21:50:26 +0000 |
commit | 5caedef9d2bca3015a3a41a489d00b6950f9ad5b (patch) | |
tree | 86d998b385120df9b81a72c83a85926ed0eae412 /devel/pkgconfig | |
parent | cf4e64a11b65f456077bfa0187cbb6cf97d65a0e (diff) | |
download | pkgsrc-5caedef9d2bca3015a3a41a489d00b6950f9ad5b.tar.gz |
Update pkgconfig to 0.13.0. Changes are minor bugfixes:
- remove bogus pthread requirement
- handle recursive other_cflags, other_libs
- strip all "system directories" in C_INCLUDE_PATH out of
pkg-config output to make gcc 3.2 happy
- some win32 fixes
- couple other minor things
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/Makefile | 8 | ||||
-rw-r--r-- | devel/pkgconfig/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 947a2f509d8..83d0b663c11 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/09/29 13:03:43 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/29 21:50:26 rh Exp $ # -DISTNAME= pkgconfig-0.12.0 -PKGREVISION= 1 +DISTNAME= pkgconfig-0.13.0 CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ @@ -15,10 +14,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/glib-1.2.8/libtool -PTHREAD_OPTS+= require - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/pkgconfig -.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index 2afd5f10d1e..0a59e8f919e 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/03/15 12:38:11 martti Exp $ +$NetBSD: distinfo,v 1.3 2002/09/29 21:50:26 rh Exp $ -SHA1 (pkgconfig-0.12.0.tar.gz) = 0fe17b87bb6bcddce96c9744167ccb2ca65c904c -Size (pkgconfig-0.12.0.tar.gz) = 603456 bytes +SHA1 (pkgconfig-0.13.0.tar.gz) = 19867a5f34935ad4c54b1d6851f67332f6ceb049 +Size (pkgconfig-0.13.0.tar.gz) = 610954 bytes |