diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:38:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-11 11:38:50 +0000 |
commit | 73a1598250f230f5a858dde55e0b4af7bd4bf473 (patch) | |
tree | 4062affec90322a40558308ce11872a8ceffd12b /databases/libgda3 | |
parent | 9139404a77f2254a9dc865063c2cc9d714700fee (diff) | |
download | ports-73a1598250f230f5a858dde55e0b4af7bd4bf473.tar.gz ports-73a1598250f230f5a858dde55e0b4af7bd4bf473.zip |
Notes
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 116 | ||||
-rw-r--r-- | databases/libgda3/distinfo | 2 | ||||
-rw-r--r-- | databases/libgda3/files/patch-configure | 12 | ||||
-rw-r--r-- | databases/libgda3/pkg-descr | 19 | ||||
-rw-r--r-- | databases/libgda3/pkg-plist | 213 |
5 files changed, 0 insertions, 362 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile deleted file mode 100644 index e1b315de26fc..000000000000 --- a/databases/libgda3/Makefile +++ /dev/null @@ -1,116 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/databases/libgda3/Makefile,v 1.11 2008/03/01 02:35:38 mezz Exp $ - -PORTNAME= libgda3 -PORTVERSION?= 3.0.4 -PORTREVISION?= 2 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:R} -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Provides uniform access to different kinds of data sources - -USE_BZIP2= yes -LIBGDA3_SLAVE?= no - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt - -USE_AUTOTOOLS= libtool -USE_GCC= any -USES= gettext pkgconfig -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-bdb --without-sybase -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" -CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${LIBGDA3_SLAVE}=="no" -MAN1= gda-config-tool-3.0.1 -MAN5= gda-config-3.0.5 -.else -USE_GNOME+= libgda3 -.endif - -PLIST_SUB= VERSION=${PORTVERSION:R} - -.if ${LIBGDA3_SLAVE}=="mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${LIBGDA3_SLAVE}=="postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-postgres -.endif - -.if ${LIBGDA3_SLAVE}=="ldap" -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${LIBGDA3_SLAVE}=="firebird" -LIB_DEPENDS+= libgds.so:${PORTSDIR}/databases/firebird20-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-firebird -.endif - -.if ${LIBGDA3_SLAVE}=="freetds" -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -LIB_DEPENDS+= libtds.so:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-tds -.endif - -.if ${LIBGDA3_SLAVE}=="mdb" -LIB_DEPENDS+= libmdbsql.so:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - -.if ${LIBGDA3_SLAVE}=="odbc" -LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-odbc -.endif - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure -.for d in fts1.c fts1_porter.c fts1_tokenizer1.c - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \ - ${WRKSRC}/providers/sqlite/sqlite-src/${d} -.endfor -.if ${LIBGDA3_SLAVE}!="no" -. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres - @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/|${LOCALBASE}/lib/|g' \ - ${WRKSRC}/providers/${d}/Makefile.in -. endfor -.endif - -.include <bsd.port.post.mk> -.endif diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo deleted file mode 100644 index 7aca68c5d46c..000000000000 --- a/databases/libgda3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libgda-3.0.4.tar.bz2) = 3f9d75e9bc50610bf6033863b79265c7c9c702323b918caf90eb3923f971da48 -SIZE (gnome2/libgda-3.0.4.tar.bz2) = 2908854 diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure deleted file mode 100644 index 23dded5f5ca9..000000000000 --- a/databases/libgda3/files/patch-configure +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2008-01-31 22:16:42.000000000 +0100 -+++ configure 2008-01-31 22:19:04.000000000 +0100 -@@ -24065,6 +24065,9 @@ echo "$as_me: WARNING: Postgres backend - elif test -f ${postgresdir}/include/postgresql/7.4/libpq-fe.h - then - POSTGRES_CFLAGS=-I${postgresdir}/include/7.4/postgresql -+ elif test -f ${postgresdir}/include/postgresql/server/server/c.h -+ then -+ POSTGRES_CFLAGS=-I${postgresdir}/include/postgresql - else - { echo "$as_me:$LINENO: WARNING: Postgres include files not found" >&5 - echo "$as_me: WARNING: Postgres include files not found" >&2;} diff --git a/databases/libgda3/pkg-descr b/databases/libgda3/pkg-descr deleted file mode 100644 index 12eb57b5ed9b..000000000000 --- a/databases/libgda3/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -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 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. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist deleted file mode 100644 index 8a1b885efa00..000000000000 --- a/databases/libgda3/pkg-plist +++ /dev/null @@ -1,213 +0,0 @@ -bin/gda-author-dict-file-%%VERSION%% -bin/gda-config-tool-%%VERSION%% -bin/gda-diagnose-%%VERSION%% -bin/gda-inspect-dict-file-%%VERSION%% -bin/gda-list-config-%%VERSION%% -bin/gda-report-test-%%VERSION%% -bin/gda-run-%%VERSION%% -bin/gda-test-connection-%%VERSION%% -etc/libgda-%%VERSION%%/config -etc/libgda-%%VERSION%%/sales_test.db -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-detail.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-label.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pagefooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-pageheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-repfield.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-report.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportfooter.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-reportheader.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item-sqlquery.h -include/libgda-%%VERSION%%/libgda-report/gda-report-item.h -include/libgda-%%VERSION%%/libgda-report/gda-report-result.h -include/libgda-%%VERSION%%/libgda-report/gda-report-types.h -include/libgda-%%VERSION%%/libgda-report/gda-report-valid.h -include/libgda-%%VERSION%%/libgda-report/gda-report.h -include/libgda-%%VERSION%%/libgda/gda-blob-op.h -include/libgda-%%VERSION%%/libgda/gda-client.h -include/libgda-%%VERSION%%/libgda/gda-column-index.h -include/libgda-%%VERSION%%/libgda/gda-column.h -include/libgda-%%VERSION%%/libgda/gda-command.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection-event.h -include/libgda-%%VERSION%%/libgda/gda-connection-private.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h -include/libgda-%%VERSION%%/libgda/gda-data-handler.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-filter-sql.h -include/libgda-%%VERSION%%/libgda/gda-data-model-hash.h -include/libgda-%%VERSION%%/libgda/gda-data-model-import.h -include/libgda-%%VERSION%%/libgda/gda-data-model-index.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h -include/libgda-%%VERSION%%/libgda/gda-data-model-private.h -include/libgda-%%VERSION%%/libgda/gda-data-model-query.h -include/libgda-%%VERSION%%/libgda/gda-data-model-row.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-data-proxy.h -include/libgda-%%VERSION%%/libgda/gda-decl.h -include/libgda-%%VERSION%%/libgda/gda-dict-aggregate.h -include/libgda-%%VERSION%%/libgda/gda-dict-constraint.h -include/libgda-%%VERSION%%/libgda/gda-dict-database.h -include/libgda-%%VERSION%%/libgda/gda-dict-field.h -include/libgda-%%VERSION%%/libgda/gda-dict-function.h -include/libgda-%%VERSION%%/libgda/gda-dict-private.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-aggregates.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-functions.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-queries.h -include/libgda-%%VERSION%%/libgda/gda-dict-reg-types.h -include/libgda-%%VERSION%%/libgda/gda-dict-table.h -include/libgda-%%VERSION%%/libgda/gda-dict-type.h -include/libgda-%%VERSION%%/libgda/gda-dict.h -include/libgda-%%VERSION%%/libgda/gda-entity-field.h -include/libgda-%%VERSION%%/libgda/gda-entity.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-enums.h -include/libgda-%%VERSION%%/libgda/gda-graphviz.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-object-ref.h -include/libgda-%%VERSION%%/libgda/gda-object.h -include/libgda-%%VERSION%%/libgda/gda-parameter-list.h -include/libgda-%%VERSION%%/libgda/gda-parameter-util.h -include/libgda-%%VERSION%%/libgda/gda-parameter.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-query-condition.h -include/libgda-%%VERSION%%/libgda/gda-query-field-agg.h -include/libgda-%%VERSION%%/libgda/gda-query-field-all.h -include/libgda-%%VERSION%%/libgda/gda-query-field-field.h -include/libgda-%%VERSION%%/libgda/gda-query-field-func.h -include/libgda-%%VERSION%%/libgda/gda-query-field-value.h -include/libgda-%%VERSION%%/libgda/gda-query-field.h -include/libgda-%%VERSION%%/libgda/gda-query-join.h -include/libgda-%%VERSION%%/libgda/gda-query-object.h -include/libgda-%%VERSION%%/libgda/gda-query-parsing.h -include/libgda-%%VERSION%%/libgda/gda-query-private.h -include/libgda-%%VERSION%%/libgda/gda-query-target.h -include/libgda-%%VERSION%%/libgda/gda-query.h -include/libgda-%%VERSION%%/libgda/gda-referer.h -include/libgda-%%VERSION%%/libgda/gda-renderer.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-server-operation.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-threader.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xml-storage.h -include/libgda-%%VERSION%%/libgda/graph/gda-dict-reg-graphs.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph-item.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph-query.h -include/libgda-%%VERSION%%/libgda/graph/gda-graph.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/libsql/sql_parser.h -include/libgda-%%VERSION%%/sql-delimiter/gda-sql-delimiter.h -lib/libgda-%%VERSION%%.a -lib/libgda-%%VERSION%%.la -lib/libgda-%%VERSION%%.so -lib/libgda-%%VERSION%%.so.3 -lib/libgda-%%VERSION%%/providers/libgda-sqlite.a -lib/libgda-%%VERSION%%/providers/libgda-sqlite.la -lib/libgda-%%VERSION%%/providers/libgda-sqlite.so -lib/libgda-report-%%VERSION%%.a -lib/libgda-report-%%VERSION%%.la -lib/libgda-report-%%VERSION%%.so -lib/libgda-report-%%VERSION%%.so.3 -lib/libgdasql-%%VERSION%%.a -lib/libgdasql-%%VERSION%%.la -lib/libgdasql-%%VERSION%%.so -lib/libgdasql-%%VERSION%%.so.3 -libdata/pkgconfig/libgda-%%VERSION%%.pc -libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc -share/libgda-%%VERSION%%/dtd/libgda-array.dtd -share/libgda-%%VERSION%%/dtd/libgda-dict.dtd -share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd -share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd -share/libgda-%%VERSION%%/sqlite_specs_add_column.xml -share/libgda-%%VERSION%%/sqlite_specs_create_db.xml -share/libgda-%%VERSION%%/sqlite_specs_create_index.xml -share/libgda-%%VERSION%%/sqlite_specs_create_table.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_db.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml -share/libgda-%%VERSION%%/sqlite_specs_dsn.xml -share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml -share/libgda-%%VERSION%%/xml/gda-report-result.dtd -share/libgda-%%VERSION%%/xml/gda-report.dtd -share/libgda-%%VERSION%%/xml/gda-xml-query.dtd -share/libgda-%%VERSION%%/xml/gda-xml-query.xsl -share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo -@dirrm share/libgda-%%VERSION%%/xml -@dirrm share/libgda-%%VERSION%%/dtd -@dirrm share/libgda-%%VERSION%%/ -@dirrm lib/libgda-%%VERSION%%/providers -@dirrm lib/libgda-%%VERSION%% -@dirrm include/libgda-%%VERSION%%/sql-delimiter -@dirrm include/libgda-%%VERSION%%/libsql -@dirrm include/libgda-%%VERSION%%/libgda/handlers -@dirrm include/libgda-%%VERSION%%/libgda/graph -@dirrm include/libgda-%%VERSION%%/libgda -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrm include/libgda-%%VERSION%% -@dirrmtry etc/libgda-%%VERSION%% -@comment lib/libgda-%%VERSION%%/providers/ -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz |