pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/libgda Add a patch in Gnome bug 382933 to ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dda06b3ba36
branches:  trunk
changeset: 522555:5dda06b3ba36
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Dec 12 21:02:26 2006 +0000

description:
Add a patch in Gnome bug 382933 to make this package build on Darwin.

diffstat:

 databases/libgda/distinfo         |   3 ++-
 databases/libgda/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 9b7fb14aa41d -r 5dda06b3ba36 databases/libgda/distinfo
--- a/databases/libgda/distinfo Tue Dec 12 20:28:15 2006 +0000
+++ b/databases/libgda/distinfo Tue Dec 12 21:02:26 2006 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.25 2006/12/06 18:00:41 minskim Exp $
+$NetBSD: distinfo,v 1.26 2006/12/12 21:02:26 minskim Exp $
 
 SHA1 (libgda-1.99.1.tar.bz2) = bdd5b113e8b2a63974a85e91f65da07f1838324a
 RMD160 (libgda-1.99.1.tar.bz2) = cd7376f906f052253e244300950f52b24b2375c2
 Size (libgda-1.99.1.tar.bz2) = 2579691 bytes
+SHA1 (patch-aa) = c14322970f477580afc550c4c162d733f0984d61
 SHA1 (patch-ab) = 4d316d81e53716b069f6fc9ce491fd8fde0fba13
 SHA1 (patch-ac) = baa6f6b63c05a63e9488645dbb05e693dd18b1e4
 SHA1 (patch-ad) = ffd20b94beaa79787f36d30863a2413f84ae935d
diff -r 9b7fb14aa41d -r 5dda06b3ba36 databases/libgda/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libgda/patches/patch-aa Tue Dec 12 21:02:26 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.8 2006/12/12 21:02:26 minskim Exp $
+
+http://bugzilla.gnome.org/show_bug.cgi?id=382933
+
+--- libgda/sql-delimiter/parser.y.orig 2006-08-29 06:23:27.000000000 -0700
++++ libgda/sql-delimiter/parser.y
+@@ -10,7 +10,7 @@
+ int gda_delimitererror (char *);
+ int gda_delimiterlex ();
+ 
+-GList                        *all_sql_results; /* list of GdaDelimiterStatement */
++extern GList                        *all_sql_results; /* list of GdaDelimiterStatement */
+ extern GdaDelimiterStatement *last_sql_result; /* last GdaDelimiterStatement identified */
+ #define YYDEBUG 1
+ %}



Home | Main Index | Thread Index | Old Index