diff options
author | joerg <joerg@pkgsrc.org> | 2013-10-06 19:55:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-10-06 19:55:38 +0000 |
commit | 86a7bc8f607c008a40f99c26e0dc7a26250e347f (patch) | |
tree | 5a77c66ba6762a246158f7ba4dfd87c43d55d44c /databases | |
parent | 618ca134e48ed6ee4b11752bfa0ed37ac51ca6bc (diff) | |
download | pkgsrc-86a7bc8f607c008a40f99c26e0dc7a26250e347f.tar.gz |
Update to libgda-5.1.2 for modern Anjuta.
This moves to Gnome 3 environment.
Diffstat (limited to 'databases')
55 files changed, 686 insertions, 1119 deletions
diff --git a/databases/libgda-mysql/Makefile b/databases/libgda-mysql/Makefile index bd7dae74538..6e3e5e70ee4 100644 --- a/databases/libgda-mysql/Makefile +++ b/databases/libgda-mysql/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2013/03/02 20:33:23 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/10/06 19:55:38 joerg Exp $ # LIBGDA_PROVIDER= mysql .include "../../databases/libgda/Makefile.common" -PKGREVISION= 9 CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client} .include "../../mk/mysql.buildlink3.mk" diff --git a/databases/libgda-mysql/PLIST b/databases/libgda-mysql/PLIST index 3882dd6a951..54757e4e33a 100644 --- a/databases/libgda-mysql/PLIST +++ b/databases/libgda-mysql/PLIST @@ -1,13 +1,17 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:43:17 joerg Exp $ -lib/libgda-3.0/providers/libgda-mysql.la -lib/pkgconfig/libgda-mysql-3.0.pc -share/libgda-3.0/mysql_specs_add_column.xml -share/libgda-3.0/mysql_specs_create_db.xml -share/libgda-3.0/mysql_specs_create_index.xml -share/libgda-3.0/mysql_specs_create_table.xml -share/libgda-3.0/mysql_specs_drop_column.xml -share/libgda-3.0/mysql_specs_drop_db.xml -share/libgda-3.0/mysql_specs_drop_index.xml -share/libgda-3.0/mysql_specs_drop_table.xml -share/libgda-3.0/mysql_specs_dsn.xml -share/libgda-3.0/mysql_specs_rename_table.xml +@comment $NetBSD: PLIST,v 1.4 2013/10/06 19:55:38 joerg Exp $ +lib/libgda-5.0/providers/libgda-mysql.la +lib/pkgconfig/libgda-mysql-5.0.pc +share/libgda-5.0/mysql_specs_add_column.xml +share/libgda-5.0/mysql_specs_comment_column.xml +share/libgda-5.0/mysql_specs_comment_table.xml +share/libgda-5.0/mysql_specs_create_db.xml +share/libgda-5.0/mysql_specs_create_index.xml +share/libgda-5.0/mysql_specs_create_table.xml +share/libgda-5.0/mysql_specs_create_view.xml +share/libgda-5.0/mysql_specs_drop_column.xml +share/libgda-5.0/mysql_specs_drop_db.xml +share/libgda-5.0/mysql_specs_drop_index.xml +share/libgda-5.0/mysql_specs_drop_table.xml +share/libgda-5.0/mysql_specs_drop_view.xml +share/libgda-5.0/mysql_specs_dsn.xml +share/libgda-5.0/mysql_specs_rename_table.xml diff --git a/databases/libgda-postgres/Makefile b/databases/libgda-postgres/Makefile index 69683f43668..3725493175e 100644 --- a/databases/libgda-postgres/Makefile +++ b/databases/libgda-postgres/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2012/10/02 21:25:21 asau Exp $ +# $NetBSD: Makefile,v 1.25 2013/10/06 19:55:38 joerg Exp $ # LIBGDA_PROVIDER= postgres .include "../../databases/libgda/Makefile.common" -PKGREVISION= 9 CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q} .include "../../mk/pgsql.buildlink3.mk" diff --git a/databases/libgda-postgres/PLIST b/databases/libgda-postgres/PLIST index 03af4035a16..515dff0e05b 100644 --- a/databases/libgda-postgres/PLIST +++ b/databases/libgda-postgres/PLIST @@ -1,13 +1,19 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:43:18 joerg Exp $ -lib/libgda-3.0/providers/libgda-postgres.la -lib/pkgconfig/libgda-postgres-3.0.pc -share/libgda-3.0/postgres_specs_add_column.xml -share/libgda-3.0/postgres_specs_create_db.xml -share/libgda-3.0/postgres_specs_create_index.xml -share/libgda-3.0/postgres_specs_create_table.xml -share/libgda-3.0/postgres_specs_drop_column.xml -share/libgda-3.0/postgres_specs_drop_db.xml -share/libgda-3.0/postgres_specs_drop_index.xml -share/libgda-3.0/postgres_specs_drop_table.xml -share/libgda-3.0/postgres_specs_dsn.xml -share/libgda-3.0/postgres_specs_rename_table.xml +@comment $NetBSD: PLIST,v 1.9 2013/10/06 19:55:38 joerg Exp $ +lib/libgda-5.0/providers/libgda-postgres.la +lib/pkgconfig/libgda-postgres-5.0.pc +share/libgda-5.0/postgres_specs_add_column.xml +share/libgda-5.0/postgres_specs_create_db.xml +share/libgda-5.0/postgres_specs_create_index.xml +share/libgda-5.0/postgres_specs_create_role.xml +share/libgda-5.0/postgres_specs_create_table.xml +share/libgda-5.0/postgres_specs_create_user.xml +share/libgda-5.0/postgres_specs_create_view.xml +share/libgda-5.0/postgres_specs_drop_column.xml +share/libgda-5.0/postgres_specs_drop_db.xml +share/libgda-5.0/postgres_specs_drop_index.xml +share/libgda-5.0/postgres_specs_drop_role.xml +share/libgda-5.0/postgres_specs_drop_table.xml +share/libgda-5.0/postgres_specs_drop_user.xml +share/libgda-5.0/postgres_specs_drop_view.xml +share/libgda-5.0/postgres_specs_dsn.xml +share/libgda-5.0/postgres_specs_rename_table.xml diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 5830a875dc9..cd0cf984d5e 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.33 2012/10/02 21:25:20 asau Exp $ +# $NetBSD: Makefile,v 1.34 2013/10/06 19:55:38 joerg Exp $ # .include "Makefile.common" - -PKGREVISION= 7 - .include "options.mk" -PKGCONFIG_OVERRIDE= libgda-3.0.pc.in - -PKG_SYSCONFSUBDIR= libgda -EGDIR= ${PREFIX}/share/examples/libgda-3.0 -CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config +PKGCONFIG_OVERRIDE= libgda-5.0.pc.in libgda-report-5.0.pc.in \ + libgda-sqlcipher-5.0.pc.in libgda-sqlite-5.0.pc.in CONFIGURE_ARGS+= --with-odbc=no --with-bdb=no --with-oracle=no TEST_TARGET= check +CHECK_INTERPRETER_SKIP= share/libgda-5.0/gda_trml2html/trml2html.py \ + share/libgda-5.0/gda_trml2pdf/trml2pdf.py + +PKG_SYSCONFSUBDIR= libgda-5.0 +EGDIR= ${PREFIX}/share/examples/libgda +CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config + .include "../../mk/bsd.pkg.mk" diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index 30d40376ec6..fe2b7653528 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.52 2013/07/15 02:02:19 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.53 2013/10/06 19:55:38 joerg Exp $ # # used by databases/libgda/Makefile # used by databases/libgda-mysql # used by databases/libgda-postgres -DISTNAME= libgda-3.0.1 +DISTNAME= libgda-5.1.2 CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/3.0/} -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/5.1/} +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome-db.org/ @@ -42,17 +42,12 @@ SUBST_SED.malloc_h+= -e 's|<malloc.h>|<stdlib.h>|' PKGNAME= ${DISTNAME:S/libgda-/libgda-${LIBGDA_PROVIDER}-/} COMMENT+= - ${LIBGDA_PROVIDER} provider -BUILD_DIRS= providers/${LIBGDA_PROVIDER} - -SUBST_CLASSES+= libs -SUBST_STAGE.libs= pre-configure -SUBST_MESSAGE.libs= Fixing references to installed libraries. -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|' +BUILD_DIRS= providers/reuseable/${LIBGDA_PROVIDER} providers/${LIBGDA_PROVIDER} .include "../../databases/libgda/buildlink3.mk" .else .include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/readline.buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .endif diff --git a/databases/libgda/PLIST b/databases/libgda/PLIST index ee99f1cf9e1..4c280f9e512 100644 --- a/databases/libgda/PLIST +++ b/databases/libgda/PLIST @@ -1,367 +1,522 @@ -@comment $NetBSD: PLIST,v 1.22 2009/06/14 17:43:17 joerg 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/libgdasql-3.0.la -lib/pkgconfig/libgda-3.0.pc -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 -share/locale/es/LC_MESSAGES/libgda-3.0.mo -share/locale/eu/LC_MESSAGES/libgda-3.0.mo -share/locale/fa/LC_MESSAGES/libgda-3.0.mo -share/locale/fi/LC_MESSAGES/libgda-3.0.mo -share/locale/fr/LC_MESSAGES/libgda-3.0.mo -share/locale/ga/LC_MESSAGES/libgda-3.0.mo -share/locale/gl/LC_MESSAGES/libgda-3.0.mo -share/locale/hr/LC_MESSAGES/libgda-3.0.mo -share/locale/hu/LC_MESSAGES/libgda-3.0.mo -share/locale/it/LC_MESSAGES/libgda-3.0.mo -share/locale/ja/LC_MESSAGES/libgda-3.0.mo -share/locale/ko/LC_MESSAGES/libgda-3.0.mo -share/locale/lt/LC_MESSAGES/libgda-3.0.mo -share/locale/ml/LC_MESSAGES/libgda-3.0.mo -share/locale/ms/LC_MESSAGES/libgda-3.0.mo -share/locale/nb/LC_MESSAGES/libgda-3.0.mo -share/locale/ne/LC_MESSAGES/libgda-3.0.mo -share/locale/nl/LC_MESSAGES/libgda-3.0.mo -share/locale/no/LC_MESSAGES/libgda-3.0.mo -share/locale/pl/LC_MESSAGES/libgda-3.0.mo -share/locale/pt/LC_MESSAGES/libgda-3.0.mo -share/locale/pt_BR/LC_MESSAGES/libgda-3.0.mo -share/locale/ru/LC_MESSAGES/libgda-3.0.mo -share/locale/rw/LC_MESSAGES/libgda-3.0.mo -share/locale/sk/LC_MESSAGES/libgda-3.0.mo -share/locale/sl/LC_MESSAGES/libgda-3.0.mo -share/locale/sq/LC_MESSAGES/libgda-3.0.mo -share/locale/sr/LC_MESSAGES/libgda-3.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-3.0.mo -share/locale/sv/LC_MESSAGES/libgda-3.0.mo -share/locale/tr/LC_MESSAGES/libgda-3.0.mo -share/locale/uk/LC_MESSAGES/libgda-3.0.mo -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 +@comment $NetBSD: PLIST,v 1.23 2013/10/06 19:55:38 joerg Exp $ +bin/gda-list-config-5.0 +bin/gda-list-server-op-5.0 +bin/gda-sql-5.0 +bin/gda-test-connection-5.0 +include/libgda-5.0/libgda-report/gda-report-docbook-document.h +include/libgda-5.0/libgda-report/gda-report-document.h +include/libgda-5.0/libgda-report/gda-report-engine.h +include/libgda-5.0/libgda-report/gda-report-rml-document.h +include/libgda-5.0/libgda-report/libgda-report.h +include/libgda-5.0/libgda/gda-attributes-manager.h +include/libgda-5.0/libgda/gda-batch.h +include/libgda-5.0/libgda/gda-binreloc.h +include/libgda-5.0/libgda/gda-blob-op.h +include/libgda-5.0/libgda/gda-column.h +include/libgda-5.0/libgda/gda-config.h +include/libgda-5.0/libgda/gda-connection-event.h +include/libgda-5.0/libgda/gda-connection-private.h +include/libgda-5.0/libgda/gda-connection.h +include/libgda-5.0/libgda/gda-data-access-wrapper.h +include/libgda-5.0/libgda/gda-data-comparator.h +include/libgda-5.0/libgda/gda-data-handler.h +include/libgda-5.0/libgda/gda-data-model-array.h +include/libgda-5.0/libgda/gda-data-model-dir.h +include/libgda-5.0/libgda/gda-data-model-extra.h +include/libgda-5.0/libgda/gda-data-model-import.h +include/libgda-5.0/libgda/gda-data-model-iter-extra.h +include/libgda-5.0/libgda/gda-data-model-iter.h +include/libgda-5.0/libgda/gda-data-model-private.h +include/libgda-5.0/libgda/gda-data-model.h +include/libgda-5.0/libgda/gda-data-pivot.h +include/libgda-5.0/libgda/gda-data-proxy.h +include/libgda-5.0/libgda/gda-data-select.h +include/libgda-5.0/libgda/gda-debug-macros.h +include/libgda-5.0/libgda/gda-decl.h +include/libgda-5.0/libgda/gda-enum-types.h +include/libgda-5.0/libgda/gda-enums.h +include/libgda-5.0/libgda/gda-holder.h +include/libgda-5.0/libgda/gda-lockable.h +include/libgda-5.0/libgda/gda-log.h +include/libgda-5.0/libgda/gda-marshal.h +include/libgda-5.0/libgda/gda-meta-store.h +include/libgda-5.0/libgda/gda-meta-struct.h +include/libgda-5.0/libgda/gda-mutex.h +include/libgda-5.0/libgda/gda-quark-list.h +include/libgda-5.0/libgda/gda-repetitive-statement.h +include/libgda-5.0/libgda/gda-row.h +include/libgda-5.0/libgda/gda-server-operation.h +include/libgda-5.0/libgda/gda-server-provider-extra.h +include/libgda-5.0/libgda/gda-server-provider-private.h +include/libgda-5.0/libgda/gda-server-provider.h +include/libgda-5.0/libgda/gda-set.h +include/libgda-5.0/libgda/gda-sql-builder.h +include/libgda-5.0/libgda/gda-statement-extra.h +include/libgda-5.0/libgda/gda-statement.h +include/libgda-5.0/libgda/gda-transaction-status-private.h +include/libgda-5.0/libgda/gda-transaction-status.h +include/libgda-5.0/libgda/gda-tree-manager.h +include/libgda-5.0/libgda/gda-tree-mgr-columns.h +include/libgda-5.0/libgda/gda-tree-mgr-label.h +include/libgda-5.0/libgda/gda-tree-mgr-schemas.h +include/libgda-5.0/libgda/gda-tree-mgr-select.h +include/libgda-5.0/libgda/gda-tree-mgr-tables.h +include/libgda-5.0/libgda/gda-tree-node.h +include/libgda-5.0/libgda/gda-tree.h +include/libgda-5.0/libgda/gda-util.h +include/libgda-5.0/libgda/gda-value.h +include/libgda-5.0/libgda/gda-xa-transaction.h +include/libgda-5.0/libgda/handlers/gda-handler-bin.h +include/libgda-5.0/libgda/handlers/gda-handler-boolean.h +include/libgda-5.0/libgda/handlers/gda-handler-numerical.h +include/libgda-5.0/libgda/handlers/gda-handler-string.h +include/libgda-5.0/libgda/handlers/gda-handler-time.h +include/libgda-5.0/libgda/handlers/gda-handler-type.h +include/libgda-5.0/libgda/libgda-global-variables.h +include/libgda-5.0/libgda/libgda.h +include/libgda-5.0/libgda/providers-support/gda-data-select-priv.h +include/libgda-5.0/libgda/providers-support/gda-meta-column-types.h +include/libgda-5.0/libgda/providers-support/gda-pstmt.h +include/libgda-5.0/libgda/sql-parser/gda-sql-parser-enum-types.h +include/libgda-5.0/libgda/sql-parser/gda-sql-parser.h +include/libgda-5.0/libgda/sql-parser/gda-sql-statement.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-compound.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-decl.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-delete.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-insert.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-parts.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-pspec.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-select.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-trans.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-unknown.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-update.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct-util.h +include/libgda-5.0/libgda/sql-parser/gda-statement-struct.h +include/libgda-5.0/libgda/sqlite/gda-sqlite-provider.h +include/libgda-5.0/libgda/thread-wrapper/gda-thread-wrapper.h +include/libgda-5.0/libgda/virtual/gda-vconnection-data-model.h +include/libgda-5.0/libgda/virtual/gda-vconnection-hub.h +include/libgda-5.0/libgda/virtual/gda-virtual-connection.h +include/libgda-5.0/libgda/virtual/gda-virtual-provider.h +include/libgda-5.0/libgda/virtual/gda-vprovider-data-model.h +include/libgda-5.0/libgda/virtual/gda-vprovider-hub.h +include/libgda-5.0/libgda/virtual/libgda-virtual.h +lib/libgda-5.0.la +lib/libgda-5.0/providers/libgda-sqlcipher.la +lib/libgda-5.0/providers/libgda-sqlite.la +lib/libgda-report-5.0.la +lib/pkgconfig/libgda-5.0.pc +lib/pkgconfig/libgda-report-5.0.pc +lib/pkgconfig/libgda-sqlcipher-5.0.pc +lib/pkgconfig/libgda-sqlite-5.0.pc +man/man1/gda-sql-5.0.1 +share/examples/libgda/config +share/examples/libgda/sales_test.db +share/gnome/help/gda-sql/C/gda-sql-help.xml +share/gtk-doc/html/libgda-5.0/DataModels.png +share/gtk-doc/html/libgda-5.0/GdaBatch.html +share/gtk-doc/html/libgda-5.0/GdaBlobOp.html +share/gtk-doc/html/libgda-5.0/GdaColumn.html +share/gtk-doc/html/libgda-5.0/GdaConnection.html +share/gtk-doc/html/libgda-5.0/GdaConnectionEvent.html +share/gtk-doc/html/libgda-5.0/GdaDataAccessWrapper.html +share/gtk-doc/html/libgda-5.0/GdaDataModel.html +share/gtk-doc/html/libgda-5.0/GdaDataModelArray.html +share/gtk-doc/html/libgda-5.0/GdaDataModelBdb.html +share/gtk-doc/html/libgda-5.0/GdaDataModelDir.html +share/gtk-doc/html/libgda-5.0/GdaDataModelImport.html +share/gtk-doc/html/libgda-5.0/GdaDataModelIter.html +share/gtk-doc/html/libgda-5.0/GdaDataModelIter.png +share/gtk-doc/html/libgda-5.0/GdaDataModelLdap.html +share/gtk-doc/html/libgda-5.0/GdaDataProxy.html +share/gtk-doc/html/libgda-5.0/GdaDataSelect.html +share/gtk-doc/html/libgda-5.0/GdaHandlerBin.html +share/gtk-doc/html/libgda-5.0/GdaHandlerBoolean.html +share/gtk-doc/html/libgda-5.0/GdaHandlerNumerical.html +share/gtk-doc/html/libgda-5.0/GdaHandlerString.html +share/gtk-doc/html/libgda-5.0/GdaHandlerTime.html +share/gtk-doc/html/libgda-5.0/GdaHandlerType.html +share/gtk-doc/html/libgda-5.0/GdaHolder.html +share/gtk-doc/html/libgda-5.0/GdaLdapConnection.html +share/gtk-doc/html/libgda-5.0/GdaLockable.html +share/gtk-doc/html/libgda-5.0/GdaMetaStore.html +share/gtk-doc/html/libgda-5.0/GdaMetaStoreCustomData.html +share/gtk-doc/html/libgda-5.0/GdaMetaStruct.html +share/gtk-doc/html/libgda-5.0/GdaPStmt.html +share/gtk-doc/html/libgda-5.0/GdaReportDocbookDocument.html +share/gtk-doc/html/libgda-5.0/GdaReportDocument.html +share/gtk-doc/html/libgda-5.0/GdaReportEngine.html +share/gtk-doc/html/libgda-5.0/GdaReportRmlDocument.html +share/gtk-doc/html/libgda-5.0/GdaRow.html +share/gtk-doc/html/libgda-5.0/GdaServerOperation.html +share/gtk-doc/html/libgda-5.0/GdaServerProvider.html +share/gtk-doc/html/libgda-5.0/GdaSet.html +share/gtk-doc/html/libgda-5.0/GdaSqlBuilder.html +share/gtk-doc/html/libgda-5.0/GdaSqlParser.html +share/gtk-doc/html/libgda-5.0/GdaStatement.html +share/gtk-doc/html/libgda-5.0/GdaStatement.png +share/gtk-doc/html/libgda-5.0/GdaThreadWrapper.html +share/gtk-doc/html/libgda-5.0/GdaTransactionStatus.html +share/gtk-doc/html/libgda-5.0/GdaTree.html +share/gtk-doc/html/libgda-5.0/GdaTreeManager.html +share/gtk-doc/html/libgda-5.0/GdaTreeMgrColumns.html +share/gtk-doc/html/libgda-5.0/GdaTreeMgrLabel.html +share/gtk-doc/html/libgda-5.0/GdaTreeMgrLdap.html +share/gtk-doc/html/libgda-5.0/GdaTreeMgrSchemas.html +share/gtk-doc/html/libgda-5.0/GdaTreeMgrSelect.html +share/gtk-doc/html/libgda-5.0/GdaTreeMgrTables.html +share/gtk-doc/html/libgda-5.0/GdaTreeNode.html +share/gtk-doc/html/libgda-5.0/GdaVconnectionDataModel.html +share/gtk-doc/html/libgda-5.0/GdaVconnectionHub.html +share/gtk-doc/html/libgda-5.0/GdaVirtualConnection.html +share/gtk-doc/html/libgda-5.0/GdaVirtualProvider.html +share/gtk-doc/html/libgda-5.0/GdaVproviderDataModel.html +share/gtk-doc/html/libgda-5.0/GdaVproviderHub.html +share/gtk-doc/html/libgda-5.0/GdauiBasicForm.html +share/gtk-doc/html/libgda-5.0/GdauiCloud.html +share/gtk-doc/html/libgda-5.0/GdauiCombo.html +share/gtk-doc/html/libgda-5.0/GdauiDataEntry.html +share/gtk-doc/html/libgda-5.0/GdauiDataFilter.html +share/gtk-doc/html/libgda-5.0/GdauiDataProxy.html +share/gtk-doc/html/libgda-5.0/GdauiDataProxyInfo.html +share/gtk-doc/html/libgda-5.0/GdauiDataSelector.html +share/gtk-doc/html/libgda-5.0/GdauiDataStore.html +share/gtk-doc/html/libgda-5.0/GdauiForm.html +share/gtk-doc/html/libgda-5.0/GdauiGrid.html +share/gtk-doc/html/libgda-5.0/GdauiLogin.html +share/gtk-doc/html/libgda-5.0/GdauiProviderSelector.html +share/gtk-doc/html/libgda-5.0/GdauiRawForm.html +share/gtk-doc/html/libgda-5.0/GdauiRawGrid.html +share/gtk-doc/html/libgda-5.0/GdauiRtEditor.html +share/gtk-doc/html/libgda-5.0/GdauiServerOperation.html +share/gtk-doc/html/libgda-5.0/GdauiTreeStore.html +share/gtk-doc/html/libgda-5.0/MetaStore1.png +share/gtk-doc/html/libgda-5.0/MetaStore2.png +share/gtk-doc/html/libgda-5.0/SqlIdentifiers.png +share/gtk-doc/html/libgda-5.0/architecture.html +share/gtk-doc/html/libgda-5.0/architecture.png +share/gtk-doc/html/libgda-5.0/blobs_example.html +share/gtk-doc/html/libgda-5.0/ch04.html +share/gtk-doc/html/libgda-5.0/ch06s03.html +share/gtk-doc/html/libgda-5.0/ch07s02.html +share/gtk-doc/html/libgda-5.0/ch07s03.html +share/gtk-doc/html/libgda-5.0/ch08s02.html +share/gtk-doc/html/libgda-5.0/ch08s03.html +share/gtk-doc/html/libgda-5.0/ch08s07.html +share/gtk-doc/html/libgda-5.0/ch09s02.html +share/gtk-doc/html/libgda-5.0/ch12s02.html +share/gtk-doc/html/libgda-5.0/ch12s07.html +share/gtk-doc/html/libgda-5.0/ch12s08.html +share/gtk-doc/html/libgda-5.0/ch12s11.html +share/gtk-doc/html/libgda-5.0/ch12s12.html +share/gtk-doc/html/libgda-5.0/ch12s13.html +share/gtk-doc/html/libgda-5.0/ch13.html +share/gtk-doc/html/libgda-5.0/ch21.html +share/gtk-doc/html/libgda-5.0/ch22.html +share/gtk-doc/html/libgda-5.0/ch35.html +share/gtk-doc/html/libgda-5.0/ch38.html +share/gtk-doc/html/libgda-5.0/ch39s02.html +share/gtk-doc/html/libgda-5.0/ch39s03.html +share/gtk-doc/html/libgda-5.0/ch41s02.html +share/gtk-doc/html/libgda-5.0/ch42s02.html +share/gtk-doc/html/libgda-5.0/ch42s03.html +share/gtk-doc/html/libgda-5.0/ch42s04.html +share/gtk-doc/html/libgda-5.0/ch43.html +share/gtk-doc/html/libgda-5.0/ch44s02.html +share/gtk-doc/html/libgda-5.0/ch44s03.html +share/gtk-doc/html/libgda-5.0/ch44s04.html +share/gtk-doc/html/libgda-5.0/ch44s05.html +share/gtk-doc/html/libgda-5.0/ch44s06.html +share/gtk-doc/html/libgda-5.0/ch44s07.html +share/gtk-doc/html/libgda-5.0/ch44s08.html +share/gtk-doc/html/libgda-5.0/ch44s10.html +share/gtk-doc/html/libgda-5.0/ch47s02.html +share/gtk-doc/html/libgda-5.0/ch50s02.html +share/gtk-doc/html/libgda-5.0/ch50s03.html +share/gtk-doc/html/libgda-5.0/ch50s04.html +share/gtk-doc/html/libgda-5.0/ch50s05.html +share/gtk-doc/html/libgda-5.0/ch50s06.html +share/gtk-doc/html/libgda-5.0/ch50s07.html +share/gtk-doc/html/libgda-5.0/ch50s08.html +share/gtk-doc/html/libgda-5.0/ch51s02.html +share/gtk-doc/html/libgda-5.0/ch51s03.html +share/gtk-doc/html/libgda-5.0/ch51s04.html +share/gtk-doc/html/libgda-5.0/ch51s05.html +share/gtk-doc/html/libgda-5.0/compiling.html +share/gtk-doc/html/libgda-5.0/connection.html +share/gtk-doc/html/libgda-5.0/connections.html +share/gtk-doc/html/libgda-5.0/data-model.html +share/gtk-doc/html/libgda-5.0/data-select.html +share/gtk-doc/html/libgda-5.0/data_conv.html +share/gtk-doc/html/libgda-5.0/data_models.html +share/gtk-doc/html/libgda-5.0/data_proxy1.png +share/gtk-doc/html/libgda-5.0/data_proxy2.png +share/gtk-doc/html/libgda-5.0/data_proxy3.png +share/gtk-doc/html/libgda-5.0/data_proxy4.png +share/gtk-doc/html/libgda-5.0/data_proxy5.png +share/gtk-doc/html/libgda-5.0/data_validation_holder.png +share/gtk-doc/html/libgda-5.0/data_validation_proxy.png +share/gtk-doc/html/libgda-5.0/data_validation_set.png +share/gtk-doc/html/libgda-5.0/ddl_example.html +share/gtk-doc/html/libgda-5.0/fdl-section1.html +share/gtk-doc/html/libgda-5.0/fdl-section10.html +share/gtk-doc/html/libgda-5.0/fdl-section2.html +share/gtk-doc/html/libgda-5.0/fdl-section3.html +share/gtk-doc/html/libgda-5.0/fdl-section4.html +share/gtk-doc/html/libgda-5.0/fdl-section5.html +share/gtk-doc/html/libgda-5.0/fdl-section6.html +share/gtk-doc/html/libgda-5.0/fdl-section7.html +share/gtk-doc/html/libgda-5.0/fdl-section8.html +share/gtk-doc/html/libgda-5.0/fdl-section9.html +share/gtk-doc/html/libgda-5.0/fdl-using.html +share/gtk-doc/html/libgda-5.0/fdl.html +share/gtk-doc/html/libgda-5.0/features.html +share/gtk-doc/html/libgda-5.0/gda-data-model-writing.html +share/gtk-doc/html/libgda-5.0/gda-dict.html +share/gtk-doc/html/libgda-5.0/gda-sql-graph.png +share/gtk-doc/html/libgda-5.0/gda-sql-manual-dsn.html +share/gtk-doc/html/libgda-5.0/gda-sql-manual-icommands.html +share/gtk-doc/html/libgda-5.0/gda-sql-manual-open.html +share/gtk-doc/html/libgda-5.0/gda-sql-manual-run.html +share/gtk-doc/html/libgda-5.0/gda-sql.html +share/gtk-doc/html/libgda-5.0/gen:sql_identifiers.html +share/gtk-doc/html/libgda-5.0/gen_blobs.html +share/gtk-doc/html/libgda-5.0/getting_started.html +share/gtk-doc/html/libgda-5.0/home.png +share/gtk-doc/html/libgda-5.0/howto-exec-non-select.html +share/gtk-doc/html/libgda-5.0/howto-exec-select.html +share/gtk-doc/html/libgda-5.0/howto-exec.png +share/gtk-doc/html/libgda-5.0/howto-meta1.html +share/gtk-doc/html/libgda-5.0/howto-meta2.html +share/gtk-doc/html/libgda-5.0/howto-modify-select.html +share/gtk-doc/html/libgda-5.0/howto-sqlbuilder.html +share/gtk-doc/html/libgda-5.0/howto.html +share/gtk-doc/html/libgda-5.0/i_s_data_types.png +share/gtk-doc/html/libgda-5.0/index-4-2-1.html +share/gtk-doc/html/libgda-5.0/index-4-2-10.html +share/gtk-doc/html/libgda-5.0/index-4-2-2.html +share/gtk-doc/html/libgda-5.0/index-4-2-3.html +share/gtk-doc/html/libgda-5.0/index-4-2-4.html +share/gtk-doc/html/libgda-5.0/index-4-2-5.html +share/gtk-doc/html/libgda-5.0/index-4-2-6.html +share/gtk-doc/html/libgda-5.0/index-4-2-7.html +share/gtk-doc/html/libgda-5.0/index-4-2-8.html +share/gtk-doc/html/libgda-5.0/index-4-2-9.html +share/gtk-doc/html/libgda-5.0/index-4-2.html +share/gtk-doc/html/libgda-5.0/index-5-0-2.html +share/gtk-doc/html/libgda-5.0/index-5-0-3.html +share/gtk-doc/html/libgda-5.0/index-5-0.html +share/gtk-doc/html/libgda-5.0/index-5-2-0.html +share/gtk-doc/html/libgda-5.0/index-deprecated.html +share/gtk-doc/html/libgda-5.0/index.html +share/gtk-doc/html/libgda-5.0/index.sgml +share/gtk-doc/html/libgda-5.0/index_main.html +share/gtk-doc/html/libgda-5.0/information_schema.html +share/gtk-doc/html/libgda-5.0/information_schema.png +share/gtk-doc/html/libgda-5.0/init_config.html +share/gtk-doc/html/libgda-5.0/installation-configuring.html +share/gtk-doc/html/libgda-5.0/installation-installing.html +share/gtk-doc/html/libgda-5.0/installation.html +share/gtk-doc/html/libgda-5.0/introduction.html +share/gtk-doc/html/libgda-5.0/left.png +share/gtk-doc/html/libgda-5.0/libgda-5.0-Attributes-manager.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Configuration.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Default-Data-handlers.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Gda-Value.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaDataComparator.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaDataPivot.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaMutex.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaRepetitiveStatement.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaServerOperation-individual-nodes.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaServerOperation-sequences.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaSqlStatement.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-GdaXaTransaction.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Libgda-Initialization.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-LibgdaUI-Initialization.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Logging.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Misc-API.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Quark-lists.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-SQL-rendering-API.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Subclassing-GdaDataSelect.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-UI-Utility-functions.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-UI-plugins.html +share/gtk-doc/html/libgda-5.0/libgda-5.0-Utility-functions.html +share/gtk-doc/html/libgda-5.0/libgda-5.0.devhelp2 +share/gtk-doc/html/libgda-5.0/libgda-list-server-op.html +share/gtk-doc/html/libgda-5.0/libgda-packaging.html +share/gtk-doc/html/libgda-5.0/libgda-provider-blobop.html +share/gtk-doc/html/libgda-5.0/libgda-provider-class.html +share/gtk-doc/html/libgda-5.0/libgda-provider-pack.html +share/gtk-doc/html/libgda-5.0/libgda-provider-parser.html +share/gtk-doc/html/libgda-5.0/libgda-provider-recordset.html +share/gtk-doc/html/libgda-5.0/libgda-reports-introduction.html +share/gtk-doc/html/libgda-5.0/libgda-sql.html +share/gtk-doc/html/libgda-5.0/libgda-tools-controlcenter.html +share/gtk-doc/html/libgda-5.0/libgda-tools-gdabrowser.html +share/gtk-doc/html/libgda-5.0/libgda-tools-introduction.html +share/gtk-doc/html/libgda-5.0/libgda-tools-list-config.html +share/gtk-doc/html/libgda-5.0/libgda-tools-test-connection.html +share/gtk-doc/html/libgda-5.0/libgda-xslt-api.html +share/gtk-doc/html/libgda-5.0/libgda-xslt-introduction.html +share/gtk-doc/html/libgda-5.0/libgdaui-packaging.html +share/gtk-doc/html/libgda-5.0/limitations.html +share/gtk-doc/html/libgda-5.0/limitations_jdbc.html +share/gtk-doc/html/libgda-5.0/limitations_ldap.html +share/gtk-doc/html/libgda-5.0/limitations_mysql.html +share/gtk-doc/html/libgda-5.0/limitations_oracle.html +share/gtk-doc/html/libgda-5.0/limitations_postgres.html +share/gtk-doc/html/libgda-5.0/limitations_sqlcipher.html +share/gtk-doc/html/libgda-5.0/limitations_sqlite.html +share/gtk-doc/html/libgda-5.0/main_example.html +share/gtk-doc/html/libgda-5.0/managing-errors.html +share/gtk-doc/html/libgda-5.0/migration-1.html +share/gtk-doc/html/libgda-5.0/migration-2-dict.html +share/gtk-doc/html/libgda-5.0/migration-2-exec.html +share/gtk-doc/html/libgda-5.0/migration-2-report.html +share/gtk-doc/html/libgda-5.0/migration-2.html +share/gtk-doc/html/libgda-5.0/migration-3.html +share/gtk-doc/html/libgda-5.0/misc.html +share/gtk-doc/html/libgda-5.0/multi-threading.html +share/gtk-doc/html/libgda-5.0/null_handling.html +share/gtk-doc/html/libgda-5.0/other-languages-introduction.html +share/gtk-doc/html/libgda-5.0/other-languages-vala.html +share/gtk-doc/html/libgda-5.0/other-languages.html +share/gtk-doc/html/libgda-5.0/other_examples.html +share/gtk-doc/html/libgda-5.0/parser_gen.png +share/gtk-doc/html/libgda-5.0/parser_prov.png +share/gtk-doc/html/libgda-5.0/part_begin.html +share/gtk-doc/html/libgda-5.0/part_index.html +share/gtk-doc/html/libgda-5.0/part_libgda-reports.html +share/gtk-doc/html/libgda-5.0/part_libgda-xslt.html +share/gtk-doc/html/libgda-5.0/part_libgda_api.html +share/gtk-doc/html/libgda-5.0/part_providers.html +share/gtk-doc/html/libgda-5.0/part_tools.html +share/gtk-doc/html/libgda-5.0/parts.png +share/gtk-doc/html/libgda-5.0/prov-metadata.html +share/gtk-doc/html/libgda-5.0/provider-notes.html +share/gtk-doc/html/libgda-5.0/provider_notes_ldap.html +share/gtk-doc/html/libgda-5.0/provider_notes_sqlcipher.html +share/gtk-doc/html/libgda-5.0/provider_notes_sqlite.html +share/gtk-doc/html/libgda-5.0/psupport.html +share/gtk-doc/html/libgda-5.0/pt09.html +share/gtk-doc/html/libgda-5.0/right.png +share/gtk-doc/html/libgda-5.0/stmt-compound.png +share/gtk-doc/html/libgda-5.0/stmt-insert1.png +share/gtk-doc/html/libgda-5.0/stmt-insert2.png +share/gtk-doc/html/libgda-5.0/stmt-select.png +share/gtk-doc/html/libgda-5.0/stmt-unknown.png +share/gtk-doc/html/libgda-5.0/stmt-update.png +share/gtk-doc/html/libgda-5.0/style.css +share/gtk-doc/html/libgda-5.0/thread-wrapper.png +share/gtk-doc/html/libgda-5.0/transactions.html +share/gtk-doc/html/libgda-5.0/tree-overview.png +share/gtk-doc/html/libgda-5.0/tree-overview2.png +share/gtk-doc/html/libgda-5.0/trees.html +share/gtk-doc/html/libgda-5.0/up.png +share/gtk-doc/html/libgda-5.0/vi-basic-form.png +share/gtk-doc/html/libgda-5.0/vi-cloud.png +share/gtk-doc/html/libgda-5.0/vi-combo.png +share/gtk-doc/html/libgda-5.0/vi-data-entry.png +share/gtk-doc/html/libgda-5.0/vi-filter.png +share/gtk-doc/html/libgda-5.0/vi-info.png +share/gtk-doc/html/libgda-5.0/vi-login.png +share/gtk-doc/html/libgda-5.0/vi-provider-selector.png +share/gtk-doc/html/libgda-5.0/vi-raw-grid.png +share/gtk-doc/html/libgda-5.0/vi-rte.png +share/gtk-doc/html/libgda-5.0/vi-server-op.png +share/gtk-doc/html/libgda-5.0/virtual_connection.html +share/gtk-doc/html/libgda-5.0/writable_data_model.png +share/libgda-5.0/dtd/libgda-array.dtd +share/libgda-5.0/dtd/libgda-paramlist.dtd +share/libgda-5.0/dtd/libgda-server-operation.dtd +share/libgda-5.0/gda_trml2html/__init__.py +share/libgda-5.0/gda_trml2html/trml2html.py +share/libgda-5.0/gda_trml2html/utils.py +share/libgda-5.0/gda_trml2pdf/__init__.py +share/libgda-5.0/gda_trml2pdf/color.py +share/libgda-5.0/gda_trml2pdf/trml2pdf.py +share/libgda-5.0/gda_trml2pdf/utils.py +share/libgda-5.0/information_schema.xml +share/libgda-5.0/sqlcipher_specs_add_column.xml +share/libgda-5.0/sqlcipher_specs_auth.xml +share/libgda-5.0/sqlcipher_specs_create_db.xml +share/libgda-5.0/sqlcipher_specs_create_index.xml +share/libgda-5.0/sqlcipher_specs_create_table.xml +share/libgda-5.0/sqlcipher_specs_create_view.xml +share/libgda-5.0/sqlcipher_specs_drop_db.xml +share/libgda-5.0/sqlcipher_specs_drop_index.xml +share/libgda-5.0/sqlcipher_specs_drop_table.xml +share/libgda-5.0/sqlcipher_specs_drop_view.xml +share/libgda-5.0/sqlcipher_specs_dsn.xml +share/libgda-5.0/sqlcipher_specs_rename_table.xml +share/libgda-5.0/sqlite_specs_add_column.xml +share/libgda-5.0/sqlite_specs_create_db.xml +share/libgda-5.0/sqlite_specs_create_index.xml +share/libgda-5.0/sqlite_specs_create_table.xml +share/libgda-5.0/sqlite_specs_create_view.xml +share/libgda-5.0/sqlite_specs_drop_db.xml +share/libgda-5.0/sqlite_specs_drop_index.xml +share/libgda-5.0/sqlite_specs_drop_table.xml +share/libgda-5.0/sqlite_specs_drop_view.xml +share/libgda-5.0/sqlite_specs_dsn.xml +share/libgda-5.0/sqlite_specs_rename_table.xml +share/libgda-5.0/web/cnc.js +share/libgda-5.0/web/gda-print.css +share/libgda-5.0/web/gda.css +share/libgda-5.0/web/irb.css +share/libgda-5.0/web/irb.js +share/libgda-5.0/web/jquery.js +share/libgda-5.0/web/md5.js +share/libgda-5.0/web/mouseapp_2.js +share/libgda-5.0/web/mouseirb_2.js +share/locale/ar/LC_MESSAGES/libgda-5.0.mo +share/locale/az/LC_MESSAGES/libgda-5.0.mo +share/locale/ca/LC_MESSAGES/libgda-5.0.mo +share/locale/ca@valencia/LC_MESSAGES/libgda-5.0.mo +share/locale/cs/LC_MESSAGES/libgda-5.0.mo +share/locale/da/LC_MESSAGES/libgda-5.0.mo +share/locale/de/LC_MESSAGES/libgda-5.0.mo +share/locale/dz/LC_MESSAGES/libgda-5.0.mo +share/locale/el/LC_MESSAGES/libgda-5.0.mo +share/locale/en_CA/LC_MESSAGES/libgda-5.0.mo +share/locale/en_GB/LC_MESSAGES/libgda-5.0.mo +share/locale/eo/LC_MESSAGES/libgda-5.0.mo +share/locale/es/LC_MESSAGES/libgda-5.0.mo +share/locale/eu/LC_MESSAGES/libgda-5.0.mo +share/locale/fa/LC_MESSAGES/libgda-5.0.mo +share/locale/fi/LC_MESSAGES/libgda-5.0.mo +share/locale/fr/LC_MESSAGES/libgda-5.0.mo +share/locale/ga/LC_MESSAGES/libgda-5.0.mo +share/locale/gl/LC_MESSAGES/libgda-5.0.mo +share/locale/hr/LC_MESSAGES/libgda-5.0.mo +share/locale/hu/LC_MESSAGES/libgda-5.0.mo +share/locale/id/LC_MESSAGES/libgda-5.0.mo +share/locale/it/LC_MESSAGES/libgda-5.0.mo +share/locale/ja/LC_MESSAGES/libgda-5.0.mo +share/locale/ko/LC_MESSAGES/libgda-5.0.mo +share/locale/lt/LC_MESSAGES/libgda-5.0.mo +share/locale/mk/LC_MESSAGES/libgda-5.0.mo +share/locale/ml/LC_MESSAGES/libgda-5.0.mo +share/locale/ms/LC_MESSAGES/libgda-5.0.mo +share/locale/nb/LC_MESSAGES/libgda-5.0.mo +share/locale/ne/LC_MESSAGES/libgda-5.0.mo +share/locale/nl/LC_MESSAGES/libgda-5.0.mo +share/locale/oc/LC_MESSAGES/libgda-5.0.mo +share/locale/pa/LC_MESSAGES/libgda-5.0.mo +share/locale/pl/LC_MESSAGES/libgda-5.0.mo +share/locale/pt/LC_MESSAGES/libgda-5.0.mo +share/locale/pt_BR/LC_MESSAGES/libgda-5.0.mo +share/locale/ru/LC_MESSAGES/libgda-5.0.mo +share/locale/rw/LC_MESSAGES/libgda-5.0.mo +share/locale/sk/LC_MESSAGES/libgda-5.0.mo +share/locale/sl/LC_MESSAGES/libgda-5.0.mo +share/locale/sq/LC_MESSAGES/libgda-5.0.mo +share/locale/sr/LC_MESSAGES/libgda-5.0.mo +share/locale/sr@Latn/LC_MESSAGES/libgda-5.0.mo +share/locale/sv/LC_MESSAGES/libgda-5.0.mo +share/locale/tr/LC_MESSAGES/libgda-5.0.mo +share/locale/uk/LC_MESSAGES/libgda-5.0.mo +share/locale/vi/LC_MESSAGES/libgda-5.0.mo +share/locale/zh_CN/LC_MESSAGES/libgda-5.0.mo +share/locale/zh_HK/LC_MESSAGES/libgda-5.0.mo +share/locale/zh_TW/LC_MESSAGES/libgda-5.0.mo diff --git a/databases/libgda/distinfo b/databases/libgda/distinfo index a9933ecc68a..955420e4dd4 100644 --- a/databases/libgda/distinfo +++ b/databases/libgda/distinfo @@ -1,47 +1,10 @@ -$NetBSD: distinfo,v 1.33 2012/05/10 21:45:05 dholland Exp $ +$NetBSD: distinfo,v 1.34 2013/10/06 19:55:38 joerg Exp $ -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 -SHA1 (patch-libgda_gda-column_c) = a290e71510d5f1171522a3a435dc3bcac2a13d30 -SHA1 (patch-libgda_gda-column_h) = 6ef0873737eca8ff005b739ea7c6a050044e9fa8 -SHA1 (patch-libgda_gda-command_c) = 9f8a27830fad60d4cb74dc9ab1e6ee1aba0483ce -SHA1 (patch-libgda_gda-command_h) = ddcc2ca38c982e0f39c99cd5349a9da296e50254 -SHA1 (patch-libgda_gda-config_c) = 3813caaa6d76763c56c0fd985413d0e31fbacabe -SHA1 (patch-libgda_gda-config_h) = 61afb51e75057b445ad9f6c0eb3b33fb470343f3 -SHA1 (patch-libgda_gda-data-model-array_c) = 8ca31d1cf8c18212e593d27fa23e5d1f4968a6d0 -SHA1 (patch-libgda_gda-data-model-filter-sql_c) = 748ad56779a532609a886652d7df922dc86c2d0a -SHA1 (patch-libgda_gda-data-model-hash_c) = 4a89040ba9443edcce79b86b26c674454f500499 -SHA1 (patch-libgda_gda-entity-field.c) = 08902eac2340a3e9f5f7dbe4073791e551c71fdf -SHA1 (patch-libgda_gda-init_c) = 66b132bae6ef6cf8792b1a83d3459387d6f5b151 -SHA1 (patch-libgda_gda-log_c) = 3bf3b1f84b303b866d2fcc1b949288a918922e21 -SHA1 (patch-libgda_gda-log_h) = 1af8d379c3547fef7680fadcb40f99206da4bc9c -SHA1 (patch-libgda_gda-quark-list_c) = b99dff8e054a9a1fa74b2e302471d620b918e67a -SHA1 (patch-libgda_gda-quark-list_h) = da3aae6366f505ac5bb5de412aa856cb8bef29d3 -SHA1 (patch-libgda_gda-row_h) = 06ec64d71ff0ca70ae2381c1bc82f35253d15fd3 -SHA1 (patch-libgda_gda-server-operation_c) = 0d9f77aefe874bd4f5bc4032181861abf1905a42 -SHA1 (patch-libgda_gda-server-provider_c) = 89498b56c2180ddcb4050c37034c14ef53ec7809 -SHA1 (patch-libgda_gda-util_c) = c8101c12d5db7d5e495db917e1688535c247100b -SHA1 (patch-libgda_gda-util_h) = 507592a437ce2139af54a6fa5130a6e74550866b -SHA1 (patch-libgda_gda-value_c) = f7ed4a4344971f0d3e9f6e5941333a3b0faa71bc -SHA1 (patch-libgda_gda-value_h) = 7e9446931123ca90b0af9e3545fccc3306553132 -SHA1 (patch-providers_bdb_gda-bdb_h) = fc35534d84152430894e44f5644dcba0bd83160e -SHA1 (patch-providers_freetds_gda-freetds-message_h) = 907a4636feba5b957163a847957794f2b5090e1c -SHA1 (patch-providers_freetds_gda-freetds-types_h) = 8ffbf12c386a2915c5f25f82ff155bbc9b77b2a8 -SHA1 (patch-providers_freetds_gda-freetds_h) = 77ba0cb68d35ac4bf5c320ad474680c2e140a9bd -SHA1 (patch-providers_ibmdb2_gda-ibmdb2-types_h) = 7e6be20fa6beb34d5d290ed54cde24b6152ac27b -SHA1 (patch-providers_ibmdb2_gda-ibmdb2_h) = e35345f91ab9360606b4af030b2c8a14d1d9d6df -SHA1 (patch-providers_ldap_gda-ldap_h) = 4934f09d918a81df194ba79d5c0a15c35e395fd4 -SHA1 (patch-providers_mdb_gda-mdb-provider_c) = 0de942475f271f29925ff4bd47c3a04f975bdd12 -SHA1 (patch-providers_mdb_gda-mdb_h) = 26396365c95a2407d996424c996627e21c09724f -SHA1 (patch-providers_msql_gda-msql_h) = bd23fc1a4b38f8a1943ebf7a755cd93dcaa9c418 -SHA1 (patch-providers_mysql_gda-mysql_h) = 3098a669e9ce524e47f2325e6a5bb884dd2f2349 -SHA1 (patch-providers_odbc_gda-odbc_h) = 40784619e6979db452c4698100567d81d2a885d9 -SHA1 (patch-providers_oracle_gda-oracle_h) = 44cb1d383dc893ac76dc2a659fc3b81662080d24 -SHA1 (patch-providers_postgres_gda-postgres_h) = d2bc4acdf979175f25cdde4f1c73bfb9f9f1a67f -SHA1 (patch-providers_sqlite_gda-sqlite_h) = a4bf8c7f6da3a25fa2bd2b9c390cafbe655b586f -SHA1 (patch-providers_sybase_gda-sybase_h) = a7d1657500479c31d928fabda2372d713bdbc08a +SHA1 (libgda-5.1.2.tar.xz) = 355ac1b63d9ccebd532c9633c4007ce0fa9bff5f +RMD160 (libgda-5.1.2.tar.xz) = 36b06a9e07a2e8d81d2d093021712fa2d8b361f0 +Size (libgda-5.1.2.tar.xz) = 12030848 bytes +SHA1 (patch-data_Makefile.in) = 4a729d5edf8ff86991b131098333cba760d177e6 +SHA1 (patch-providers_mysql_Makefile.in) = e290a2cd32121c8d78d5f8d128e1da111954781e +SHA1 (patch-providers_postgres_Makefile.in) = 5edd0bfe7ae2614e9a71e90d50a1add0a0119f15 +SHA1 (patch-providers_reuseable_mysql_Makefile.in) = d03bc0dfbcf287defec7a7320c2792c839058da9 +SHA1 (patch-providers_reuseable_postgres_Makefile.in) = 18634bae01cca6443a0dbf765b0dd4ea7374fca4 diff --git a/databases/libgda/patches/patch-ab b/databases/libgda/patches/patch-ab deleted file mode 100644 index c6c2bebd843..00000000000 --- a/databases/libgda/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.11 2007/08/04 11:13:38 obache Exp $ - ---- data/Makefile.in.orig 2007-05-09 21:57:18.000000000 +0000 -+++ data/Makefile.in -@@ -316,7 +316,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - - # Default global configuration file --configdir = $(sysconfdir)/libgda-3.0 -+configdir = $(datadir)/examples/libgda-3.0 - config_DATA = config sales_test.db - xmldir = $(datadir)/libgda-3.0/xml - xml_DATA = gda-xml-query.dtd \ diff --git a/databases/libgda/patches/patch-ad b/databases/libgda/patches/patch-ad deleted file mode 100644 index 98ad29962aa..00000000000 --- a/databases/libgda/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.8 2007/08/04 11:13:38 obache Exp $ - ---- configure.orig 2007-05-04 21:42:33.000000000 +0000 -+++ configure -@@ -25228,6 +25228,8 @@ else - BUILD_CONFIG_TOOL_TRUE='#' - BUILD_CONFIG_TOOL_FALSE= - fi -+BUILD_CONFIG_TOOL_TRUE='#' -+BUILD_CONFIG_TOOL_FALSE= - - - diff --git a/databases/libgda/patches/patch-ak b/databases/libgda/patches/patch-ak deleted file mode 100644 index e7e3da9148c..00000000000 --- a/databases/libgda/patches/patch-ak +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ak,v 1.3 2007/08/04 11:13:40 obache Exp $ - ---- providers/sqlite/gda-sqlite-provider.c.orig 2007-04-24 21:13:15.000000000 +0000 -+++ providers/sqlite/gda-sqlite-provider.c -@@ -789,7 +789,7 @@ gda_sqlite_provider_perform_operation (G - - if (g_unlink (filename)) { - g_set_error (error, 0, 0, -- sys_errlist [errno]); -+ strerror (errno)); - retval = FALSE; - } - g_free (filename); diff --git a/databases/libgda/patches/patch-al b/databases/libgda/patches/patch-al deleted file mode 100644 index a5eb77b36f7..00000000000 --- a/databases/libgda/patches/patch-al +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-al,v 1.2 2007/08/04 11:13:40 obache Exp $ - ---- providers/mysql/Makefile.in.orig 2007-05-09 21:57:21.000000000 +0000 -+++ providers/mysql/Makefile.in -@@ -57,8 +57,7 @@ am__installdirs = "$(DESTDIR)$(providerd - providerLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(provider_LTLIBRARIES) - 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) -@@ -361,7 +360,7 @@ libgda_mysql_la_SOURCES = \ - - libgda_mysql_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) - libgda_mysql_la_LIBADD = \ -- $(top_builddir)/libgda/libgda-3.0.la \ -+ -lgda-3.0 \ - $(LIBGDA_LIBS) \ - $(MYSQL_LIBS) - diff --git a/databases/libgda/patches/patch-data_Makefile.in b/databases/libgda/patches/patch-data_Makefile.in new file mode 100644 index 00000000000..f319e20cf89 --- /dev/null +++ b/databases/libgda/patches/patch-data_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-data_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ + +--- data/Makefile.in.orig 2013-10-02 12:02:15.000000000 +0000 ++++ data/Makefile.in +@@ -392,7 +392,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + + # Default global configuration file +-configdir = $(sysconfdir)/libgda-5.0 ++configdir = $(datarootdir)/examples/libgda + config_DATA = config sales_test.db + EXTRA_DIST = \ + $(config_DATA) diff --git a/databases/libgda/patches/patch-libgda_gda-column_c b/databases/libgda/patches/patch-libgda_gda-column_c deleted file mode 100644 index eff9db29da8..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-column_c +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-libgda_gda-column_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-column.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-column.c -@@ -23,8 +23,7 @@ - * Boston, MA 02111-1307, USA. - */ - --#include <glib/gmessages.h> --#include <glib/gstrfuncs.h> -+#include <glib.h> - #include <libgda/gda-column.h> - #include <string.h> - #include "gda-marshal.h" diff --git a/databases/libgda/patches/patch-libgda_gda-column_h b/databases/libgda/patches/patch-libgda_gda-column_h deleted file mode 100644 index f2419be7bc4..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-column_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-column_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-column.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-column.h -@@ -28,7 +28,7 @@ - - #include <glib-object.h> - #include <libgda/gda-value.h> --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-decl.h> - - G_BEGIN_DECLS diff --git a/databases/libgda/patches/patch-libgda_gda-command_c b/databases/libgda/patches/patch-libgda_gda-command_c deleted file mode 100644 index f02d99596fe..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-command_c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-libgda_gda-command_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-command.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-command.c -@@ -21,9 +21,7 @@ - * Boston, MA 02111-1307, USA. - */ - --#include <glib/gmem.h> --#include <glib/gmessages.h> --#include <glib/gstrfuncs.h> -+#include <glib.h> - #include <libgda/gda-command.h> - - GType diff --git a/databases/libgda/patches/patch-libgda_gda-command_h b/databases/libgda/patches/patch-libgda_gda-command_h deleted file mode 100644 index 7b982d8d397..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-command_h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-libgda_gda-command_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-command.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-command.h -@@ -25,8 +25,7 @@ - #define __GDA_COMMAND_H__ - - #include <glib-object.h> --#include <glib/gmacros.h> --#include <glib/gtypes.h> -+#include <glib.h> - - G_BEGIN_DECLS - diff --git a/databases/libgda/patches/patch-libgda_gda-config_c b/databases/libgda/patches/patch-libgda_gda-config_c deleted file mode 100644 index a843cb7ea75..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-config_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-config_c,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-config.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-config.c -@@ -37,7 +37,7 @@ - #include <sys/stat.h> - #ifdef HAVE_FAM - #include <fam.h> --#include <glib/giochannel.h> -+#include <glib.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <unistd.h> diff --git a/databases/libgda/patches/patch-libgda_gda-config_h b/databases/libgda/patches/patch-libgda_gda-config_h deleted file mode 100644 index 64b035cfc84..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-config_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-config_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-config.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-config.h -@@ -23,7 +23,7 @@ - #ifndef __GDA_CONFIG_H__ - #define __GDA_CONFIG_H__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-data-model.h> - #include <libgda/gda-parameter.h> - diff --git a/databases/libgda/patches/patch-libgda_gda-data-model-array_c b/databases/libgda/patches/patch-libgda_gda-data-model-array_c deleted file mode 100644 index 70830b1ded5..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-data-model-array_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-data-model-array_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-data-model-array.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-data-model-array.c -@@ -22,7 +22,7 @@ - */ - - #include <string.h> --#include <glib/garray.h> -+#include <glib.h> - #include <libgda/gda-data-model-array.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-row.h> diff --git a/databases/libgda/patches/patch-libgda_gda-data-model-filter-sql_c b/databases/libgda/patches/patch-libgda_gda-data-model-filter-sql_c deleted file mode 100644 index 81761b3111a..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-data-model-filter-sql_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-data-model-filter-sql_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-data-model-filter-sql.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-data-model-filter-sql.c -@@ -21,7 +21,7 @@ - * Boston, MA 02111-1307, USA. - */ - --#include <glib/gdataset.h> -+#include <glib.h> - #include <glib-object.h> - #include <libsql/sql_parser.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-libgda_gda-data-model-hash_c b/databases/libgda/patches/patch-libgda_gda-data-model-hash_c deleted file mode 100644 index 20665243628..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-data-model-hash_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-data-model-hash_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-data-model-hash.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-data-model-hash.c -@@ -23,7 +23,7 @@ - * Boston, MA 02111-1307, USA. - */ - --#include <glib/ghash.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-data-model-hash.h> - #include <libgda/gda-data-model-extra.h> diff --git a/databases/libgda/patches/patch-libgda_gda-entity-field.c b/databases/libgda/patches/patch-libgda_gda-entity-field.c deleted file mode 100644 index 6014dcd0d20..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-entity-field.c +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-libgda_gda-entity-field.c,v 1.1 2012/05/04 16:08:09 joerg Exp $ - ---- libgda/gda-entity-field.c.orig 2012-04-27 17:18:10.000000000 +0000 -+++ libgda/gda-entity-field.c -@@ -109,12 +109,10 @@ gda_entity_field_get_dict_type (GdaEntit - void - gda_entity_field_set_dict_type (GdaEntityField *iface, GdaDictType *type) - { -- g_return_val_if_fail (iface && GDA_IS_ENTITY_FIELD (iface), NULL); -+ g_return_if_fail (iface && GDA_IS_ENTITY_FIELD (iface)); - - if (GDA_ENTITY_FIELD_GET_IFACE (iface)->set_dict_type) - return (GDA_ENTITY_FIELD_GET_IFACE (iface)->set_dict_type) (iface, type); -- -- return NULL; - } - - /** diff --git a/databases/libgda/patches/patch-libgda_gda-init_c b/databases/libgda/patches/patch-libgda_gda-init_c deleted file mode 100644 index 249f3ff78d4..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-init_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-init_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-init.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-init.c -@@ -17,7 +17,7 @@ - * Boston, MA 02111-1307, USA. - */ - --#include <glib/gmain.h> -+#include <glib.h> - #include <gmodule.h> - #include <libgda/libgda.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-libgda_gda-log_c b/databases/libgda/patches/patch-libgda_gda-log_c deleted file mode 100644 index bc65636ce61..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-log_c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-libgda_gda-log_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-log.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-log.c -@@ -24,10 +24,6 @@ - #endif - #include <time.h> - #include <glib.h> --#include <glib/gmem.h> --#include <glib/gmessages.h> --#include <glib/gstrfuncs.h> --#include <glib/gutils.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-log.h> - diff --git a/databases/libgda/patches/patch-libgda_gda-log_h b/databases/libgda/patches/patch-libgda_gda-log_h deleted file mode 100644 index a06d5c3ef56..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-log_h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-libgda_gda-log_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-log.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-log.h -@@ -20,8 +20,7 @@ - #if !defined(__gda_log_h__) - # define __gda_log_h__ - --#include <glib/gmacros.h> --#include <glib/gtypes.h> -+#include <glib.h> - #include <time.h> - - G_BEGIN_DECLS diff --git a/databases/libgda/patches/patch-libgda_gda-quark-list_c b/databases/libgda/patches/patch-libgda_gda-quark-list_c deleted file mode 100644 index 1a2bf014a03..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-quark-list_c +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-libgda_gda-quark-list_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-quark-list.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-quark-list.c -@@ -22,10 +22,7 @@ - */ - - #include <libgda/gda-quark-list.h> --#include <glib/ghash.h> --#include <glib/gmem.h> --#include <glib/gmessages.h> --#include <glib/gstrfuncs.h> -+#include <glib.h> - - struct _GdaQuarkList { - GHashTable *hash_table; diff --git a/databases/libgda/patches/patch-libgda_gda-quark-list_h b/databases/libgda/patches/patch-libgda_gda-quark-list_h deleted file mode 100644 index 3dd0a94b755..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-quark-list_h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-libgda_gda-quark-list_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-quark-list.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-quark-list.h -@@ -24,8 +24,7 @@ - #ifndef __GDA_QUARK_LIST_H__ - #define __GDA_QUARK_LIST_H__ - --#include <glib/gmacros.h> --#include <glib/gtypes.h> -+#include <glib.h> - #include <glib-object.h> - - G_BEGIN_DECLS diff --git a/databases/libgda/patches/patch-libgda_gda-row_h b/databases/libgda/patches/patch-libgda_gda-row_h deleted file mode 100644 index fca09d529c1..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-row_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-row_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-row.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-row.h -@@ -27,7 +27,7 @@ - - #include <glib-object.h> - #include <libgda/gda-column.h> --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-decl.h> - - G_BEGIN_DECLS diff --git a/databases/libgda/patches/patch-libgda_gda-server-operation_c b/databases/libgda/patches/patch-libgda_gda-server-operation_c deleted file mode 100644 index 73b1dca4390..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-server-operation_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-server-operation_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-server-operation.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-server-operation.c -@@ -21,7 +21,7 @@ - */ - - #include <stdlib.h> --#include <glib/gmessages.h> -+#include <glib.h> - #include <libgda/gda-marshal.h> - #include <libgda/gda-dict.h> - #include <libgda/gda-dict-type.h> diff --git a/databases/libgda/patches/patch-libgda_gda-server-provider_c b/databases/libgda/patches/patch-libgda_gda-server-provider_c deleted file mode 100644 index 03a2283d628..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-server-provider_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-libgda_gda-server-provider_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-server-provider.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-server-provider.c -@@ -22,7 +22,7 @@ - * Boston, MA 02111-1307, USA. - */ - --#include <glib/gmessages.h> -+#include <glib.h> - #include <libgda/gda-server-provider.h> - #include <libgda/gda-server-provider-extra.h> - #include <libgda/gda-server-provider-private.h> diff --git a/databases/libgda/patches/patch-libgda_gda-util_c b/databases/libgda/patches/patch-libgda_gda-util_c deleted file mode 100644 index 1c7004cd6b8..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-util_c +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-libgda_gda-util_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-util.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-util.c -@@ -27,10 +27,7 @@ - #include <fcntl.h> - #include <unistd.h> - #include <string.h> --#include <glib/gfileutils.h> --#include <glib/gmessages.h> --#include <glib/gstrfuncs.h> --#include <glib/gprintf.h> -+#include <glib.h> - #include <libsql/sql_parser.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-log.h> diff --git a/databases/libgda/patches/patch-libgda_gda-util_h b/databases/libgda/patches/patch-libgda_gda-util_h deleted file mode 100644 index 7ef50ff579f..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-util_h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-libgda_gda-util_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-util.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-util.h -@@ -24,8 +24,7 @@ - #if !defined(__gda_util_h__) - # define __gda_util_h__ - --#include <glib/ghash.h> --#include <glib/glist.h> -+#include <glib.h> - #include "gda-parameter.h" - #include "gda-row.h" - #include "gda-connection.h" diff --git a/databases/libgda/patches/patch-libgda_gda-value_c b/databases/libgda/patches/patch-libgda_gda-value_c deleted file mode 100644 index 6923941102d..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-value_c +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-libgda_gda-value_c,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-value.c~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-value.c -@@ -28,10 +28,7 @@ - #include <string.h> - #include <stdlib.h> - #include <time.h> --#include <glib/gdate.h> --#include <glib/gmessages.h> --#include <glib/gstrfuncs.h> --#include <glib/gstring.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-value.h> - #include <libgda/gda-blob-op.h> diff --git a/databases/libgda/patches/patch-libgda_gda-value_h b/databases/libgda/patches/patch-libgda_gda-value_h deleted file mode 100644 index e57c6b103ff..00000000000 --- a/databases/libgda/patches/patch-libgda_gda-value_h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-libgda_gda-value_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- libgda/gda-value.h~ 2007-04-24 21:13:09.000000000 +0000 -+++ libgda/gda-value.h -@@ -27,8 +27,7 @@ - #define __GDA_VALUE_H__ - - #include <time.h> --#include <glib/glist.h> --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib-object.h> - #include <libxml/tree.h> - #include <libgda/gda-decl.h> diff --git a/databases/libgda/patches/patch-providers_bdb_gda-bdb_h b/databases/libgda/patches/patch-providers_bdb_gda-bdb_h deleted file mode 100644 index 9a829b6637a..00000000000 --- a/databases/libgda/patches/patch-providers_bdb_gda-bdb_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_bdb_gda-bdb_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/bdb/gda-bdb.h~ 2007-04-24 21:13:13.000000000 +0000 -+++ providers/bdb/gda-bdb.h -@@ -25,7 +25,7 @@ - #if defined(HAVE_CONFIG_H) - #endif - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> - #include <db.h> diff --git a/databases/libgda/patches/patch-providers_freetds_gda-freetds-message_h b/databases/libgda/patches/patch-providers_freetds_gda-freetds-message_h deleted file mode 100644 index 56f8b89a21c..00000000000 --- a/databases/libgda/patches/patch-providers_freetds_gda-freetds-message_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_freetds_gda-freetds-message_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/freetds/gda-freetds-message.h~ 2007-04-24 21:13:13.000000000 +0000 -+++ providers/freetds/gda-freetds-message.h -@@ -24,7 +24,7 @@ - #if defined(HAVE_CONFIG_H) - #endif - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> - #include <tds.h> diff --git a/databases/libgda/patches/patch-providers_freetds_gda-freetds-types_h b/databases/libgda/patches/patch-providers_freetds_gda-freetds-types_h deleted file mode 100644 index a7807145246..00000000000 --- a/databases/libgda/patches/patch-providers_freetds_gda-freetds-types_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_freetds_gda-freetds-types_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/freetds/gda-freetds-types.h~ 2007-04-24 21:13:13.000000000 +0000 -+++ providers/freetds/gda-freetds-types.h -@@ -24,7 +24,7 @@ - #if defined(HAVE_CONFIG_H) - #endif - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> - #include <tds.h> diff --git a/databases/libgda/patches/patch-providers_freetds_gda-freetds_h b/databases/libgda/patches/patch-providers_freetds_gda-freetds_h deleted file mode 100644 index a6197eb8973..00000000000 --- a/databases/libgda/patches/patch-providers_freetds_gda-freetds_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_freetds_gda-freetds_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/freetds/gda-freetds.h~ 2007-04-24 21:13:13.000000000 +0000 -+++ providers/freetds/gda-freetds.h -@@ -24,7 +24,7 @@ - #if defined(HAVE_CONFIG_H) - #endif - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> - #include <tds.h> diff --git a/databases/libgda/patches/patch-providers_ibmdb2_gda-ibmdb2-types_h b/databases/libgda/patches/patch-providers_ibmdb2_gda-ibmdb2-types_h deleted file mode 100644 index dc9f3b26e37..00000000000 --- a/databases/libgda/patches/patch-providers_ibmdb2_gda-ibmdb2-types_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_ibmdb2_gda-ibmdb2-types_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/ibmdb2/gda-ibmdb2-types.h~ 2007-04-24 21:13:13.000000000 +0000 -+++ providers/ibmdb2/gda-ibmdb2-types.h -@@ -23,7 +23,7 @@ - #ifndef __GDA_IBMDB2_TYPES_H__ - #define __GDA_IBMDB2_TYPES_H__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> - #include <sqlcli1.h> diff --git a/databases/libgda/patches/patch-providers_ibmdb2_gda-ibmdb2_h b/databases/libgda/patches/patch-providers_ibmdb2_gda-ibmdb2_h deleted file mode 100644 index 8d733c9e179..00000000000 --- a/databases/libgda/patches/patch-providers_ibmdb2_gda-ibmdb2_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_ibmdb2_gda-ibmdb2_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/ibmdb2/gda-ibmdb2.h~ 2007-04-24 21:13:13.000000000 +0000 -+++ providers/ibmdb2/gda-ibmdb2.h -@@ -23,7 +23,7 @@ - #if !defined(__gda_ibmdb2_h__) - # define __gda_ibmdb2_h__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-connection.h> - #include <libgda/gda-server-provider.h> diff --git a/databases/libgda/patches/patch-providers_ldap_gda-ldap_h b/databases/libgda/patches/patch-providers_ldap_gda-ldap_h deleted file mode 100644 index 8a740f03782..00000000000 --- a/databases/libgda/patches/patch-providers_ldap_gda-ldap_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_ldap_gda-ldap_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/ldap/gda-ldap.h~ 2007-04-24 21:13:12.000000000 +0000 -+++ providers/ldap/gda-ldap.h -@@ -26,7 +26,7 @@ - #if !defined(__gda_ldap_h__) - # define __gda_ldap_h__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-connection.h> - #include <libgda/gda-server-provider.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-providers_mdb_gda-mdb-provider_c b/databases/libgda/patches/patch-providers_mdb_gda-mdb-provider_c deleted file mode 100644 index 4b43dd445e0..00000000000 --- a/databases/libgda/patches/patch-providers_mdb_gda-mdb-provider_c +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_mdb_gda-mdb-provider_c,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/mdb/gda-mdb-provider.c~ 2007-04-24 21:13:17.000000000 +0000 -+++ providers/mdb/gda-mdb-provider.c -@@ -22,7 +22,7 @@ - */ - - #include <stdlib.h> --#include <glib/gbacktrace.h> -+#include <glib.h> - #include <libgda/gda-data-model-array.h> - #include <libgda/gda-data-model-private.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-providers_mdb_gda-mdb_h b/databases/libgda/patches/patch-providers_mdb_gda-mdb_h deleted file mode 100644 index 6f6036193a1..00000000000 --- a/databases/libgda/patches/patch-providers_mdb_gda-mdb_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_mdb_gda-mdb_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/mdb/gda-mdb.h~ 2007-04-24 21:13:17.000000000 +0000 -+++ providers/mdb/gda-mdb.h -@@ -23,7 +23,7 @@ - #if !defined(__gda_mdb_h__) - # define __gda_mdb_h__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-connection.h> - #include <libgda/gda-server-provider.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-providers_msql_gda-msql_h b/databases/libgda/patches/patch-providers_msql_gda-msql_h deleted file mode 100644 index 3a71ae79344..00000000000 --- a/databases/libgda/patches/patch-providers_msql_gda-msql_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_msql_gda-msql_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/msql/gda-msql.h~ 2007-04-24 21:13:17.000000000 +0000 -+++ providers/msql/gda-msql.h -@@ -22,7 +22,7 @@ - #ifndef __gda_msql_h__ - #define __gda_msql_h__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-connection.h> - #include <libgda/gda-server-provider.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-providers_mysql_Makefile.in b/databases/libgda/patches/patch-providers_mysql_Makefile.in new file mode 100644 index 00000000000..61c82117410 --- /dev/null +++ b/databases/libgda/patches/patch-providers_mysql_Makefile.in @@ -0,0 +1,22 @@ +$NetBSD: patch-providers_mysql_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ + +--- providers/mysql/Makefile.in.orig 2013-10-02 11:34:25.000000000 +0000 ++++ providers/mysql/Makefile.in +@@ -99,7 +99,7 @@ am__installdirs = "$(DESTDIR)$(providerd + "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xmldir)" + LTLIBRARIES = $(provider_LTLIBRARIES) + am__DEPENDENCIES_1 = +-libgda_mysql_la_DEPENDENCIES = $(top_builddir)/libgda/libgda-5.0.la \ ++libgda_mysql_la_DEPENDENCIES = \ + $(top_builddir)/providers/reuseable/mysql/libgda-mysql.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + am__objects_1 = gda-mysql-handler-bin.lo +@@ -467,7 +467,7 @@ libgda_mysql_la_SOURCES = \ + + libgda_mysql_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) $(LIBTOOL_PROV_EXPORT_OPTIONS) + libgda_mysql_la_LIBADD = \ +- $(top_builddir)/libgda/libgda-5.0.la \ ++ -lgda-5.0 \ + $(top_builddir)/providers/reuseable/mysql/libgda-mysql.la \ + $(COREDEPS_LIBS) $(MYSQL_LIBS) + diff --git a/databases/libgda/patches/patch-providers_mysql_gda-mysql_h b/databases/libgda/patches/patch-providers_mysql_gda-mysql_h deleted file mode 100644 index 7589b0ec98c..00000000000 --- a/databases/libgda/patches/patch-providers_mysql_gda-mysql_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_mysql_gda-mysql_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/mysql/gda-mysql.h~ 2007-04-24 21:13:17.000000000 +0000 -+++ providers/mysql/gda-mysql.h -@@ -25,7 +25,7 @@ - #if !defined(__gda_mysql_h__) - # define __gda_mysql_h__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-connection.h> - #include <libgda/gda-server-provider.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-providers_odbc_gda-odbc_h b/databases/libgda/patches/patch-providers_odbc_gda-odbc_h deleted file mode 100644 index e3d54c239f2..00000000000 --- a/databases/libgda/patches/patch-providers_odbc_gda-odbc_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_odbc_gda-odbc_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/odbc/gda-odbc.h~ 2007-04-24 21:13:17.000000000 +0000 -+++ providers/odbc/gda-odbc.h -@@ -25,7 +25,7 @@ - #if !defined(__gda_odbc_h__) - # define __gda_odbc_h__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib-object.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> diff --git a/databases/libgda/patches/patch-providers_oracle_gda-oracle_h b/databases/libgda/patches/patch-providers_oracle_gda-oracle_h deleted file mode 100644 index 748cc3adaeb..00000000000 --- a/databases/libgda/patches/patch-providers_oracle_gda-oracle_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_oracle_gda-oracle_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/oracle/gda-oracle.h~ 2007-04-24 21:13:17.000000000 +0000 -+++ providers/oracle/gda-oracle.h -@@ -31,7 +31,7 @@ - #if defined(HAVE_CONFIG_H) - #endif - --#include <glib/gmacros.h> -+#include <glib.h> - #include <libgda/gda-connection.h> - #include <libgda/gda-server-provider.h> - #include <glib/gi18n-lib.h> diff --git a/databases/libgda/patches/patch-providers_postgres_Makefile.in b/databases/libgda/patches/patch-providers_postgres_Makefile.in new file mode 100644 index 00000000000..d28724e63d6 --- /dev/null +++ b/databases/libgda/patches/patch-providers_postgres_Makefile.in @@ -0,0 +1,21 @@ +$NetBSD: patch-providers_postgres_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ + +--- providers/postgres/Makefile.in.orig 2013-10-02 11:58:55.000000000 +0000 ++++ providers/postgres/Makefile.in +@@ -100,7 +100,6 @@ am__installdirs = "$(DESTDIR)$(providerd + LTLIBRARIES = $(provider_LTLIBRARIES) + am__DEPENDENCIES_1 = + libgda_postgres_la_DEPENDENCIES = \ +- $(top_builddir)/libgda/libgda-5.0.la \ + $(top_builddir)/providers/reuseable/postgres/libgda-postgres.la \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + am_libgda_postgres_la_OBJECTS = gda-postgres-blob-op.lo \ +@@ -462,7 +461,7 @@ libgda_postgres_la_SOURCES = \ + + libgda_postgres_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) $(LIBTOOL_PROV_EXPORT_OPTIONS) + libgda_postgres_la_LIBADD = \ +- $(top_builddir)/libgda/libgda-5.0.la \ ++ -lgda-5.0 \ + $(top_builddir)/providers/reuseable/postgres/libgda-postgres.la \ + $(COREDEPS_LIBS) $(POSTGRES_LIBS) + diff --git a/databases/libgda/patches/patch-providers_postgres_gda-postgres_h b/databases/libgda/patches/patch-providers_postgres_gda-postgres_h deleted file mode 100644 index ca47c224759..00000000000 --- a/databases/libgda/patches/patch-providers_postgres_gda-postgres_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_postgres_gda-postgres_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/postgres/gda-postgres.h~ 2007-04-24 21:13:17.000000000 +0000 -+++ providers/postgres/gda-postgres.h -@@ -24,7 +24,7 @@ - #ifndef __GDA_POSTGRES_H__ - #define __GDA_POSTGRES_H__ - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> - #include "gda-postgres-provider.h" diff --git a/databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in b/databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in new file mode 100644 index 00000000000..6ce3be6a514 --- /dev/null +++ b/databases/libgda/patches/patch-providers_reuseable_mysql_Makefile.in @@ -0,0 +1,22 @@ +$NetBSD: patch-providers_reuseable_mysql_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ + +--- providers/reuseable/mysql/Makefile.in.orig 2013-10-02 11:39:08.000000000 +0000 ++++ providers/reuseable/mysql/Makefile.in +@@ -68,7 +68,7 @@ CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = + LTLIBRARIES = $(noinst_LTLIBRARIES) + am__DEPENDENCIES_1 = +-libgda_mysql_la_DEPENDENCIES = $(top_builddir)/libgda/libgda-5.0.la \ ++libgda_mysql_la_DEPENDENCIES = \ + $(am__DEPENDENCIES_1) + am_libgda_mysql_la_OBJECTS = gda-mysql-reuseable.lo \ + gda-mysql-parser.lo gda-mysql-meta.lo parser.lo +@@ -414,7 +414,7 @@ libgda_mysql_la_SOURCES = \ + mysql_token_types.h + + libgda_mysql_la_LIBADD = \ +- $(top_builddir)/libgda/libgda-5.0.la \ ++ -lgda-5.0 \ + $(COREDEPS_LIBS) + + EXTRA_DIST = $(xml_in_files) parser.y gen_def.c $(keyword_files) diff --git a/databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in b/databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in new file mode 100644 index 00000000000..bc4b0076bf1 --- /dev/null +++ b/databases/libgda/patches/patch-providers_reuseable_postgres_Makefile.in @@ -0,0 +1,22 @@ +$NetBSD: patch-providers_reuseable_postgres_Makefile.in,v 1.1 2013/10/06 19:55:38 joerg Exp $ + +--- providers/reuseable/postgres/Makefile.in.orig 2013-10-02 11:59:18.000000000 +0000 ++++ providers/reuseable/postgres/Makefile.in +@@ -69,7 +69,7 @@ CONFIG_CLEAN_VPATH_FILES = + LTLIBRARIES = $(noinst_LTLIBRARIES) + am__DEPENDENCIES_1 = + libgda_postgres_la_DEPENDENCIES = \ +- $(top_builddir)/libgda/libgda-5.0.la $(am__DEPENDENCIES_1) ++ $(am__DEPENDENCIES_1) + am_libgda_postgres_la_OBJECTS = gda-postgres-reuseable.lo \ + gda-postgres-parser.lo gda-postgres-meta.lo parser.lo + libgda_postgres_la_OBJECTS = $(am_libgda_postgres_la_OBJECTS) +@@ -414,7 +414,7 @@ libgda_postgres_la_SOURCES = \ + postgres_token_types.h + + libgda_postgres_la_LIBADD = \ +- $(top_builddir)/libgda/libgda-5.0.la \ ++ -lgda-5.0 \ + $(COREDEPS_LIBS) + + EXTRA_DIST = parser.y gen_def.c $(keyword_files) diff --git a/databases/libgda/patches/patch-providers_sqlite_gda-sqlite_h b/databases/libgda/patches/patch-providers_sqlite_gda-sqlite_h deleted file mode 100644 index 298a21af05d..00000000000 --- a/databases/libgda/patches/patch-providers_sqlite_gda-sqlite_h +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-providers_sqlite_gda-sqlite_h,v 1.1 2012/05/06 05:29:54 dholland Exp $ - -Fix build with latest glib2. - ---- providers/sqlite/gda-sqlite.h~ 2007-04-24 21:13:15.000000000 +0000 -+++ providers/sqlite/gda-sqlite.h -@@ -25,8 +25,7 @@ - #ifndef __GDA_SQLITE_H__ - #define __GDA_SQLITE_H__ - --#include <glib/gmacros.h> --#include <glib/gtypes.h> -+#include <glib.h> - #include <libgda/gda-value.h> - #include <libgda/gda-connection.h> - diff --git a/databases/libgda/patches/patch-providers_sybase_gda-sybase_h b/databases/libgda/patches/patch-providers_sybase_gda-sybase_h deleted file mode 100644 index da644d30768..00000000000 --- a/databases/libgda/patches/patch-providers_sybase_gda-sybase_h +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-providers_sybase_gda-sybase_h,v 1.1 2012/05/10 21:45:05 dholland Exp $ - -Fix build with latest glib2. - ---- providers/sybase/gda-sybase.h~ 2007-04-24 21:13:13.000000000 +0000 -+++ providers/sybase/gda-sybase.h -@@ -32,7 +32,7 @@ - # include <config.h> - #endif - --#include <glib/gmacros.h> -+#include <glib.h> - #include <glib/gi18n-lib.h> - #include <libgda/gda-server-provider.h> - #include <ctpublic.h> |