pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgsf add patches from GNOME CVS to make this b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b321626958e7
branches:  trunk
changeset: 475182:b321626958e7
user:      danw <danw%pkgsrc.org@localhost>
date:      Tue May 11 12:28:10 2004 +0000

description:
add patches from GNOME CVS to make this build on darwin

diffstat:

 devel/libgsf/distinfo         |   5 +++--
 devel/libgsf/patches/patch-aa |  13 +++++++++++++
 devel/libgsf/patches/patch-ab |  13 +++++++++++++
 3 files changed, 29 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r 9ea2ae755b3c -r b321626958e7 devel/libgsf/distinfo
--- a/devel/libgsf/distinfo     Tue May 11 12:18:37 2004 +0000
+++ b/devel/libgsf/distinfo     Tue May 11 12:28:10 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2004/05/05 14:06:35 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/05/11 12:28:10 danw Exp $
 
 SHA1 (libgsf-1.9.0.tar.bz2) = 39fb07fe75b2c960306337d8007a2965873a4601
 Size (libgsf-1.9.0.tar.bz2) = 380030 bytes
-SHA1 (patch-ab) = fb120149076d849c576842889b22cf45e23773e7
+SHA1 (patch-aa) = fb92c8bd5540bb17db4131db8912c40897b0361b
+SHA1 (patch-ab) = 27a8b9cb22b17e472e1472943d03148832626914
diff -r 9ea2ae755b3c -r b321626958e7 devel/libgsf/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgsf/patches/patch-aa     Tue May 11 12:28:10 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2004/05/11 12:28:10 danw Exp $
+
+--- gsf/gsf-infile-stdio.c.orig        Mon May 10 13:10:31 2004
++++ gsf/gsf-infile-stdio.c
+@@ -39,7 +39,7 @@
+ #include <dirent.h>
+ #include <string.h>
+ 
+-GObjectClass *parent_class;
++static GObjectClass *parent_class;
+ 
+ struct _GsfInfileStdio {
+       GsfInfile parent;
diff -r 9ea2ae755b3c -r b321626958e7 devel/libgsf/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgsf/patches/patch-ab     Tue May 11 12:28:10 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.4 2004/05/11 12:28:10 danw Exp $
+
+--- gsf/gsf-outfile-stdio.c.orig       Mon May 10 13:10:37 2004
++++ gsf/gsf-outfile-stdio.c
+@@ -37,7 +37,7 @@
+ #include <sys/stat.h>
+ #include <dirent.h>
+ 
+-GObjectClass *parent_class;
++static GObjectClass *parent_class;
+ 
+ struct _GsfOutfileStdio {
+       GsfOutfile parent;



Home | Main Index | Thread Index | Old Index