diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-28 19:48:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-28 19:48:14 +0000 |
commit | 4397cbc66b6b34d420f0048749c7cc11eea9b8f7 (patch) | |
tree | 659dbe80365f2d4110ca8b58e131d196c6dad6b6 /devel/pkgconfig | |
parent | bb43605988c4998455e3429d15fa293a4dded1de (diff) | |
download | pkgsrc-4397cbc66b6b34d420f0048749c7cc11eea9b8f7.tar.gz |
Update to 0.16.0:
- Use a search path, rather than a single default directory.
- Fix a bunch of bugs in glib by backporting
- More man page fixes
- Lots of small fixes and cleanups over the place.
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/Makefile | 5 | ||||
-rw-r--r-- | devel/pkgconfig/distinfo | 10 | ||||
-rw-r--r-- | devel/pkgconfig/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/pkgconfig/patches/patch-ab | 12 |
4 files changed, 6 insertions, 33 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 169ce062c66..48c4ec38125 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2004/12/18 16:57:56 grant Exp $ +# $NetBSD: Makefile,v 1.21 2005/03/28 19:48:14 wiz Exp $ # -DISTNAME= pkgconfig-0.15.0 -PKGREVISION= 2 +DISTNAME= pkgconfig-0.16.0 CATEGORIES= devel MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/ diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index 01176390fa4..15aac04950b 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.12 2005/02/23 22:24:30 agc Exp $ +$NetBSD: distinfo,v 1.13 2005/03/28 19:48:14 wiz Exp $ -SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97 -RMD160 (pkgconfig-0.15.0.tar.gz) = a005e54718dd5de5655aacc111520b13ba18bbb4 -Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes -SHA1 (patch-aa) = 6ac538ffabfadb5ac46e92878f32f969ac14515f -SHA1 (patch-ab) = 7eee4f3df5bb68e0af3202b48c99d32256bfe8c7 +SHA1 (pkgconfig-0.16.0.tar.gz) = 640d4cf5e80b0b80e56d35c90daf5e205e7c9358 +RMD160 (pkgconfig-0.16.0.tar.gz) = be7570066712ff5f1b16b12ac45e48793d50bdfe +Size (pkgconfig-0.16.0.tar.gz) = 957975 bytes diff --git a/devel/pkgconfig/patches/patch-aa b/devel/pkgconfig/patches/patch-aa deleted file mode 100644 index 428a238b940..00000000000 --- a/devel/pkgconfig/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2004/08/07 12:14:09 wiz Exp $ - ---- parse.c.orig 2002-09-26 19:25:41.000000000 +0200 -+++ parse.c -@@ -953,6 +953,7 @@ parse_package_file (const char *path) - verbose_error ("Package file '%s' appears to be empty\n", - path); - -+ fclose(f); - return pkg; - } - diff --git a/devel/pkgconfig/patches/patch-ab b/devel/pkgconfig/patches/patch-ab deleted file mode 100644 index 81b2190a452..00000000000 --- a/devel/pkgconfig/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/09/04 21:51:20 jschauma Exp $ - ---- pkg.h.orig 2004-09-04 17:42:52.000000000 -0400 -+++ pkg.h 2004-09-04 17:45:38.000000000 -0400 -@@ -85,6 +85,7 @@ - char * packages_get_I_cflags (GSList *pkgs); - char * package_get_other_cflags (Package *pkg); - char * packages_get_all_cflags (GSList *pkgs); -+char * packages_get_other_cflags(GSList *pkgs); - char * package_get_var (Package *pkg, - const char *var); - char * packages_get_var (GSList *pkgs, |