pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pkgconfig Update to 0.15.0nb1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b1b88339f96
branches:  trunk
changeset: 479201:9b1b88339f96
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 07 12:14:09 2004 +0000

description:
Update to 0.15.0nb1:
Close file descriptor leak; make --list-all work if you have more pc
files than the file descriptor limit allows.

Submitted to freedesktop bugzilla as
        http://freedesktop.org/bugzilla/show_bug.cgi?id=1006

diffstat:

 devel/pkgconfig/Makefile         |   3 ++-
 devel/pkgconfig/distinfo         |   3 ++-
 devel/pkgconfig/patches/patch-aa |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 7d036be93e94 -r 9b1b88339f96 devel/pkgconfig/Makefile
--- a/devel/pkgconfig/Makefile  Sat Aug 07 11:33:54 2004 +0000
+++ b/devel/pkgconfig/Makefile  Sat Aug 07 12:14:09 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2004/04/12 20:28:54 jschauma Exp $
+# $NetBSD: Makefile,v 1.18 2004/08/07 12:14:09 wiz Exp $
 #
 
 DISTNAME=      pkgconfig-0.15.0
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.freedesktop.org/software/pkgconfig/releases/
 
diff -r 7d036be93e94 -r 9b1b88339f96 devel/pkgconfig/distinfo
--- a/devel/pkgconfig/distinfo  Sat Aug 07 11:33:54 2004 +0000
+++ b/devel/pkgconfig/distinfo  Sat Aug 07 12:14:09 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.7 2004/04/28 14:11:15 tv Exp $
+$NetBSD: distinfo,v 1.8 2004/08/07 12:14:09 wiz Exp $
 
 SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97
 Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes
+SHA1 (patch-aa) = 6ac538ffabfadb5ac46e92878f32f969ac14515f
diff -r 7d036be93e94 -r 9b1b88339f96 devel/pkgconfig/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pkgconfig/patches/patch-aa  Sat Aug 07 12:14:09 2004 +0000
@@ -0,0 +1,12 @@
+$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;
+ }
+ 



Home | Main Index | Thread Index | Old Index