diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-13 18:19:29 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-13 18:19:29 +0000 |
commit | 994d60c3d856fac5014309a9e93a9fcb17eea678 (patch) | |
tree | 7dd731fd31880194bde998938233286612cfc4c7 /databases/libgda | |
parent | d09077c5855c85457cce60cf8e5afe08d51c630f (diff) | |
download | pkgsrc-994d60c3d856fac5014309a9e93a9fcb17eea678.tar.gz |
Update to 0.10.0. Changes since 0.8.199:
libgda 0.10, 2003-01-27
-----------------------
- Added support for PostgreSQL 7.3 new features (vivien, gonzalo)
- Added LANGUAGES schema to set of supported schemas (rodrigo)
- Fixed TABLES schema retrieval on Oracle (rodrigo)
- Fixed translatable strings (menthos, holger)
- Improvements on FreeTDS provider (holger)
- Added changes notifications in data models (rodrigo)
- Added new schemas to test suite (rodrigo)
- Fixed GdaTable class (rodrigo)
- First working version of the MDB (MS Access files) provider (rodrigo)
- Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi)
- Fixed circular calls in gda_data_model_describe_column (rodrigo)
- Added man page for configuration tool (gonzalo)
- Added build requirements for gda-sqlite and man page for gda-config-tool
in SPEC file (david)
- Fixed FreeTDS include path for RedHat (holger)
- Made all plugins resident (rodrigo)
- Implemented basic read-onlyness for MySQL connections (rodrigo)
- Fixed AGGREGATES schema for MySQL (rodrigo)
- Lots of work on the reporting engine (santi)
- Added support for PostgreSQL's bytea type fields (gonzalo)
- Added use of syslog for the log functions (rodrigo)
- Fixed unref'ing problems on providers (gonzalo)
- Added first working version of the LDAP provider (german)
- Removed obsolete config.h files all over (gonzalo)
- Added event notification framework to GdaClient, and converted error notification
to the new system (rodrigo)
- Implemented saving data models to XML (rodrigo)
- First basic version of the xBase provider (rodrigo)
- First GNOME 2 version of the ODBC provider (nick)
- Added support for SSL in MySQL connections (rodrigo)
- Added MONEY type (rodrigo)
- Unified parameter names for providers' connection strings (gonzalo)
- Updated translations:
- cs (mitr)
- de (cneumair, chrisime)
- es (pablodc)
- no (kmaraas)
- sk (stano)
- sl (minmax)
- sv (menthos)
libgda 0.9, 2002-12-10
----------------------
- Fixed weird initialization of the MySQL structures (cleber)
- Fixed #96758 (rodrigo)
- Fixed #95985 (rodrigo)
- Fixed #96810 (rodrigo)
- Fixed bison problems in SQL parser (gonzalo)
- Fixed DTD validation of config XML file (gonzalo)
- Implemented most schemas for FreeTDS provider (holger)
- Fixed crash on provider lookups in client library (gonzalo)
- Documentation fixes and additions (gonzalo, calvaris)
- Fixed #99997 (rodrigo)
- Fixed #96810 (rodrigo)
- First working version of the ported (from libgda 0.2.x) Sybase
provider (holger)
- Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part))
- Updated translations:
- cs (Michal Bukovjan)
- de (cneumair)
- es (pablodc)
- ms (sebol)
- pt_BR (gdvieira)
- sv (menthos)
Changes in the package:
- Move documentation to share/doc/html/libgda.
- Avoid dependancy on gtk-doc.
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/Makefile.common | 11 | ||||
-rw-r--r-- | databases/libgda/PLIST | 224 | ||||
-rw-r--r-- | databases/libgda/distinfo | 12 | ||||
-rw-r--r-- | databases/libgda/patches/patch-aa | 20 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ab | 10 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ac | 10 |
6 files changed, 150 insertions, 137 deletions
diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index 3819548b3e2..aa640336f53 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2003/01/28 22:03:12 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2003/02/13 18:19:29 jmmv Exp $ # -DISTNAME?= libgda-0.8.199 -PKGREVISION?= 1 +DISTNAME?= libgda-0.10.0 CATEGORIES?= databases gnome -MASTER_SITES?= ${MASTER_SITE_GNOME:=sources/libgda/0.8/} +MASTER_SITES?= ${MASTER_SITE_GNOME:=sources/libgda/0.10/} EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= sab@posix.org.uk @@ -21,15 +20,17 @@ GNU_CONFIGURE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}" +CONFIGURE_ARGS+= --enable-gtk-doc=no +CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc/html" PKG_SYSCONFSUBDIR= libgda EGDIR= ${PREFIX}/share/examples/libgda CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config -.include "../../textproc/gtk-doc/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../textproc/libxslt/buildlink2.mk" .include "../../textproc/scrollkeeper/buildlink2.mk" .include "../../lang/python22/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" .include "../../devel/popt/buildlink2.mk" diff --git a/databases/libgda/PLIST b/databases/libgda/PLIST index 0d368d05372..ed0da65771b 100644 --- a/databases/libgda/PLIST +++ b/databases/libgda/PLIST @@ -1,8 +1,20 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/25 15:58:20 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/02/13 18:19:29 jmmv Exp $ +bin/gda-report-test bin/gda-run bin/gda-test include/libgda-report/gda-report-document.h +include/libgda-report/gda-report-item-detail.h +include/libgda-report/gda-report-item-label.h +include/libgda-report/gda-report-item-pagefooter.h +include/libgda-report/gda-report-item-pageheader.h +include/libgda-report/gda-report-item-repfield.h +include/libgda-report/gda-report-item-report.h +include/libgda-report/gda-report-item-reportfooter.h +include/libgda-report/gda-report-item-reportheader.h +include/libgda-report/gda-report-item-sqlquery.h +include/libgda-report/gda-report-item.h include/libgda-report/gda-report-types.h +include/libgda-report/gda-report-valid.h include/libgda-report/gda-report.h include/libgda/gda-client.h include/libgda/gda-command.h @@ -55,12 +67,12 @@ lib/libgda-2.a lib/libgda-2.la lib/libgda-2.so lib/libgda-2.so.1 -lib/libgda-2.so.1.1 +lib/libgda-2.so.1.2 lib/libgda-report-2.a lib/libgda-report-2.la lib/libgda-report-2.so lib/libgda-report-2.so.1 -lib/libgda-report-2.so.1.1 +lib/libgda-report-2.so.1.2 lib/libgda/providers/libgda-default.a lib/libgda/providers/libgda-default.la lib/libgda/providers/libgda-default.so @@ -70,106 +82,108 @@ lib/libgdasql.so lib/libgdasql.so.0 lib/libgdasql.so.0.0 lib/pkgconfig/libgda.pc +share/doc/html/libgda/architecture.html +share/doc/html/libgda/c680.html +share/doc/html/libgda/c685.html +share/doc/html/libgda/c687.html +share/doc/html/libgda/c689.html +share/doc/html/libgda/compiling.html +share/doc/html/libgda/connecting.html +share/doc/html/libgda/connections.html +share/doc/html/libgda/data-model.html +share/doc/html/libgda/fdl-section1.html +share/doc/html/libgda/fdl-section10.html +share/doc/html/libgda/fdl-section2.html +share/doc/html/libgda/fdl-section3.html +share/doc/html/libgda/fdl-section4.html +share/doc/html/libgda/fdl-section5.html +share/doc/html/libgda/fdl-section6.html +share/doc/html/libgda/fdl-section7.html +share/doc/html/libgda/fdl-section8.html +share/doc/html/libgda/fdl-section9.html +share/doc/html/libgda/fdl-using.html +share/doc/html/libgda/fdl.html +share/doc/html/libgda/gdavalue.html +share/doc/html/libgda/index.html +share/doc/html/libgda/index.sgml +share/doc/html/libgda/installation-configuring.html +share/doc/html/libgda/installation-installing.html +share/doc/html/libgda/installation.html +share/doc/html/libgda/introduction.html +share/doc/html/libgda/libgda-api.html +share/doc/html/libgda/libgda-gda-command.html +share/doc/html/libgda/libgda-gda-config.html +share/doc/html/libgda/libgda-gda-field.html +share/doc/html/libgda/libgda-gda-log.html +share/doc/html/libgda/libgda-gda-parameter.html +share/doc/html/libgda/libgda-gda-quark-list.html +share/doc/html/libgda/libgda-gda-report-types.html +share/doc/html/libgda/libgda-gda-row.html +share/doc/html/libgda/libgda-gda-util.html +share/doc/html/libgda/libgda-gda-value.html +share/doc/html/libgda/libgda-gda-xql-utils.html +share/doc/html/libgda/libgda-gdabatch.html +share/doc/html/libgda/libgda-gdaclient.html +share/doc/html/libgda/libgda-gdaconnection.html +share/doc/html/libgda/libgda-gdadatamodel.html +share/doc/html/libgda/libgda-gdadatamodelarray.html +share/doc/html/libgda/libgda-gdadatamodelhash.html +share/doc/html/libgda/libgda-gdadatamodellist.html +share/doc/html/libgda/libgda-gdaerror.html +share/doc/html/libgda/libgda-gdaexport.html +share/doc/html/libgda/libgda-gdareportdocument.html +share/doc/html/libgda/libgda-gdaselect.html +share/doc/html/libgda/libgda-gdaserverprovider.html +share/doc/html/libgda/libgda-gdatable.html +share/doc/html/libgda/libgda-gdatransaction.html +share/doc/html/libgda/libgda-gdaxmlconnection.html +share/doc/html/libgda/libgda-gdaxmldatabase.html +share/doc/html/libgda/libgda-gdaxmldocument.html +share/doc/html/libgda/libgda-gdaxqlatom.html +share/doc/html/libgda/libgda-gdaxqlbin.html +share/doc/html/libgda/libgda-gdaxqlcolumn.html +share/doc/html/libgda/libgda-gdaxqlconst.html +share/doc/html/libgda/libgda-gdaxqldelete.html +share/doc/html/libgda/libgda-gdaxqldml.html +share/doc/html/libgda/libgda-gdaxqldual.html +share/doc/html/libgda/libgda-gdaxqlfield.html +share/doc/html/libgda/libgda-gdaxqlfunc.html +share/doc/html/libgda/libgda-gdaxqlinsert.html +share/doc/html/libgda/libgda-gdaxqlitem.html +share/doc/html/libgda/libgda-gdaxqljoin.html +share/doc/html/libgda/libgda-gdaxqllist.html +share/doc/html/libgda/libgda-gdaxqlquery.html +share/doc/html/libgda/libgda-gdaxqlselect.html +share/doc/html/libgda/libgda-gdaxqlstack.html +share/doc/html/libgda/libgda-gdaxqltarget.html +share/doc/html/libgda/libgda-gdaxqlupdate.html +share/doc/html/libgda/libgda-gdaxqlvalue.html +share/doc/html/libgda/libgda-gdaxqlvalueref.html +share/doc/html/libgda/libgda-libgda.html +share/doc/html/libgda/libgda-provider-class.html +share/doc/html/libgda/libgda-provider-recordset.html +share/doc/html/libgda/libgda-providers.html +share/doc/html/libgda/libgda-reports.html +share/doc/html/libgda/libgda-xql.html +share/doc/html/libgda/main_example.html +share/doc/html/libgda/managing-errors.html +share/doc/html/libgda/migration-configuration.html +share/doc/html/libgda/migration-executing-commands.html +share/doc/html/libgda/migration.html +share/doc/html/libgda/processing-queries.html +share/doc/html/libgda/x849.html +share/doc/html/libgda/x851.html +share/doc/html/libgda/x853.html +share/doc/html/libgda/x878.html +share/doc/html/libgda/x880.html +share/doc/html/libgda/x882.html +share/doc/html/libgda/x883.html +share/doc/html/libgda/x885.html +share/doc/html/libgda/x887.html share/examples/libgda/config -share/gtk-doc/html/libgda/architecture.html -share/gtk-doc/html/libgda/c680.html -share/gtk-doc/html/libgda/c685.html -share/gtk-doc/html/libgda/c687.html -share/gtk-doc/html/libgda/c689.html -share/gtk-doc/html/libgda/compiling.html -share/gtk-doc/html/libgda/connecting.html -share/gtk-doc/html/libgda/connections.html -share/gtk-doc/html/libgda/data-model.html -share/gtk-doc/html/libgda/fdl-section1.html -share/gtk-doc/html/libgda/fdl-section10.html -share/gtk-doc/html/libgda/fdl-section2.html -share/gtk-doc/html/libgda/fdl-section3.html -share/gtk-doc/html/libgda/fdl-section4.html -share/gtk-doc/html/libgda/fdl-section5.html -share/gtk-doc/html/libgda/fdl-section6.html -share/gtk-doc/html/libgda/fdl-section7.html -share/gtk-doc/html/libgda/fdl-section8.html -share/gtk-doc/html/libgda/fdl-section9.html -share/gtk-doc/html/libgda/fdl-using.html -share/gtk-doc/html/libgda/fdl.html -share/gtk-doc/html/libgda/gdavalue.html -share/gtk-doc/html/libgda/index.html -share/gtk-doc/html/libgda/installation-configuring.html -share/gtk-doc/html/libgda/installation-installing.html -share/gtk-doc/html/libgda/installation.html -share/gtk-doc/html/libgda/introduction.html -share/gtk-doc/html/libgda/libgda-api.html -share/gtk-doc/html/libgda/libgda-gda-command.html -share/gtk-doc/html/libgda/libgda-gda-config.html -share/gtk-doc/html/libgda/libgda-gda-field.html -share/gtk-doc/html/libgda/libgda-gda-log.html -share/gtk-doc/html/libgda/libgda-gda-parameter.html -share/gtk-doc/html/libgda/libgda-gda-quark-list.html -share/gtk-doc/html/libgda/libgda-gda-report-types.html -share/gtk-doc/html/libgda/libgda-gda-row.html -share/gtk-doc/html/libgda/libgda-gda-util.html -share/gtk-doc/html/libgda/libgda-gda-value.html -share/gtk-doc/html/libgda/libgda-gda-xql-utils.html -share/gtk-doc/html/libgda/libgda-gdabatch.html -share/gtk-doc/html/libgda/libgda-gdaclient.html -share/gtk-doc/html/libgda/libgda-gdaconnection.html -share/gtk-doc/html/libgda/libgda-gdadatamodel.html -share/gtk-doc/html/libgda/libgda-gdadatamodelarray.html -share/gtk-doc/html/libgda/libgda-gdadatamodelhash.html -share/gtk-doc/html/libgda/libgda-gdadatamodellist.html -share/gtk-doc/html/libgda/libgda-gdaerror.html -share/gtk-doc/html/libgda/libgda-gdaexport.html -share/gtk-doc/html/libgda/libgda-gdareportdocument.html -share/gtk-doc/html/libgda/libgda-gdaselect.html -share/gtk-doc/html/libgda/libgda-gdaserverprovider.html -share/gtk-doc/html/libgda/libgda-gdatable.html -share/gtk-doc/html/libgda/libgda-gdatransaction.html -share/gtk-doc/html/libgda/libgda-gdaxmlconnection.html -share/gtk-doc/html/libgda/libgda-gdaxmldatabase.html -share/gtk-doc/html/libgda/libgda-gdaxmldocument.html -share/gtk-doc/html/libgda/libgda-gdaxqlatom.html -share/gtk-doc/html/libgda/libgda-gdaxqlbin.html -share/gtk-doc/html/libgda/libgda-gdaxqlcolumn.html -share/gtk-doc/html/libgda/libgda-gdaxqlconst.html -share/gtk-doc/html/libgda/libgda-gdaxqldelete.html -share/gtk-doc/html/libgda/libgda-gdaxqldml.html -share/gtk-doc/html/libgda/libgda-gdaxqldual.html -share/gtk-doc/html/libgda/libgda-gdaxqlfield.html -share/gtk-doc/html/libgda/libgda-gdaxqlfunc.html -share/gtk-doc/html/libgda/libgda-gdaxqlinsert.html -share/gtk-doc/html/libgda/libgda-gdaxqlitem.html -share/gtk-doc/html/libgda/libgda-gdaxqljoin.html -share/gtk-doc/html/libgda/libgda-gdaxqllist.html -share/gtk-doc/html/libgda/libgda-gdaxqlquery.html -share/gtk-doc/html/libgda/libgda-gdaxqlselect.html -share/gtk-doc/html/libgda/libgda-gdaxqlstack.html -share/gtk-doc/html/libgda/libgda-gdaxqltarget.html -share/gtk-doc/html/libgda/libgda-gdaxqlupdate.html -share/gtk-doc/html/libgda/libgda-gdaxqlvalue.html -share/gtk-doc/html/libgda/libgda-gdaxqlvalueref.html -share/gtk-doc/html/libgda/libgda-libgda.html -share/gtk-doc/html/libgda/libgda-provider-class.html -share/gtk-doc/html/libgda/libgda-provider-recordset.html -share/gtk-doc/html/libgda/libgda-providers.html -share/gtk-doc/html/libgda/libgda-reports.html -share/gtk-doc/html/libgda/libgda-xql.html -share/gtk-doc/html/libgda/main_example.html -share/gtk-doc/html/libgda/managing-errors.html -share/gtk-doc/html/libgda/migration-configuration.html -share/gtk-doc/html/libgda/migration-executing-commands.html -share/gtk-doc/html/libgda/migration.html -share/gtk-doc/html/libgda/processing-queries.html -share/gtk-doc/html/libgda/x849.html -share/gtk-doc/html/libgda/x851.html -share/gtk-doc/html/libgda/x853.html -share/gtk-doc/html/libgda/x878.html -share/gtk-doc/html/libgda/x880.html -share/gtk-doc/html/libgda/x882.html -share/gtk-doc/html/libgda/x883.html -share/gtk-doc/html/libgda/x885.html -share/gtk-doc/html/libgda/x887.html -share/idl/libgda/GNOME_Database.idl -share/libgda/dtd/gda-report.dtd +share/libgda/xml/gda-report.dtd +share/libgda/xml/gda-xml-query.dtd +share/libgda/xml/gda-xml-query.xsl ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/libgda-2.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libgda-2.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libgda-2.mo @@ -201,11 +215,9 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/libgda-2.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgda-2.mo share/omf/libgda/libgda-C.omf @dirrm share/omf/libgda -@dirrm share/libgda/dtd -@dirrm share/libgda -@dirrm share/idl/libgda -@dirrm share/gtk-doc/html/libgda +@dirrm share/libgda/xml @dirrm share/examples/libgda +@dirrm share/doc/html/libgda @dirrm lib/libgda/providers @dirrm lib/libgda @exec ${MKDIR} %D/include/libgda/sql diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo index 2413fb8d97c..5027c3fb20a 100644 --- a/databases/libgda/distinfo +++ b/databases/libgda/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2002/12/25 15:58:20 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2003/02/13 18:19:29 jmmv Exp $ -SHA1 (libgda-0.8.199.tar.bz2) = a1a41659d117ca5f1686a0deeee097b92441b756 -Size (libgda-0.8.199.tar.bz2) = 674693 bytes -SHA1 (patch-aa) = 15f5be86f2fb44aaf6266551a50d7d43fd84af1b -SHA1 (patch-ab) = 06f205d56743720583fa5e950e71e12ab6a1f914 -SHA1 (patch-ac) = 6a6373363167e33a24772d6b03753b9fb785c56b +SHA1 (libgda-0.10.0.tar.bz2) = bedc5c947558d1a87637b6c3e476a2cf7adaeb3d +Size (libgda-0.10.0.tar.bz2) = 795000 bytes +SHA1 (patch-aa) = 3395318d51f0e268107778be43af47b59b2a60e8 +SHA1 (patch-ab) = 9fbc5f413426ed88753ec7523957d5e3122ec43e +SHA1 (patch-ac) = 855820bd48c7a1ea172deaf1b8c3164e955b626f diff --git a/databases/libgda/patches/patch-aa b/databases/libgda/patches/patch-aa index f7305c8b136..dafcb41490d 100644 --- a/databases/libgda/patches/patch-aa +++ b/databases/libgda/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/10/30 00:52:11 rh Exp $ +$NetBSD: patch-aa,v 1.2 2003/02/13 18:19:30 jmmv Exp $ ---- doc/C/Makefile.in.orig Sat Jul 13 00:33:19 2002 +--- doc/C/Makefile.in.orig 2003-02-13 18:53:17.000000000 +0100 +++ doc/C/Makefile.in -@@ -388,8 +388,6 @@ install-data-local: - echo '-- Installing '$$i ; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ - done; \ -- echo '-- Installing $(srcdir)/html/index.sgml' ; \ -- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ - fi) +@@ -167,7 +167,7 @@ YACC = @YACC@ + cxxflags_set = @cxxflags_set@ - # + DOC_MODULE = libgda +-HTML_DIR = $(datadir)/gtk-doc/html ++HTML_DIR = $(datadir)/doc/html + + # The top-level SGML file. Change it if you want. + DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml diff --git a/databases/libgda/patches/patch-ab b/databases/libgda/patches/patch-ab index f6f9c39060f..60bfa37c4f5 100644 --- a/databases/libgda/patches/patch-ab +++ b/databases/libgda/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.3 2002/12/25 15:58:21 jmmv Exp $ +$NetBSD: patch-ab,v 1.4 2003/02/13 18:19:30 jmmv Exp $ ---- data/Makefile.in.orig Wed Oct 23 23:33:13 2002 +--- data/Makefile.in.orig 2003-01-28 02:21:45.000000000 +0100 +++ data/Makefile.in -@@ -161,7 +161,7 @@ WARN_CFLAGS = @WARN_CFLAGS@ +@@ -166,7 +166,7 @@ XBASE_LIBS = @XBASE_LIBS@ YACC = @YACC@ cxxflags_set = @cxxflags_set@ -configdir = $(sysconfdir)/libgda -+configdir = $(datadir)/examples/@PACKAGE@ ++configdir = $(datadir)/examples/libgda config_DATA = config - EXTRA_DIST = $(config_DATA) gda-xml-query.dtd gda-xml-query.xsl + xmldir = $(datadir)/libgda/xml diff --git a/databases/libgda/patches/patch-ac b/databases/libgda/patches/patch-ac index 6dc55dc578c..710dab66f79 100644 --- a/databases/libgda/patches/patch-ac +++ b/databases/libgda/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.1 2002/12/25 15:58:21 jmmv Exp $ +$NetBSD: patch-ac,v 1.2 2003/02/13 18:19:30 jmmv Exp $ ---- libgda/Makefile.in.orig Wed Dec 25 16:30:35 2002 +--- libgda/Makefile.in.orig 2003-01-28 02:21:13.000000000 +0100 +++ libgda/Makefile.in -@@ -161,7 +161,7 @@ cxxflags_set = @cxxflags_set@ +@@ -166,7 +166,7 @@ cxxflags_set = @cxxflags_set@ lib_LTLIBRARIES = libgda-2.la --INCLUDES = $(LIBGDA_CFLAGS) -I$(top_srcdir) -I$(top_builddir) -DLIBGDA_PLUGINDIR=\""$(prefix)/lib/libgda/providers"\" -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/libgda/config"\" -+INCLUDES = $(LIBGDA_CFLAGS) -I$(top_srcdir) -I$(top_builddir) -DLIBGDA_PLUGINDIR=\""$(prefix)/lib/libgda/providers"\" -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/config"\" +-INCLUDES = -I$(top_srcdir) -I$(top_builddir) $(LIBGDA_CFLAGS) -DLIBGDA_PLUGINDIR=\""$(prefix)/lib/libgda/providers"\" -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/libgda/config"\" ++INCLUDES = -I$(top_srcdir) -I$(top_builddir) $(LIBGDA_CFLAGS) -DLIBGDA_PLUGINDIR=\""$(prefix)/lib/libgda/providers"\" -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/config"\" gda_marshal_built_files = gda-marshal.h gda-marshal.c |