summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-29 21:50:26 +0000
committerrh <rh@pkgsrc.org>2002-09-29 21:50:26 +0000
commit214293049701a2ae7ff59bfdb9c7d5715587a3ba (patch)
tree86d998b385120df9b81a72c83a85926ed0eae412 /devel/pkgconfig
parent426fd73a72db76d2f22d8b7d302a297336cd050b (diff)
downloadpkgsrc-214293049701a2ae7ff59bfdb9c7d5715587a3ba.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/Makefile8
-rw-r--r--devel/pkgconfig/distinfo6
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