diff options
author | obache <obache@pkgsrc.org> | 2007-08-04 11:13:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-04 11:13:37 +0000 |
commit | d590ae415fa813d7ae6a5858ba52793057cd77a7 (patch) | |
tree | 8b8fd4b3e656d73b0b7fb2ec7cd4154d58b43945 /databases/libgda | |
parent | 24abde00de871654b4dcc7cb7337716f26eebdd1 (diff) | |
download | pkgsrc-d590ae415fa813d7ae6a5858ba52793057cd77a7.tar.gz |
Update libgda to 3.0.1
Based on patch proveided by Makoto Fujiwara in PR 36715.
Pkgsrc Changes:
Added fam option.
from NEWS:
libgda 3.0.1, 2007-05-10
- Bug fixes: #433687, #434464, #432798, #432798
(Armin Burgmeier, Gustavo R. Montesino, Leonardo Boshell, Vivien Malerba)
- Translations:
- ar (Djihed Afifi)
libgda 3.0.0, 2007-04-20
- misc. bug fixes (Armin Burgmeier, Vivien Malerba)
- bug fixes in the SQL delimiter to handle comments, BEGIN and END blocks and PostgreSQL's
dollar quoting (Vivien Malerba)
- more unit tests (Vivien Malerba)
- removed dependecy and test for popt (Baris Cicek)
- fixed SQLite provider's error reporting, and implemented the get_last_insert_id() virtuel
method (Vivien Malerba)
- fixed MySQL's provider error where the same column would be reported several times in
the TABLE_FIELDS schema (Vivien Malerba)
- fixed a misbehaviour in the data model import of XML files (Vivien Malerba)
- docs improvements
- removed ambiguities in the source files: mention LGPL everywhere in the library, and
GPL for the executables (Murray Cumming)
- allow dictionary XML file to specify its own DTD file (Vivien Malerba)
- Bug fixes: #421986, #421986, #420306, #410200, #427605, #407908, #417249 (Carsten Clark, Baris Cicek,
Vivien Malerba
- Translations:
- dz (Pema Geyleg)
- lt (Gintautas Miliauskas)
- ar (Djihed Afifi)
libgda 2.99.6, 2007-03-23
- Merged several libraries into one for efficiency and because of inter-dependencies (yselkowitz,
Gustavo R. Montesino, Christopher Taylor)
- More explicit API function names (Murray Cumming)
- Applications can now check installed DBMS providers (yselkowitz)
- C# bindings removed from the libgda's module (Murray Cumming)
- Added regression tests for SQL parsing and delimiting (Vivien Malerba)
- Reworked SQL delimiter and made the SQL parser report non parsed characters (Vivien Malerba)
- Embedded SQLite is now 3.3.13 (Vivien Malerba)
- Added configure tests to work around changes in the MDB API (yselkowitz)
- Improved WIN32 building for Cygwin and MinGW (yselkowitz, Gustavo R. Montesino, Christopher Taylor)
- Bug fixes: #407064, #411811, #314732, #390609, #353404, #411984, #349548, #412122, #411811
(Leonardo Boshell, yselkowitz, Armin Burgmeier, Daniel Espinosa, Murray Cumming, Christopher Taylor,
Vivien Malerba)
- Lots of minor bug fixes
- Translations:
- new dz translation (Pema Geyleg)
- sv (Daniel Nylander)
- en_GB (David Lodge)
- it (Marco Ciampa)
libgda 2.99.5, 2007-02-12
- Correct a linker error when using the (recently renamed to)
gda_query_field_value_get_is_parameter() function.
I'm doing a quick extra release because I imagine that the effects of using
an implicitly-declared function could be odd.
libgda 2.99.4, 2007-02-12
- GdaQuery: Renamed gda_query_is_modif_query() to gda_query_is_modify_query().
(Murray Cumming)
- GdaQueryFieldValue: Added the is_parameter property
(Daniel Espinosa)
- GdaEntityField: Renamed get_data_type() vfunc to get_dict_type().
(Daniel Espinosa)
- GdaQueryField: Renamed get_data_type() vfunc to get_dict_type().
(Daniel Espinosa)
- GdaObject: Added the option for GdaObject sub-classes to copy the
"name" property to the "id" one if the "id" is not set (used by the GdaParameter object)
(Vivien Malerba)
- GdaDataModelQuery:
- Correctly detect when it's not possible to get information about columns.
- Added a "use_transaction" property to allow the object to start a transaction before
running the modification SQL queries and to end it afterwards (so all the modifications are atomic).
(Vivien Malerba)
- GdaDataModel: Added "reset" signal, emitted when the data model has completely changed.
(Vivien Malerba)
- GdaDataProxy:
- Added "re_init_done" signal, emitted when the proxied data model's number of columns changes.
- Corrected a bug which prevented any modification to be applied to the proxied data model.
- Added gda_data_proxy_get_n_modified_rows().
(Vivien Malerba)
- Improvements to _new() functions for language bindings, such as C++:
GdaParameterList, (Johannes Schmid, Openismus)
- Make type checks more flexible, allowing use of derived GTypes by
language bindings: (Armin Burgmeier, Openismus)
- Use enum types instead of guint or gulong for flags, matching the
conventions used in GTK+, and making the API clearer: GdaQuery, GdaObjectRef
(Murray Cumming, Openismus)
- Use specific types for property and signal parameter registrations, and use specific signal marshallers.
This should be more robust, and is needed by language bindings.
(Murray Cumming, Openismus)
- Correct all remaining installation location conflicts with libgda 1.2.
(Leonardo Boshell)
- Correct the check for the gamin version.
(Leonardo Boshell)
- gda-sharp (mono bindings) updated.
(Daniel Espinosa)
- Added tests. (Vivien Malerb)
- Win32 build improvements. (Brecht Sanders)
- MDB provider: Attempt to fix the build for more recent versions of the MDB API.
(Murray Cumming)
libgda 2.99.3, 2007-01-23
- Build fixes:
- With gamin/fam. (Murray Cumming)
- removed unnecessary libxslt dependency. (Vivien Malerba)
- gda-sharp binding fixes. (Vivien Malerba)
- Fixed many compiler warnings. (Murray Cumming)
- Replace use of deprecated sys_errlist() with strerror().
(Joseph Sacco, Bug #353729)
- Win32 build fixes. (yselkowitz, Bug #314732)
- Darwin (MacOS X) build fixes. (Min Sik Kim, Bug #382933)
- GdaConfig: Handle the GDA_DSN_LIST_IN_MEMORY environment variable.
When defined, initial DSN list will be loaded from the filename specified
in that environment variable, and the DSN list modifications will not be
written to a file. (Vivien Malerba)
- GdaQueryFieldValue: can now render parameters in SQL with the :param_name
syntax, as used by Oracle. (Vivien Malerba)
- GdaBlobOp: New object, for improved blob handling. (Vivien Malerba)
- GdaQuarkList: gda_quark_list_add_from_string():
Prevent a crash when the connection string has a final ; character.
(Andrea Zagli, Bug #317831)
- GdaQuery:
- Allow use of derived types, for language bindings. (Armin Burgmeier)
- Avoid memory corruption. (Chris Shoemaker, Bug #341061)
- GdaQueryFieldField: The field_name property is now readable. (Vivien Malerba)
- GdaServerProvider:
- Added the escape_string() and unescape_string() virtual methods. (Vivien Malerba)
- Removed unimplemented gda_server_provider_create_blob() and
gda_server_provider_fetch_blob_by_id() functions. (Murray Cumming)
- Removed unused "prop" properties. (Murray Cumming)
- Spelling and grammar corrections. (Clytie Siddall, bug #352122)
- Providers:
- FreeTDS: Build fixes. (Leonardo Boshell)
- MySQL:
- Slight speed optimization. (Esteban Sanchez)
- Fixed a bug with FK reporting in the CONSTRAINTS schema report.
Added the "bit" data type as a synonym to "tinyint"
removed GDA_TYPE_BLOB reference as MySQL does not support blobs.
(Vivien Malerba)
- Oracle: Major improvments, including blob handling. (Vivien Malerba)
- Postgres
- Fix failure of current transaction when trying to delete a
nonexisting blob Oid
- Improved GdaBinary handling.
(Vivien Malerba)
- Sqlite: Update Sqlite sources to 3.3.10.
- BDB and ODBC: Correct a cast (Hans de Goede, bug #366694)
Diffstat (limited to 'databases/libgda')
-rw-r--r-- | databases/libgda/DESCR | 2 | ||||
-rw-r--r-- | databases/libgda/Makefile | 8 | ||||
-rw-r--r-- | databases/libgda/Makefile.common | 19 | ||||
-rw-r--r-- | databases/libgda/PLIST | 662 | ||||
-rw-r--r-- | databases/libgda/buildlink3.mk | 16 | ||||
-rw-r--r-- | databases/libgda/distinfo | 24 | ||||
-rw-r--r-- | databases/libgda/options.mk | 10 | ||||
-rw-r--r-- | databases/libgda/patches/patch-aa | 15 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ab | 12 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ac | 15 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ad | 6 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ae | 16 | ||||
-rw-r--r-- | databases/libgda/patches/patch-af | 16 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ag | 16 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ah | 14 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ai | 16 | ||||
-rw-r--r-- | databases/libgda/patches/patch-aj | 31 | ||||
-rw-r--r-- | databases/libgda/patches/patch-ak | 6 | ||||
-rw-r--r-- | databases/libgda/patches/patch-al | 22 |
19 files changed, 405 insertions, 521 deletions
diff --git a/databases/libgda/DESCR b/databases/libgda/DESCR index 1408e25d88a..1b42a1fc260 100644 --- a/databases/libgda/DESCR +++ b/databases/libgda/DESCR @@ -6,7 +6,7 @@ data. It is defined by a set of CORBA interfaces as generic as possible can be accessed through them. Libgda is an interface to the GDA architecture, providing a nice wrapper -around the CORBA interfaces, for both the client and the server parts. It +around the CORBA interfaces, both for the client and the server parts. It also provides a bunch of tools to help you both in the development and management of your data sources, all done through the GDA model's set of CORBA interfaces. diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index b78b584c63f..e130d5926ec 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,14 +1,18 @@ -# $NetBSD: Makefile,v 1.22 2007/01/21 19:14:20 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/08/04 11:13:37 obache Exp $ # .include "Makefile.common" +.include "options.mk" + PKGCONFIG_OVERRIDE= libgda-3.0.pc.in PKG_SYSCONFSUBDIR= libgda -EGDIR= ${PREFIX}/share/examples/libgda +EGDIR= ${PREFIX}/share/examples/libgda-3.0 CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no +TEST_TARGET= check + .include "../../mk/bsd.pkg.mk" diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index a247b167b7d..b44e51e11cb 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.48 2007/04/04 13:30:26 obache Exp $ +# $NetBSD: Makefile.common,v 1.49 2007/08/04 11:13:37 obache Exp $ # -DISTNAME= libgda-2.99.2 +DISTNAME= libgda-3.0.1 CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/2.99/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/3.0/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -27,6 +27,13 @@ CONFIGURE_ARGS+= --without-mysql CONFIGURE_ARGS+= --without-postgres .endif +SUBST_CLASSES+= malloc_h +SUBST_STAGE.malloc_h= pre-configure +SUBST_MESSAGE.malloc_h= Don't use malloc.h, use stdlib.h. +SUBST_FILES.malloc_h= providers/sqlite/sqlite-src/fts1.c +SUBST_FILES.malloc_h+= providers/sqlite/sqlite-src/fts1_porter.c +SUBST_FILES.malloc_h+= providers/sqlite/sqlite-src/fts1_tokenizer1.c +SUBST_SED.malloc_h+= -e 's|<malloc.h>|<stdlib.h>|' .if defined(LIBGDA_PROVIDER) && !empty(LIBGDA_PROVIDER) PKGNAME= ${DISTNAME:S/libgda-/libgda-${LIBGDA_PROVIDER}-/} @@ -41,10 +48,8 @@ SUBST_FILES.libs= providers/${LIBGDA_PROVIDER}/Makefile.in SUBST_SED.libs+= -e 's|$$(top_builddir)/libgda/libgda-3.0.la|${BUILDLINK_PREFIX.libgda}/lib/libgda-3.0.la|' .include "../../databases/libgda/buildlink3.mk" -.endif - +.else .include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/popt/buildlink3.mk" +.endif diff --git a/databases/libgda/PLIST b/databases/libgda/PLIST index 77d7443d8aa..50870f43bfd 100644 --- a/databases/libgda/PLIST +++ b/databases/libgda/PLIST @@ -1,327 +1,331 @@ -@comment $NetBSD: PLIST,v 1.20 2007/01/21 19:14:20 wiz Exp $ -bin/gda-author-dict-file -bin/gda-diagnose -bin/gda-inspect-dict-file -bin/gda-list-config -bin/gda-report-test -bin/gda-run -bin/gda-test-connection -include/libgda-2.99/libgda-report/gda-report-document.h -include/libgda-2.99/libgda-report/gda-report-item-detail.h -include/libgda-2.99/libgda-report/gda-report-item-label.h -include/libgda-2.99/libgda-report/gda-report-item-pagefooter.h -include/libgda-2.99/libgda-report/gda-report-item-pageheader.h -include/libgda-2.99/libgda-report/gda-report-item-repfield.h -include/libgda-2.99/libgda-report/gda-report-item-report.h -include/libgda-2.99/libgda-report/gda-report-item-reportfooter.h -include/libgda-2.99/libgda-report/gda-report-item-reportheader.h -include/libgda-2.99/libgda-report/gda-report-item-sqlquery.h -include/libgda-2.99/libgda-report/gda-report-item.h -include/libgda-2.99/libgda-report/gda-report-result.h -include/libgda-2.99/libgda-report/gda-report-types.h -include/libgda-2.99/libgda-report/gda-report-valid.h -include/libgda-2.99/libgda-report/gda-report.h -include/libgda-2.99/libgda/gda-blob.h -include/libgda-2.99/libgda/gda-client.h -include/libgda-2.99/libgda/gda-column-index.h -include/libgda-2.99/libgda/gda-column.h -include/libgda-2.99/libgda/gda-command.h -include/libgda-2.99/libgda/gda-config.h -include/libgda-2.99/libgda/gda-connection-event.h -include/libgda-2.99/libgda/gda-connection-private.h -include/libgda-2.99/libgda/gda-connection.h -include/libgda-2.99/libgda/gda-data-access-wrapper.h -include/libgda-2.99/libgda/gda-data-handler.h -include/libgda-2.99/libgda/gda-data-model-array.h -include/libgda-2.99/libgda/gda-data-model-extra.h -include/libgda-2.99/libgda/gda-data-model-filter-sql.h -include/libgda-2.99/libgda/gda-data-model-hash.h -include/libgda-2.99/libgda/gda-data-model-import.h -include/libgda-2.99/libgda/gda-data-model-index.h -include/libgda-2.99/libgda/gda-data-model-iter.h -include/libgda-2.99/libgda/gda-data-model-private.h -include/libgda-2.99/libgda/gda-data-model-query.h -include/libgda-2.99/libgda/gda-data-model-row.h -include/libgda-2.99/libgda/gda-data-model.h -include/libgda-2.99/libgda/gda-data-proxy.h -include/libgda-2.99/libgda/gda-decl.h -include/libgda-2.99/libgda/gda-dict-aggregate.h -include/libgda-2.99/libgda/gda-dict-constraint.h -include/libgda-2.99/libgda/gda-dict-database.h -include/libgda-2.99/libgda/gda-dict-field.h -include/libgda-2.99/libgda/gda-dict-function.h -include/libgda-2.99/libgda/gda-dict-private.h -include/libgda-2.99/libgda/gda-dict-reg-aggregates.h -include/libgda-2.99/libgda/gda-dict-reg-functions.h -include/libgda-2.99/libgda/gda-dict-reg-queries.h -include/libgda-2.99/libgda/gda-dict-reg-types.h -include/libgda-2.99/libgda/gda-dict-table.h -include/libgda-2.99/libgda/gda-dict-type.h -include/libgda-2.99/libgda/gda-dict.h -include/libgda-2.99/libgda/gda-entity-field.h -include/libgda-2.99/libgda/gda-entity.h -include/libgda-2.99/libgda/gda-enum-types.h -include/libgda-2.99/libgda/gda-enums.h -include/libgda-2.99/libgda/gda-graphviz.h -include/libgda-2.99/libgda/gda-log.h -include/libgda-2.99/libgda/gda-marshal.h -include/libgda-2.99/libgda/gda-object-ref.h -include/libgda-2.99/libgda/gda-object.h -include/libgda-2.99/libgda/gda-parameter-list.h -include/libgda-2.99/libgda/gda-parameter.h -include/libgda-2.99/libgda/gda-quark-list.h -include/libgda-2.99/libgda/gda-query-condition.h -include/libgda-2.99/libgda/gda-query-field-agg.h -include/libgda-2.99/libgda/gda-query-field-all.h -include/libgda-2.99/libgda/gda-query-field-field.h -include/libgda-2.99/libgda/gda-query-field-func.h -include/libgda-2.99/libgda/gda-query-field-value.h -include/libgda-2.99/libgda/gda-query-field.h -include/libgda-2.99/libgda/gda-query-join.h -include/libgda-2.99/libgda/gda-query-object.h -include/libgda-2.99/libgda/gda-query-parsing.h -include/libgda-2.99/libgda/gda-query-private.h -include/libgda-2.99/libgda/gda-query-target.h -include/libgda-2.99/libgda/gda-query.h -include/libgda-2.99/libgda/gda-referer.h -include/libgda-2.99/libgda/gda-renderer.h -include/libgda-2.99/libgda/gda-row.h -include/libgda-2.99/libgda/gda-server-operation.h -include/libgda-2.99/libgda/gda-server-provider-extra.h -include/libgda-2.99/libgda/gda-server-provider-private.h -include/libgda-2.99/libgda/gda-server-provider.h -include/libgda-2.99/libgda/gda-threader.h -include/libgda-2.99/libgda/gda-transaction-status-private.h -include/libgda-2.99/libgda/gda-transaction-status.h -include/libgda-2.99/libgda/gda-util.h -include/libgda-2.99/libgda/gda-value.h -include/libgda-2.99/libgda/gda-xml-storage.h -include/libgda-2.99/libgda/graph/gda-dict-reg-graphs.h -include/libgda-2.99/libgda/graph/gda-graph-item.h -include/libgda-2.99/libgda/graph/gda-graph-query.h -include/libgda-2.99/libgda/graph/gda-graph.h -include/libgda-2.99/libgda/handlers/gda-handler-bin.h -include/libgda-2.99/libgda/handlers/gda-handler-boolean.h -include/libgda-2.99/libgda/handlers/gda-handler-numerical.h -include/libgda-2.99/libgda/handlers/gda-handler-string.h -include/libgda-2.99/libgda/handlers/gda-handler-time.h -include/libgda-2.99/libgda/handlers/gda-handler-type.h -include/libgda-2.99/libgda/libgda.h -include/libgda-2.99/libsql/sql_parser.h -include/libgda-2.99/sql-delimiter/gda-sql-delimiter.h -lib/libgda-2.99/providers/libgda-sqlite.la +@comment $NetBSD: PLIST,v 1.21 2007/08/04 11:13:37 obache Exp $ +bin/gda-author-dict-file-3.0 +bin/gda-diagnose-3.0 +bin/gda-inspect-dict-file-3.0 +bin/gda-list-config-3.0 +bin/gda-report-test-3.0 +bin/gda-run-3.0 +bin/gda-test-connection-3.0 +include/libgda-3.0/libgda-report/gda-report-document.h +include/libgda-3.0/libgda-report/gda-report-item-detail.h +include/libgda-3.0/libgda-report/gda-report-item-label.h +include/libgda-3.0/libgda-report/gda-report-item-pagefooter.h +include/libgda-3.0/libgda-report/gda-report-item-pageheader.h +include/libgda-3.0/libgda-report/gda-report-item-repfield.h +include/libgda-3.0/libgda-report/gda-report-item-report.h +include/libgda-3.0/libgda-report/gda-report-item-reportfooter.h +include/libgda-3.0/libgda-report/gda-report-item-reportheader.h +include/libgda-3.0/libgda-report/gda-report-item-sqlquery.h +include/libgda-3.0/libgda-report/gda-report-item.h +include/libgda-3.0/libgda-report/gda-report-result.h +include/libgda-3.0/libgda-report/gda-report-types.h +include/libgda-3.0/libgda-report/gda-report-valid.h +include/libgda-3.0/libgda-report/gda-report.h +include/libgda-3.0/libgda/gda-blob-op.h +include/libgda-3.0/libgda/gda-client.h +include/libgda-3.0/libgda/gda-column-index.h +include/libgda-3.0/libgda/gda-column.h +include/libgda-3.0/libgda/gda-command.h +include/libgda-3.0/libgda/gda-config.h +include/libgda-3.0/libgda/gda-connection-event.h +include/libgda-3.0/libgda/gda-connection-private.h +include/libgda-3.0/libgda/gda-connection.h +include/libgda-3.0/libgda/gda-data-access-wrapper.h +include/libgda-3.0/libgda/gda-data-handler.h +include/libgda-3.0/libgda/gda-data-model-array.h +include/libgda-3.0/libgda/gda-data-model-extra.h +include/libgda-3.0/libgda/gda-data-model-filter-sql.h +include/libgda-3.0/libgda/gda-data-model-hash.h +include/libgda-3.0/libgda/gda-data-model-import.h +include/libgda-3.0/libgda/gda-data-model-index.h +include/libgda-3.0/libgda/gda-data-model-iter.h +include/libgda-3.0/libgda/gda-data-model-private.h +include/libgda-3.0/libgda/gda-data-model-query.h +include/libgda-3.0/libgda/gda-data-model-row.h +include/libgda-3.0/libgda/gda-data-model.h +include/libgda-3.0/libgda/gda-data-proxy.h +include/libgda-3.0/libgda/gda-decl.h +include/libgda-3.0/libgda/gda-dict-aggregate.h +include/libgda-3.0/libgda/gda-dict-constraint.h +include/libgda-3.0/libgda/gda-dict-database.h +include/libgda-3.0/libgda/gda-dict-field.h +include/libgda-3.0/libgda/gda-dict-function.h +include/libgda-3.0/libgda/gda-dict-private.h +include/libgda-3.0/libgda/gda-dict-reg-aggregates.h +include/libgda-3.0/libgda/gda-dict-reg-functions.h +include/libgda-3.0/libgda/gda-dict-reg-queries.h +include/libgda-3.0/libgda/gda-dict-reg-types.h +include/libgda-3.0/libgda/gda-dict-table.h +include/libgda-3.0/libgda/gda-dict-type.h +include/libgda-3.0/libgda/gda-dict.h +include/libgda-3.0/libgda/gda-entity-field.h +include/libgda-3.0/libgda/gda-entity.h +include/libgda-3.0/libgda/gda-enum-types.h +include/libgda-3.0/libgda/gda-enums.h +include/libgda-3.0/libgda/gda-graphviz.h +include/libgda-3.0/libgda/gda-log.h +include/libgda-3.0/libgda/gda-marshal.h +include/libgda-3.0/libgda/gda-object-ref.h +include/libgda-3.0/libgda/gda-object.h +include/libgda-3.0/libgda/gda-parameter-list.h +include/libgda-3.0/libgda/gda-parameter-util.h +include/libgda-3.0/libgda/gda-parameter.h +include/libgda-3.0/libgda/gda-quark-list.h +include/libgda-3.0/libgda/gda-query-condition.h +include/libgda-3.0/libgda/gda-query-field-agg.h +include/libgda-3.0/libgda/gda-query-field-all.h +include/libgda-3.0/libgda/gda-query-field-field.h +include/libgda-3.0/libgda/gda-query-field-func.h +include/libgda-3.0/libgda/gda-query-field-value.h +include/libgda-3.0/libgda/gda-query-field.h +include/libgda-3.0/libgda/gda-query-join.h +include/libgda-3.0/libgda/gda-query-object.h +include/libgda-3.0/libgda/gda-query-parsing.h +include/libgda-3.0/libgda/gda-query-private.h +include/libgda-3.0/libgda/gda-query-target.h +include/libgda-3.0/libgda/gda-query.h +include/libgda-3.0/libgda/gda-referer.h +include/libgda-3.0/libgda/gda-renderer.h +include/libgda-3.0/libgda/gda-row.h +include/libgda-3.0/libgda/gda-server-operation.h +include/libgda-3.0/libgda/gda-server-provider-extra.h +include/libgda-3.0/libgda/gda-server-provider-private.h +include/libgda-3.0/libgda/gda-server-provider.h +include/libgda-3.0/libgda/gda-threader.h +include/libgda-3.0/libgda/gda-transaction-status-private.h +include/libgda-3.0/libgda/gda-transaction-status.h +include/libgda-3.0/libgda/gda-util.h +include/libgda-3.0/libgda/gda-value.h +include/libgda-3.0/libgda/gda-xml-storage.h +include/libgda-3.0/libgda/graph/gda-dict-reg-graphs.h +include/libgda-3.0/libgda/graph/gda-graph-item.h +include/libgda-3.0/libgda/graph/gda-graph-query.h +include/libgda-3.0/libgda/graph/gda-graph.h +include/libgda-3.0/libgda/handlers/gda-handler-bin.h +include/libgda-3.0/libgda/handlers/gda-handler-boolean.h +include/libgda-3.0/libgda/handlers/gda-handler-numerical.h +include/libgda-3.0/libgda/handlers/gda-handler-string.h +include/libgda-3.0/libgda/handlers/gda-handler-time.h +include/libgda-3.0/libgda/handlers/gda-handler-type.h +include/libgda-3.0/libgda/libgda.h +include/libgda-3.0/libsql/sql_parser.h +include/libgda-3.0/sql-delimiter/gda-sql-delimiter.h lib/libgda-3.0.la +lib/libgda-3.0/providers/libgda-sqlite.la lib/libgda-report-3.0.la -lib/libgda_graph-3.0.la -lib/libgda_handlers-3.0.la -lib/libgda_sql_delimiter-3.0.la -lib/libgdasql.la -lib/libsqltransaction.la +lib/libgdasql-3.0.la lib/pkgconfig/libgda-3.0.pc -share/examples/libgda/config -share/examples/libgda/sales_test.db -share/gtk-doc/html/libgda/DataModels.png -share/gtk-doc/html/libgda/GdaBlob.html -share/gtk-doc/html/libgda/GdaClient.html -share/gtk-doc/html/libgda/GdaColumn.html -share/gtk-doc/html/libgda/GdaColumnIndex.html -share/gtk-doc/html/libgda/GdaConnection.html -share/gtk-doc/html/libgda/GdaConnectionEvent.html -share/gtk-doc/html/libgda/GdaDataAccessWrapper.html -share/gtk-doc/html/libgda/GdaDataModel.html -share/gtk-doc/html/libgda/GdaDataModelArray.html -share/gtk-doc/html/libgda/GdaDataModelFilterSQL.html -share/gtk-doc/html/libgda/GdaDataModelHash.html -share/gtk-doc/html/libgda/GdaDataModelImport.html -share/gtk-doc/html/libgda/GdaDataModelIter.html -share/gtk-doc/html/libgda/GdaDataModelQuery.html -share/gtk-doc/html/libgda/GdaDataModelRow.html -share/gtk-doc/html/libgda/GdaDataProxy.html -share/gtk-doc/html/libgda/GdaDict.html -share/gtk-doc/html/libgda/GdaDictAggregate.html -share/gtk-doc/html/libgda/GdaDictConstraint.html -share/gtk-doc/html/libgda/GdaDictDatabase.html -share/gtk-doc/html/libgda/GdaDictField.html -share/gtk-doc/html/libgda/GdaDictFunction.html -share/gtk-doc/html/libgda/GdaDictTable.html -share/gtk-doc/html/libgda/GdaDictType.html -share/gtk-doc/html/libgda/GdaEntity.html -share/gtk-doc/html/libgda/GdaEntityField.html -share/gtk-doc/html/libgda/GdaGraph.html -share/gtk-doc/html/libgda/GdaGraphItem.html -share/gtk-doc/html/libgda/GdaGraphQuery.html -share/gtk-doc/html/libgda/GdaGraphviz.html -share/gtk-doc/html/libgda/GdaHandlerBin.html -share/gtk-doc/html/libgda/GdaHandlerBoolean.html -share/gtk-doc/html/libgda/GdaHandlerNumerical.html -share/gtk-doc/html/libgda/GdaHandlerString.html -share/gtk-doc/html/libgda/GdaHandlerTime.html -share/gtk-doc/html/libgda/GdaHandlerType.html -share/gtk-doc/html/libgda/GdaObject.html -share/gtk-doc/html/libgda/GdaObjectRef.html -share/gtk-doc/html/libgda/GdaParameter.html -share/gtk-doc/html/libgda/GdaParameterList.html -share/gtk-doc/html/libgda/GdaQuery.html -share/gtk-doc/html/libgda/GdaQueryCondition.html -share/gtk-doc/html/libgda/GdaQueryField.html -share/gtk-doc/html/libgda/GdaQueryFieldAgg.html -share/gtk-doc/html/libgda/GdaQueryFieldAll.html -share/gtk-doc/html/libgda/GdaQueryFieldField.html -share/gtk-doc/html/libgda/GdaQueryFieldFunc.html -share/gtk-doc/html/libgda/GdaQueryFieldValue.html -share/gtk-doc/html/libgda/GdaQueryJoin.html -share/gtk-doc/html/libgda/GdaQueryObject.html -share/gtk-doc/html/libgda/GdaQueryTarget.html -share/gtk-doc/html/libgda/GdaReferer.html -share/gtk-doc/html/libgda/GdaRenderer.html -share/gtk-doc/html/libgda/GdaServerOperation.html -share/gtk-doc/html/libgda/GdaServerProvider.html -share/gtk-doc/html/libgda/GdaThreader.html -share/gtk-doc/html/libgda/GdaTransactionStatus.html -share/gtk-doc/html/libgda/GdaXmlStorage.html -share/gtk-doc/html/libgda/architecture.html -share/gtk-doc/html/libgda/ch05s03.html -share/gtk-doc/html/libgda/ch06s02.html -share/gtk-doc/html/libgda/ch06s03.html -share/gtk-doc/html/libgda/ch07.html -share/gtk-doc/html/libgda/ch12.html -share/gtk-doc/html/libgda/ch13.html -share/gtk-doc/html/libgda/ch14.html -share/gtk-doc/html/libgda/ch16.html -share/gtk-doc/html/libgda/ch17.html -share/gtk-doc/html/libgda/compiling.html -share/gtk-doc/html/libgda/connection.html -share/gtk-doc/html/libgda/connections.html -share/gtk-doc/html/libgda/create-blob.html -share/gtk-doc/html/libgda/data-model.html -share/gtk-doc/html/libgda/data_conv.html -share/gtk-doc/html/libgda/data_models.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/features.html -share/gtk-doc/html/libgda/fetch-blob.html -share/gtk-doc/html/libgda/get-last-insert-id.html -share/gtk-doc/html/libgda/getting_started.html -share/gtk-doc/html/libgda/home.png -share/gtk-doc/html/libgda/index.html -share/gtk-doc/html/libgda/index.sgml -share/gtk-doc/html/libgda/init_config.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/ix01.html -share/gtk-doc/html/libgda/left.png -share/gtk-doc/html/libgda/libgda-Configuration.html -share/gtk-doc/html/libgda/libgda-Convenient-functions.html -share/gtk-doc/html/libgda/libgda-Default-Data-handlers.html -share/gtk-doc/html/libgda/libgda-Gda-Value.html -share/gtk-doc/html/libgda/libgda-GdaCommand.html -share/gtk-doc/html/libgda/libgda-GdaDataModelIndex.html -share/gtk-doc/html/libgda/libgda-GdaDictExtend.html -share/gtk-doc/html/libgda/libgda-GdaReportDocument.html -share/gtk-doc/html/libgda/libgda-GdaReportItem.html -share/gtk-doc/html/libgda/libgda-GdaReportItemDetail.html -share/gtk-doc/html/libgda/libgda-GdaReportItemLabel.html -share/gtk-doc/html/libgda/libgda-GdaReportItemPageFooter.html -share/gtk-doc/html/libgda/libgda-GdaReportItemPageHeader.html -share/gtk-doc/html/libgda/libgda-GdaReportItemRepField.html -share/gtk-doc/html/libgda/libgda-GdaReportItemReport.html -share/gtk-doc/html/libgda/libgda-GdaReportItemReportFooter.html -share/gtk-doc/html/libgda/libgda-GdaReportItemReportHeader.html -share/gtk-doc/html/libgda/libgda-GdaReportItemSqlQuery.html -share/gtk-doc/html/libgda/libgda-GdaReportResult.html -share/gtk-doc/html/libgda/libgda-GdaReportValid.html -share/gtk-doc/html/libgda/libgda-Libgda-Initialization.html -share/gtk-doc/html/libgda/libgda-Logging.html -share/gtk-doc/html/libgda/libgda-Quark-lists.html -share/gtk-doc/html/libgda/libgda-Utility-functions.html -share/gtk-doc/html/libgda/libgda-gda-report-types.html -share/gtk-doc/html/libgda/libgda-provider-begin-transaction.html -share/gtk-doc/html/libgda/libgda-provider-change-database.html -share/gtk-doc/html/libgda/libgda-provider-class.html -share/gtk-doc/html/libgda/libgda-provider-close-connection.html -share/gtk-doc/html/libgda/libgda-provider-commit-transaction.html -share/gtk-doc/html/libgda/libgda-provider-create-operation.html -share/gtk-doc/html/libgda/libgda-provider-execute-command.html -share/gtk-doc/html/libgda/libgda-provider-get-data-handler.html -share/gtk-doc/html/libgda/libgda-provider-get-database.html -share/gtk-doc/html/libgda/libgda-provider-get-def-dbms-type.html -share/gtk-doc/html/libgda/libgda-provider-get-info.html -share/gtk-doc/html/libgda/libgda-provider-get-schema.html -share/gtk-doc/html/libgda/libgda-provider-get-server-version.html -share/gtk-doc/html/libgda/libgda-provider-introduction.html -share/gtk-doc/html/libgda/libgda-provider-open-connection.html -share/gtk-doc/html/libgda/libgda-provider-perform-operation.html -share/gtk-doc/html/libgda/libgda-provider-recordset.html -share/gtk-doc/html/libgda/libgda-provider-render-operation.html -share/gtk-doc/html/libgda/libgda-provider-rollback-transaction.html -share/gtk-doc/html/libgda/libgda-provider-string-to-handler.html -share/gtk-doc/html/libgda/libgda-provider-supports-feature.html -share/gtk-doc/html/libgda/libgda-provider-supports-operation.html -share/gtk-doc/html/libgda/libgda-reports-introduction.html -share/gtk-doc/html/libgda/libgda-reports.html -share/gtk-doc/html/libgda/libgda-tools-author-dict.html -share/gtk-doc/html/libgda/libgda-tools-diagnose.html -share/gtk-doc/html/libgda/libgda-tools-inspect-dict.html -share/gtk-doc/html/libgda/libgda-tools-introduction.html -share/gtk-doc/html/libgda/libgda-tools-list-config.html -share/gtk-doc/html/libgda/libgda-tools-test-connection.html -share/gtk-doc/html/libgda/libgda.devhelp -share/gtk-doc/html/libgda/libgda.devhelp2 -share/gtk-doc/html/libgda/main_example.html -share/gtk-doc/html/libgda/manage-gdavalue.html -share/gtk-doc/html/libgda/managing-errors.html -share/gtk-doc/html/libgda/migration.html -share/gtk-doc/html/libgda/misc.html -share/gtk-doc/html/libgda/part_begin.html -share/gtk-doc/html/libgda/part_libgda-reports.html -share/gtk-doc/html/libgda/part_libgda_api.html -share/gtk-doc/html/libgda/part_providers.html -share/gtk-doc/html/libgda/part_tools.html -share/gtk-doc/html/libgda/query01.png -share/gtk-doc/html/libgda/query02.png -share/gtk-doc/html/libgda/query03.png -share/gtk-doc/html/libgda/query04.png -share/gtk-doc/html/libgda/query05.png -share/gtk-doc/html/libgda/query06.png -share/gtk-doc/html/libgda/right.png -share/gtk-doc/html/libgda/style.css -share/gtk-doc/html/libgda/transactions.html -share/gtk-doc/html/libgda/up.png -share/libgda/dtd/libgda-array.dtd -share/libgda/dtd/libgda-dict.dtd -share/libgda/dtd/libgda-paramlist.dtd -share/libgda/dtd/libgda-server-operation.dtd -share/libgda/sqlite_specs_add_column.xml -share/libgda/sqlite_specs_create_db.xml -share/libgda/sqlite_specs_create_index.xml -share/libgda/sqlite_specs_create_table.xml -share/libgda/sqlite_specs_drop_db.xml -share/libgda/sqlite_specs_drop_index.xml -share/libgda/sqlite_specs_drop_table.xml -share/libgda/sqlite_specs_dsn.xml -share/libgda/sqlite_specs_rename_table.xml -share/libgda/xml/gda-report-result.dtd -share/libgda/xml/gda-report.dtd -share/libgda/xml/gda-xml-query.dtd -share/libgda/xml/gda-xml-query.xsl +lib/pkgconfig/libgda-sqlite-3.0.pc +share/examples/libgda-3.0/config +share/examples/libgda-3.0/sales_test.db +share/gtk-doc/html/libgda-3.0/DataModels.png +share/gtk-doc/html/libgda-3.0/GdaBlobOp.html +share/gtk-doc/html/libgda-3.0/GdaClient.html +share/gtk-doc/html/libgda-3.0/GdaColumn.html +share/gtk-doc/html/libgda-3.0/GdaColumnIndex.html +share/gtk-doc/html/libgda-3.0/GdaConnection.html +share/gtk-doc/html/libgda-3.0/GdaConnectionEvent.html +share/gtk-doc/html/libgda-3.0/GdaDataAccessWrapper.html +share/gtk-doc/html/libgda-3.0/GdaDataModel.html +share/gtk-doc/html/libgda-3.0/GdaDataModelArray.html +share/gtk-doc/html/libgda-3.0/GdaDataModelFilterSQL.html +share/gtk-doc/html/libgda-3.0/GdaDataModelHash.html +share/gtk-doc/html/libgda-3.0/GdaDataModelImport.html +share/gtk-doc/html/libgda-3.0/GdaDataModelIter.html +share/gtk-doc/html/libgda-3.0/GdaDataModelQuery.html +share/gtk-doc/html/libgda-3.0/GdaDataModelRow.html +share/gtk-doc/html/libgda-3.0/GdaDataProxy.html +share/gtk-doc/html/libgda-3.0/GdaDict.html +share/gtk-doc/html/libgda-3.0/GdaDictAggregate.html +share/gtk-doc/html/libgda-3.0/GdaDictConstraint.html +share/gtk-doc/html/libgda-3.0/GdaDictDatabase.html +share/gtk-doc/html/libgda-3.0/GdaDictField.html +share/gtk-doc/html/libgda-3.0/GdaDictFunction.html +share/gtk-doc/html/libgda-3.0/GdaDictTable.html +share/gtk-doc/html/libgda-3.0/GdaDictType.html +share/gtk-doc/html/libgda-3.0/GdaEntity.html +share/gtk-doc/html/libgda-3.0/GdaEntityField.html +share/gtk-doc/html/libgda-3.0/GdaGraph.html +share/gtk-doc/html/libgda-3.0/GdaGraphItem.html +share/gtk-doc/html/libgda-3.0/GdaGraphQuery.html +share/gtk-doc/html/libgda-3.0/GdaGraphviz.html +share/gtk-doc/html/libgda-3.0/GdaHandlerBin.html +share/gtk-doc/html/libgda-3.0/GdaHandlerBoolean.html +share/gtk-doc/html/libgda-3.0/GdaHandlerNumerical.html +share/gtk-doc/html/libgda-3.0/GdaHandlerString.html +share/gtk-doc/html/libgda-3.0/GdaHandlerTime.html +share/gtk-doc/html/libgda-3.0/GdaHandlerType.html +share/gtk-doc/html/libgda-3.0/GdaObject.html +share/gtk-doc/html/libgda-3.0/GdaObjectRef.html +share/gtk-doc/html/libgda-3.0/GdaParameter.html +share/gtk-doc/html/libgda-3.0/GdaParameterList.html +share/gtk-doc/html/libgda-3.0/GdaQuery.html +share/gtk-doc/html/libgda-3.0/GdaQueryCondition.html +share/gtk-doc/html/libgda-3.0/GdaQueryField.html +share/gtk-doc/html/libgda-3.0/GdaQueryFieldAgg.html +share/gtk-doc/html/libgda-3.0/GdaQueryFieldAll.html +share/gtk-doc/html/libgda-3.0/GdaQueryFieldField.html +share/gtk-doc/html/libgda-3.0/GdaQueryFieldFunc.html +share/gtk-doc/html/libgda-3.0/GdaQueryFieldValue.html +share/gtk-doc/html/libgda-3.0/GdaQueryJoin.html +share/gtk-doc/html/libgda-3.0/GdaQueryObject.html +share/gtk-doc/html/libgda-3.0/GdaQueryTarget.html +share/gtk-doc/html/libgda-3.0/GdaReferer.html +share/gtk-doc/html/libgda-3.0/GdaRenderer.html +share/gtk-doc/html/libgda-3.0/GdaServerOperation.html +share/gtk-doc/html/libgda-3.0/GdaServerProvider.html +share/gtk-doc/html/libgda-3.0/GdaThreader.html +share/gtk-doc/html/libgda-3.0/GdaTransactionStatus.html +share/gtk-doc/html/libgda-3.0/GdaXmlStorage.html +share/gtk-doc/html/libgda-3.0/architecture.html +share/gtk-doc/html/libgda-3.0/ch05s03.html +share/gtk-doc/html/libgda-3.0/ch06s02.html +share/gtk-doc/html/libgda-3.0/ch06s03.html +share/gtk-doc/html/libgda-3.0/ch08.html +share/gtk-doc/html/libgda-3.0/ch13.html +share/gtk-doc/html/libgda-3.0/ch14.html +share/gtk-doc/html/libgda-3.0/ch15.html +share/gtk-doc/html/libgda-3.0/ch17.html +share/gtk-doc/html/libgda-3.0/ch18.html +share/gtk-doc/html/libgda-3.0/compiling.html +share/gtk-doc/html/libgda-3.0/connection.html +share/gtk-doc/html/libgda-3.0/connections.html +share/gtk-doc/html/libgda-3.0/create-blob.html +share/gtk-doc/html/libgda-3.0/data-model.html +share/gtk-doc/html/libgda-3.0/data_conv.html +share/gtk-doc/html/libgda-3.0/data_models.html +share/gtk-doc/html/libgda-3.0/fdl-section1.html +share/gtk-doc/html/libgda-3.0/fdl-section10.html +share/gtk-doc/html/libgda-3.0/fdl-section2.html +share/gtk-doc/html/libgda-3.0/fdl-section3.html +share/gtk-doc/html/libgda-3.0/fdl-section4.html +share/gtk-doc/html/libgda-3.0/fdl-section5.html +share/gtk-doc/html/libgda-3.0/fdl-section6.html +share/gtk-doc/html/libgda-3.0/fdl-section7.html +share/gtk-doc/html/libgda-3.0/fdl-section8.html +share/gtk-doc/html/libgda-3.0/fdl-section9.html +share/gtk-doc/html/libgda-3.0/fdl-using.html +share/gtk-doc/html/libgda-3.0/fdl.html +share/gtk-doc/html/libgda-3.0/features.html +share/gtk-doc/html/libgda-3.0/fetch-blob.html +share/gtk-doc/html/libgda-3.0/get-last-insert-id.html +share/gtk-doc/html/libgda-3.0/getting_started.html +share/gtk-doc/html/libgda-3.0/home.png +share/gtk-doc/html/libgda-3.0/index.html +share/gtk-doc/html/libgda-3.0/index.sgml +share/gtk-doc/html/libgda-3.0/init_config.html +share/gtk-doc/html/libgda-3.0/installation-configuring.html +share/gtk-doc/html/libgda-3.0/installation-installing.html +share/gtk-doc/html/libgda-3.0/installation.html +share/gtk-doc/html/libgda-3.0/introduction.html +share/gtk-doc/html/libgda-3.0/ix01.html +share/gtk-doc/html/libgda-3.0/left.png +share/gtk-doc/html/libgda-3.0/libgda-3.0.devhelp +share/gtk-doc/html/libgda-3.0/libgda-3.0.devhelp2 +share/gtk-doc/html/libgda-3.0/libgda-30-Configuration.html +share/gtk-doc/html/libgda-3.0/libgda-30-Convenient-functions.html +share/gtk-doc/html/libgda-3.0/libgda-30-Default-Data-handlers.html +share/gtk-doc/html/libgda-3.0/libgda-30-Gda-Value.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaCommand.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaDataModelIndex.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaDictExtend.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportDocument.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItem.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemDetail.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemLabel.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemPageFooter.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemPageHeader.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemRepField.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemReport.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemReportFooter.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemReportHeader.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportItemSqlQuery.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportResult.html +share/gtk-doc/html/libgda-3.0/libgda-30-GdaReportValid.html +share/gtk-doc/html/libgda-3.0/libgda-30-Libgda-Initialization.html +share/gtk-doc/html/libgda-3.0/libgda-30-Logging.html +share/gtk-doc/html/libgda-3.0/libgda-30-Quark-lists.html +share/gtk-doc/html/libgda-3.0/libgda-30-Utility-functions.html +share/gtk-doc/html/libgda-3.0/libgda-30-gda-report-types.html +share/gtk-doc/html/libgda-3.0/libgda-provider-begin-transaction.html +share/gtk-doc/html/libgda-3.0/libgda-provider-change-database.html +share/gtk-doc/html/libgda-3.0/libgda-provider-class.html +share/gtk-doc/html/libgda-3.0/libgda-provider-close-connection.html +share/gtk-doc/html/libgda-3.0/libgda-provider-commit-transaction.html +share/gtk-doc/html/libgda-3.0/libgda-provider-create-operation.html +share/gtk-doc/html/libgda-3.0/libgda-provider-execute-command.html +share/gtk-doc/html/libgda-3.0/libgda-provider-get-data-handler.html +share/gtk-doc/html/libgda-3.0/libgda-provider-get-database.html +share/gtk-doc/html/libgda-3.0/libgda-provider-get-def-dbms-type.html +share/gtk-doc/html/libgda-3.0/libgda-provider-get-info.html +share/gtk-doc/html/libgda-3.0/libgda-provider-get-schema.html +share/gtk-doc/html/libgda-3.0/libgda-provider-get-server-version.html +share/gtk-doc/html/libgda-3.0/libgda-provider-introduction.html +share/gtk-doc/html/libgda-3.0/libgda-provider-open-connection.html +share/gtk-doc/html/libgda-3.0/libgda-provider-perform-operation.html +share/gtk-doc/html/libgda-3.0/libgda-provider-recordset.html +share/gtk-doc/html/libgda-3.0/libgda-provider-render-operation.html +share/gtk-doc/html/libgda-3.0/libgda-provider-rollback-transaction.html +share/gtk-doc/html/libgda-3.0/libgda-provider-string-to-handler.html +share/gtk-doc/html/libgda-3.0/libgda-provider-supports-feature.html +share/gtk-doc/html/libgda-3.0/libgda-provider-supports-operation.html +share/gtk-doc/html/libgda-3.0/libgda-reports-introduction.html +share/gtk-doc/html/libgda-3.0/libgda-reports.html +share/gtk-doc/html/libgda-3.0/libgda-tools-author-dict.html +share/gtk-doc/html/libgda-3.0/libgda-tools-diagnose.html +share/gtk-doc/html/libgda-3.0/libgda-tools-inspect-dict.html +share/gtk-doc/html/libgda-3.0/libgda-tools-introduction.html +share/gtk-doc/html/libgda-3.0/libgda-tools-list-config.html +share/gtk-doc/html/libgda-3.0/libgda-tools-test-connection.html +share/gtk-doc/html/libgda-3.0/limitations.html +share/gtk-doc/html/libgda-3.0/limitations_oracle.html +share/gtk-doc/html/libgda-3.0/limitations_others.html +share/gtk-doc/html/libgda-3.0/limitations_postgres.html +share/gtk-doc/html/libgda-3.0/limitations_sqlite.html +share/gtk-doc/html/libgda-3.0/main_example.html +share/gtk-doc/html/libgda-3.0/manage-gdavalue.html +share/gtk-doc/html/libgda-3.0/managing-errors.html +share/gtk-doc/html/libgda-3.0/migration.html +share/gtk-doc/html/libgda-3.0/misc.html +share/gtk-doc/html/libgda-3.0/part_begin.html +share/gtk-doc/html/libgda-3.0/part_libgda-reports.html +share/gtk-doc/html/libgda-3.0/part_libgda_api.html +share/gtk-doc/html/libgda-3.0/part_providers.html +share/gtk-doc/html/libgda-3.0/part_tools.html +share/gtk-doc/html/libgda-3.0/query01.png +share/gtk-doc/html/libgda-3.0/query02.png +share/gtk-doc/html/libgda-3.0/query03.png +share/gtk-doc/html/libgda-3.0/query04.png +share/gtk-doc/html/libgda-3.0/query05.png +share/gtk-doc/html/libgda-3.0/query06.png +share/gtk-doc/html/libgda-3.0/right.png +share/gtk-doc/html/libgda-3.0/style.css +share/gtk-doc/html/libgda-3.0/transactions.html +share/gtk-doc/html/libgda-3.0/up.png +share/libgda-3.0/dtd/libgda-array.dtd +share/libgda-3.0/dtd/libgda-dict.dtd +share/libgda-3.0/dtd/libgda-paramlist.dtd +share/libgda-3.0/dtd/libgda-server-operation.dtd +share/libgda-3.0/sqlite_specs_add_column.xml +share/libgda-3.0/sqlite_specs_create_db.xml +share/libgda-3.0/sqlite_specs_create_index.xml +share/libgda-3.0/sqlite_specs_create_table.xml +share/libgda-3.0/sqlite_specs_drop_db.xml +share/libgda-3.0/sqlite_specs_drop_index.xml +share/libgda-3.0/sqlite_specs_drop_table.xml +share/libgda-3.0/sqlite_specs_dsn.xml +share/libgda-3.0/sqlite_specs_rename_table.xml +share/libgda-3.0/xml/gda-report-result.dtd +share/libgda-3.0/xml/gda-report.dtd +share/libgda-3.0/xml/gda-xml-query.dtd +share/libgda-3.0/xml/gda-xml-query.xsl share/locale/ar/LC_MESSAGES/libgda-3.0.mo share/locale/az/LC_MESSAGES/libgda-3.0.mo share/locale/ca/LC_MESSAGES/libgda-3.0.mo share/locale/cs/LC_MESSAGES/libgda-3.0.mo share/locale/da/LC_MESSAGES/libgda-3.0.mo share/locale/de/LC_MESSAGES/libgda-3.0.mo +share/locale/dz/LC_MESSAGES/libgda-3.0.mo share/locale/el/LC_MESSAGES/libgda-3.0.mo share/locale/en_CA/LC_MESSAGES/libgda-3.0.mo share/locale/en_GB/LC_MESSAGES/libgda-3.0.mo @@ -361,17 +365,17 @@ share/locale/vi/LC_MESSAGES/libgda-3.0.mo share/locale/zh_CN/LC_MESSAGES/libgda-3.0.mo share/locale/zh_HK/LC_MESSAGES/libgda-3.0.mo share/locale/zh_TW/LC_MESSAGES/libgda-3.0.mo -@dirrm share/libgda/xml -@dirrm share/libgda/dtd -@dirrm share/libgda -@dirrm share/gtk-doc/html/libgda -@dirrm share/examples/libgda -@dirrm lib/libgda-2.99/providers -@dirrm lib/libgda-2.99 -@dirrm include/libgda-2.99/sql-delimiter -@dirrm include/libgda-2.99/libsql -@dirrm include/libgda-2.99/libgda/handlers -@dirrm include/libgda-2.99/libgda/graph -@dirrm include/libgda-2.99/libgda-report -@dirrm include/libgda-2.99/libgda -@dirrm include/libgda-2.99 +@dirrm share/libgda-3.0/xml +@dirrm share/libgda-3.0/dtd +@dirrm share/libgda-3.0 +@dirrm share/gtk-doc/html/libgda-3.0 +@dirrm share/examples/libgda-3.0 +@dirrm lib/libgda-3.0/providers +@dirrm lib/libgda-3.0 +@dirrm include/libgda-3.0/sql-delimiter +@dirrm include/libgda-3.0/libsql +@dirrm include/libgda-3.0/libgda/handlers +@dirrm include/libgda-3.0/libgda/graph +@dirrm include/libgda-3.0/libgda-report +@dirrm include/libgda-3.0/libgda +@dirrm include/libgda-3.0 diff --git a/databases/libgda/buildlink3.mk b/databases/libgda/buildlink3.mk index a7899147920..8e7a9107d24 100644 --- a/databases/libgda/buildlink3.mk +++ b/databases/libgda/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2007/01/21 19:14:20 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2007/08/04 11:13:37 obache Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBGDA_BUILDLINK3_MK:= ${LIBGDA_BUILDLINK3_MK}+ @@ -13,18 +13,26 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgda .if !empty(LIBGDA_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.libgda+= libgda>=2.99.2 +BUILDLINK_ABI_DEPENDS.libgda+= libgda>=3.0.0 BUILDLINK_PKGSRCDIR.libgda?= ../../databases/libgda -PRINT_PLIST_AWK+= /^@dirrm lib\/libgda-2.99\/providers$$/ \ +PRINT_PLIST_AWK+= /^@dirrm lib\/libgda-3.0\/providers$$/ \ { print "@comment in libgda: " $$0; next; } PRINT_PLIST_AWK+= /^@dirrm share\/libgda$$/ \ { print "@comment in libgda: " $$0; next; } .endif # LIBGDA_BUILDLINK3_MK +.include "../../mk/bsd.fast.prefs.mk" + +pkgbase := libgda +.include "../../mk/pkg-build-options.mk" + +.if !empty(PKG_BUILD_OPTIONS.libgda:Mfam) +.include "../../mk/fam.buildlink3.mk" +.endif + .include "../../devel/glib2/buildlink3.mk" -.include "../../devel/popt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo index 0aba6451573..488787b174f 100644 --- a/databases/libgda/distinfo +++ b/databases/libgda/distinfo @@ -1,17 +1,9 @@ -$NetBSD: distinfo,v 1.29 2007/08/03 22:57:06 joerg Exp $ +$NetBSD: distinfo,v 1.30 2007/08/04 11:13:37 obache Exp $ -SHA1 (libgda-2.99.2.tar.bz2) = d6863053d0117ef0ca421412e78e2e9d5df9c4ff -RMD160 (libgda-2.99.2.tar.bz2) = dda55b176b6d63d6b5a74e7069ed59ecc108ee60 -Size (libgda-2.99.2.tar.bz2) = 2646424 bytes -SHA1 (patch-aa) = aca6943b3f0f421a8a8cb8c79413ae621b5ab855 -SHA1 (patch-ab) = b2e994c46624b245652c7ebce90a3f6469980652 -SHA1 (patch-ac) = a5d16f494c01c8dc2ca544ff3ac6cd159cc16c4c -SHA1 (patch-ad) = 36297162f34223c7dd799e4227f9b54956c92cc6 -SHA1 (patch-ae) = 1041214da337151f3b356ef6093e5168fa81b2bb -SHA1 (patch-af) = 087d77a1edd9690951c36071dca3e0acd588a544 -SHA1 (patch-ag) = aeda4e68c00a57fc62fcd7b52bb1bad3060c7a67 -SHA1 (patch-ah) = 1a2ef8200b2ccedb632e7f952c7e214128c51693 -SHA1 (patch-ai) = c75e35c2a1b6eeb881ba00e33fa7940112a6676e -SHA1 (patch-aj) = e42905b1b74de4d85e13b5164ac86914b597c7cb -SHA1 (patch-ak) = 2059de5e09a674407a1da3052f06fcd74066c36b -SHA1 (patch-al) = a4c597e29c60bdc5e48a0a9677b14b41a96eb005 +SHA1 (libgda-3.0.1.tar.bz2) = 78c9054c4c40463020b8f62da72fca909dd9df03 +RMD160 (libgda-3.0.1.tar.bz2) = a9a1f71cc3a6faf8086bf3044b8de91dfc3f3032 +Size (libgda-3.0.1.tar.bz2) = 2866965 bytes +SHA1 (patch-ab) = 2304f46df0500f3f15af210fcb1f9770df59e99e +SHA1 (patch-ad) = 5deb66dc704027625ce6fc795d880779a4b69d4b +SHA1 (patch-ak) = dafc05f5697a733a32d135bb08b9a4275673d359 +SHA1 (patch-al) = 0267218fb02aa3e011bddc1675d2f427a97c954f diff --git a/databases/libgda/options.mk b/databases/libgda/options.mk new file mode 100644 index 00000000000..8de7ce2a590 --- /dev/null +++ b/databases/libgda/options.mk @@ -0,0 +1,10 @@ +# $NetBSD: options.mk,v 1.1 2007/08/04 11:13:37 obache Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.libgda +PKG_SUPPORTED_OPTIONS= fam + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mfam) +. include "../../mk/fam.buildlink3.mk" +.endif diff --git a/databases/libgda/patches/patch-aa b/databases/libgda/patches/patch-aa deleted file mode 100644 index e350225a9c0..00000000000 --- a/databases/libgda/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2007/01/21 19:14:20 wiz Exp $ - -http://bugzilla.gnome.org/show_bug.cgi?id=382933 - ---- libgda/sql-delimiter/parser.y.orig 2006-12-15 13:13:27.000000000 +0000 -+++ libgda/sql-delimiter/parser.y -@@ -63,7 +63,7 @@ remove_quotes (gchar *str) - return str; - } - --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 - %} diff --git a/databases/libgda/patches/patch-ab b/databases/libgda/patches/patch-ab index 3ca79cc849d..c6c2bebd843 100644 --- a/databases/libgda/patches/patch-ab +++ b/databases/libgda/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.10 2007/01/21 19:14:20 wiz Exp $ +$NetBSD: patch-ab,v 1.11 2007/08/04 11:13:38 obache Exp $ ---- data/Makefile.in.orig 2006-12-22 14:01:53.000000000 +0000 +--- data/Makefile.in.orig 2007-05-09 21:57:18.000000000 +0000 +++ data/Makefile.in -@@ -321,7 +321,7 @@ sysconfdir = @sysconfdir@ +@@ -316,7 +316,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ # Default global configuration file --configdir = $(sysconfdir)/libgda -+configdir = $(datadir)/examples/libgda +-configdir = $(sysconfdir)/libgda-3.0 ++configdir = $(datadir)/examples/libgda-3.0 config_DATA = config sales_test.db - xmldir = $(datadir)/libgda/xml + xmldir = $(datadir)/libgda-3.0/xml xml_DATA = gda-xml-query.dtd \ diff --git a/databases/libgda/patches/patch-ac b/databases/libgda/patches/patch-ac deleted file mode 100644 index 35dd5122719..00000000000 --- a/databases/libgda/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.9 2007/01/21 19:14:20 wiz Exp $ - ---- libgda/Makefile.in.orig 2006-12-22 14:01:54.000000000 +0000 -+++ libgda/Makefile.in -@@ -387,8 +387,8 @@ AM_CPPFLAGS = \ - $(LIBGDA_CFLAGS) \ - -DLIBGDA_PLUGINDIR=\""$(libdir)/libgda-$(GDA_MAJOR_VERSION).$(GDA_MINOR_VERSION)/providers"\" \ - -DLIBGDA_LOCALEDIR=\""$(datadir)/locale"\" \ -- -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/libgda/config"\" \ -- -DLIBGDA_GLOBAL_CONFIG_DIR=\""$(sysconfdir)/libgda"\" \ -+ -DLIBGDA_GLOBAL_CONFIG_FILE=\""$(sysconfdir)/config"\" \ -+ -DLIBGDA_GLOBAL_CONFIG_DIR=\""$(sysconfdir)"\" \ - -DDTDINSTALLDIR=\""$(LIBGDA_DTDDIR)"\" - - gda_marshal_built_files = gda-marshal.h gda-marshal.c diff --git a/databases/libgda/patches/patch-ad b/databases/libgda/patches/patch-ad index ea05c6e0f69..98ad29962aa 100644 --- a/databases/libgda/patches/patch-ad +++ b/databases/libgda/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.7 2007/01/21 19:14:20 wiz Exp $ +$NetBSD: patch-ad,v 1.8 2007/08/04 11:13:38 obache Exp $ ---- configure.orig 2006-12-22 14:01:49.000000000 +0000 +--- configure.orig 2007-05-04 21:42:33.000000000 +0000 +++ configure -@@ -25993,6 +25993,8 @@ else +@@ -25228,6 +25228,8 @@ else BUILD_CONFIG_TOOL_TRUE='#' BUILD_CONFIG_TOOL_FALSE= fi diff --git a/databases/libgda/patches/patch-ae b/databases/libgda/patches/patch-ae deleted file mode 100644 index e6ddf749f2b..00000000000 --- a/databases/libgda/patches/patch-ae +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2006/12/06 18:00:41 minskim Exp $ - -http://bugzilla.gnome.org/show_bug.cgi?id=382936 - ---- libgda/gda-parameter-list.c.orig 2006-10-12 01:10:46.000000000 -0700 -+++ libgda/gda-parameter-list.c -@@ -20,6 +20,9 @@ - - #include <stdarg.h> - #include <string.h> -+#ifdef HAVE_SYS_TYPES_H -+#include <sys/types.h> -+#endif - #include <glib/gi18n-lib.h> - #ifdef HAVE_LOCALE_H - #include <locale.h> diff --git a/databases/libgda/patches/patch-af b/databases/libgda/patches/patch-af deleted file mode 100644 index 1054a355884..00000000000 --- a/databases/libgda/patches/patch-af +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-af,v 1.3 2007/08/03 22:57:06 joerg Exp $ - ---- providers/sqlite/sqlite-src/fts1.c.orig 2007-08-03 21:57:08.000000000 +0000 -+++ providers/sqlite/sqlite-src/fts1.c -@@ -19,11 +19,7 @@ - #endif - - #include <assert.h> --#if !defined(__APPLE__) --#include <malloc.h> --#else - #include <stdlib.h> --#endif - #include <stdio.h> - #include <string.h> - #include <ctype.h> diff --git a/databases/libgda/patches/patch-ag b/databases/libgda/patches/patch-ag deleted file mode 100644 index 217e8caafc2..00000000000 --- a/databases/libgda/patches/patch-ag +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2007/08/03 22:57:06 joerg Exp $ - ---- providers/sqlite/sqlite-src/fts1_porter.c.orig 2007-08-03 21:57:11.000000000 +0000 -+++ providers/sqlite/sqlite-src/fts1_porter.c -@@ -26,11 +26,7 @@ - - - #include <assert.h> --#if !defined(__APPLE__) --#include <malloc.h> --#else - #include <stdlib.h> --#endif - #include <stdio.h> - #include <string.h> - #include <ctype.h> diff --git a/databases/libgda/patches/patch-ah b/databases/libgda/patches/patch-ah deleted file mode 100644 index 36252682cf0..00000000000 --- a/databases/libgda/patches/patch-ah +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ah,v 1.2 2006/04/02 22:46:55 wiz Exp $ - ---- providers/postgres/utils.c.orig 2006-02-04 21:13:43.000000000 +0000 -+++ providers/postgres/utils.c -@@ -26,6 +26,9 @@ - #include <glib/gi18n-lib.h> - #include <stdlib.h> - #include <string.h> -+#ifdef HAVE_LOCALE_H -+#include <locale.h> -+#endif - #include "gda-postgres.h" - #include "gda-postgres-blob.h" - #ifdef HAVE_LOCALE_H diff --git a/databases/libgda/patches/patch-ai b/databases/libgda/patches/patch-ai deleted file mode 100644 index b44b8677cb6..00000000000 --- a/databases/libgda/patches/patch-ai +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ai,v 1.6 2007/08/03 22:57:07 joerg Exp $ - ---- providers/sqlite/sqlite-src/fts1_tokenizer1.c.orig 2007-08-03 21:57:15.000000000 +0000 -+++ providers/sqlite/sqlite-src/fts1_tokenizer1.c -@@ -18,11 +18,7 @@ - - - #include <assert.h> --#if !defined(__APPLE__) --#include <malloc.h> --#else - #include <stdlib.h> --#endif - #include <stdio.h> - #include <string.h> - #include <ctype.h> diff --git a/databases/libgda/patches/patch-aj b/databases/libgda/patches/patch-aj deleted file mode 100644 index 286945f12e7..00000000000 --- a/databases/libgda/patches/patch-aj +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2006/12/06 08:52:31 obache Exp $ - ---- libgda/gda-data-model-import.c.orig 2006-10-12 08:10:48.000000000 +0000 -+++ libgda/gda-data-model-import.c -@@ -476,7 +476,7 @@ gda_data_model_import_set_property (GObj - model->priv->src.mapped.fd = open (model->priv->src.mapped.filename, O_RDONLY); - if (model->priv->src.mapped.fd < 0) { - /* error */ -- add_error (model, sys_errlist [errno]); -+ add_error (model, strerror (errno)); - return; - } - else { -@@ -485,7 +485,7 @@ gda_data_model_import_set_property (GObj - - if (fstat (model->priv->src.mapped.fd, &_stat) < 0) { - /* error */ -- add_error (model, sys_errlist [errno]); -+ add_error (model, strerror (errno)); - return; - } - model->priv->src.mapped.length = _stat.st_size; -@@ -494,7 +494,7 @@ gda_data_model_import_set_property (GObj - model->priv->src.mapped.fd, 0); - if (model->priv->src.mapped.start == MAP_FAILED) { - /* error */ -- add_error (model, sys_errlist [errno]); -+ add_error (model, strerror (errno)); - model->priv->src.mapped.start = NULL; - return; - } diff --git a/databases/libgda/patches/patch-ak b/databases/libgda/patches/patch-ak index afd9c605fd0..e7e3da9148c 100644 --- a/databases/libgda/patches/patch-ak +++ b/databases/libgda/patches/patch-ak @@ -1,8 +1,8 @@ -$NetBSD: patch-ak,v 1.2 2007/01/21 19:14:20 wiz Exp $ +$NetBSD: patch-ak,v 1.3 2007/08/04 11:13:40 obache Exp $ ---- providers/sqlite/gda-sqlite-provider.c.orig 2006-11-15 15:42:30.000000000 +0000 +--- providers/sqlite/gda-sqlite-provider.c.orig 2007-04-24 21:13:15.000000000 +0000 +++ providers/sqlite/gda-sqlite-provider.c -@@ -763,7 +763,7 @@ gda_sqlite_provider_perform_operation (G +@@ -789,7 +789,7 @@ gda_sqlite_provider_perform_operation (G if (g_unlink (filename)) { g_set_error (error, 0, 0, diff --git a/databases/libgda/patches/patch-al b/databases/libgda/patches/patch-al index 5e2d0e1ed05..a5eb77b36f7 100644 --- a/databases/libgda/patches/patch-al +++ b/databases/libgda/patches/patch-al @@ -1,23 +1,23 @@ -$NetBSD: patch-al,v 1.1 2007/01/26 11:00:00 dillo Exp $ +$NetBSD: patch-al,v 1.2 2007/08/04 11:13:40 obache Exp $ ---- providers/mysql/Makefile.in.orig 2006-12-22 15:01:57.000000000 +0100 +--- providers/mysql/Makefile.in.orig 2007-05-09 21:57:21.000000000 +0000 +++ providers/mysql/Makefile.in -@@ -55,8 +55,7 @@ am__installdirs = "$(DESTDIR)$(providerd +@@ -57,8 +57,7 @@ am__installdirs = "$(DESTDIR)$(providerd providerLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(provider_LTLIBRARIES) am__DEPENDENCIES_1 = --libgda_mysql_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -- $(top_builddir)/libgda/libgda-3.0.la $(am__DEPENDENCIES_1) -+libgda_mysql_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +-libgda_mysql_la_DEPENDENCIES = $(top_builddir)/libgda/libgda-3.0.la \ +- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) ++libgda_mysql_la_DEPENDENCIES = $(top_builddir)/libgda/libgda-3.0.la am_libgda_mysql_la_OBJECTS = gda-mysql-ddl.lo gda-mysql-provider.lo \ gda-mysql-recordset.lo libmain.lo utils.lo libgda_mysql_la_OBJECTS = $(am_libgda_mysql_la_OBJECTS) -@@ -364,7 +363,7 @@ libgda_mysql_la_SOURCES = \ - libgda_mysql_la_LDFLAGS = -export-dynamic -module -avoid-version +@@ -361,7 +360,7 @@ libgda_mysql_la_SOURCES = \ + + libgda_mysql_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) libgda_mysql_la_LIBADD = \ - $(LIBGDA_LIBS) \ - $(top_builddir)/libgda/libgda-3.0.la \ -+ -lgda-3.0 \ ++ -lgda-3.0 \ + $(LIBGDA_LIBS) \ $(MYSQL_LIBS) - xmldir = $(datadir)/libgda |