diff options
author | salo <salo@pkgsrc.org> | 2003-02-14 21:14:37 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-14 21:14:37 +0000 |
commit | bf81c142951e2ae2ab6cea30faf2dcdbae5ff7a0 (patch) | |
tree | 0a05549cccdc0e99038cc481add9485b0ed92897 /devel | |
parent | 335113861d5022a2a627d3d2a4e9624a4e9b29ec (diff) | |
download | pkgsrc-bf81c142951e2ae2ab6cea30faf2dcdbae5ff7a0.tar.gz |
Update to version 0.15.
Patch from Juan RP via PR pkg/20236.
Changes:
0.15
====
- add PKG_CONFIG_LIBDIR for cross-compiling (David Schleef)
- add --libs-only-other/--cflags-only-other (Zack Rusin)
- apply man page fixes (Pter Breitenlohner)
- C portability fix (David Robins)
- fix to win32 build (Tor Lillqvist)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkgconfig/Makefile | 4 | ||||
-rw-r--r-- | devel/pkgconfig/buildlink2.mk | 4 | ||||
-rw-r--r-- | devel/pkgconfig/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index b46e2ec5a8f..fd1eabb1c3c 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2002/11/04 19:29:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/02/14 21:14:37 salo Exp $ # -DISTNAME= pkgconfig-0.14.0 +DISTNAME= pkgconfig-0.15.0 CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ diff --git a/devel/pkgconfig/buildlink2.mk b/devel/pkgconfig/buildlink2.mk index db564ff5e10..8eb53189878 100644 --- a/devel/pkgconfig/buildlink2.mk +++ b/devel/pkgconfig/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/01/04 22:08:05 rh Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/02/14 21:14:38 salo Exp $ .if !defined(PKGCONFIG_BUILDLINK2_MK) PKGCONFIG_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= pkgconfig -BUILDLINK_DEPENDS.pkgconfig?= pkgconfig>=0.14.0 +BUILDLINK_DEPENDS.pkgconfig?= pkgconfig>=0.15.0 BUILDLINK_PKGSRCDIR.pkgconfig?= ../../devel/pkgconfig BUILDLINK_DEPMETHOD.pkgconfig?= build diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index a96b51a108f..f2070947d74 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/11/04 19:29:37 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/02/14 21:14:38 salo Exp $ -SHA1 (pkgconfig-0.14.0.tar.gz) = 1d2d7eb9ea8c2f230a97fb6399232e5585a57090 -Size (pkgconfig-0.14.0.tar.gz) = 612020 bytes +SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97 +Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes |