diff options
author | drochner <drochner@pkgsrc.org> | 2005-02-25 17:50:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-02-25 17:50:48 +0000 |
commit | 42c9b717dd9cc9e26690c5d197aed819b0a265e3 (patch) | |
tree | 977a2d21329b3055f015b484b1cf9f5121775191 /databases | |
parent | 4640d53f11152ed87b795abaf79b7ae64c5076a8 (diff) | |
download | pkgsrc-42c9b717dd9cc9e26690c5d197aed819b0a265e3.tar.gz |
oops, forgot to "cvs add" these too
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda/patches/patch-ae | 14 | ||||
-rw-r--r-- | databases/libgda/patches/patch-af | 13 | ||||
-rw-r--r-- | databases/mergeant/patches/patch-ac | 13 | ||||
-rw-r--r-- | databases/mergeant/patches/patch-ad | 13 |
4 files changed, 53 insertions, 0 deletions
diff --git a/databases/libgda/patches/patch-ae b/databases/libgda/patches/patch-ae new file mode 100644 index 00000000000..815e192cf76 --- /dev/null +++ b/databases/libgda/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2005/02/25 17:50:48 drochner Exp $ + +--- libgda/gda-xml-database.c.orig 2004-05-24 19:09:57.000000000 +0200 ++++ libgda/gda-xml-database.c +@@ -492,6 +492,9 @@ gda_xml_database_save (GdaXmlDatabase *x + + g_return_val_if_fail (GDA_IS_XML_DATABASE (xmldb), FALSE); + ++ if (!uri) ++ uri = xmldb->priv->uri; ++ + xml = gda_xml_database_to_string (xmldb); + if (xml) { + result = gda_file_save (uri, xml, strlen (xml)); diff --git a/databases/libgda/patches/patch-af b/databases/libgda/patches/patch-af new file mode 100644 index 00000000000..b8ec5f0e825 --- /dev/null +++ b/databases/libgda/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2005/02/25 17:50:48 drochner Exp $ + +--- po/Makefile.in.in.orig 2005-01-18 16:33:45.000000000 +0100 ++++ po/Makefile.in.in +@@ -66,6 +66,8 @@ CATALOGS = @CATALOGS@ + CATOBJEXT = @CATOBJEXT@ + INSTOBJEXT = @INSTOBJEXT@ + ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ++ + .SUFFIXES: + .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat + diff --git a/databases/mergeant/patches/patch-ac b/databases/mergeant/patches/patch-ac new file mode 100644 index 00000000000..46ff225bbea --- /dev/null +++ b/databases/mergeant/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2005/02/25 17:51:45 drochner Exp $ + +--- libmergeant/mg-query.c.orig 2005-01-18 19:45:33.000000000 +0100 ++++ libmergeant/mg-query.c +@@ -44,7 +44,7 @@ + #include "mg-server-aggregate.h" + #include "mg-data-handler.h" + +-#include <libgda/sql/sql_parser.h> ++#include <sql/sql_parser.h> + #include "mg-qf-func.h" + + /* diff --git a/databases/mergeant/patches/patch-ad b/databases/mergeant/patches/patch-ad new file mode 100644 index 00000000000..d241c6424be --- /dev/null +++ b/databases/mergeant/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2005/02/25 17:51:45 drochner Exp $ + +--- doc/libmergeant/C/Makefile.in.orig 2005-01-18 20:09:07.000000000 +0100 ++++ doc/libmergeant/C/Makefile.in +@@ -214,7 +214,7 @@ AUTOMAKE_OPTIONS = 1.6 + + # The name of the module. + DOC_MODULE = libmergeant +-HTML_DIR = $(datadir)/gtk-doc/html ++HTML_DIR = $(datadir)/doc/html + + # The top-level SGML file. + DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml |