diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-25 15:32:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-25 15:32:41 +0800 |
commit | 7190dc02ba7955c33b7a59c07b3a7801a4aec5b1 (patch) | |
tree | 3b19078158e3541c582c446c25583e57177ca163 /databases | |
parent | f1c0fee9a50f935738aa6b7deb75deb7db8ba8b9 (diff) | |
download | freebsd-ports-gnome-7190dc02ba7955c33b7a59c07b3a7801a4aec5b1.tar.gz freebsd-ports-gnome-7190dc02ba7955c33b7a59c07b3a7801a4aec5b1.tar.zst freebsd-ports-gnome-7190dc02ba7955c33b7a59c07b3a7801a4aec5b1.zip |
Nuke gnomedb2 in favor of mergeant.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnomedb2/Makefile | 37 | ||||
-rw-r--r-- | databases/gnomedb2/distinfo | 1 | ||||
-rw-r--r-- | databases/gnomedb2/files/patch-configure | 29 | ||||
-rw-r--r-- | databases/gnomedb2/files/patch-idl::Makefile.in | 11 | ||||
-rw-r--r-- | databases/gnomedb2/files/patch-lib_Makefile.in | 11 | ||||
-rw-r--r-- | databases/gnomedb2/pkg-comment | 1 | ||||
-rw-r--r-- | databases/gnomedb2/pkg-descr | 8 | ||||
-rw-r--r-- | databases/gnomedb2/pkg-plist | 117 |
8 files changed, 0 insertions, 215 deletions
diff --git a/databases/gnomedb2/Makefile b/databases/gnomedb2/Makefile deleted file mode 100644 index 78cbc4b13628..000000000000 --- a/databases/gnomedb2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomedb2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomedb2 -PORTVERSION= 0.8.192 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-db/0.8 -DISTNAME= gnome-db-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= gnomedb-2.1:${PORTSDIR}/databases/libgnomedb - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack -USE_PERL5= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/databases/gnomedb2/distinfo b/databases/gnomedb2/distinfo deleted file mode 100644 index ac92d48554b5..000000000000 --- a/databases/gnomedb2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gnome-db-0.8.192.tar.bz2) = 5f5892836751ae82043cdd7f89d32226 diff --git a/databases/gnomedb2/files/patch-configure b/databases/gnomedb2/files/patch-configure deleted file mode 100644 index cbcb925bf41b..000000000000 --- a/databases/gnomedb2/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Tue May 21 12:06:21 2002 -+++ configure Mon Jun 3 00:24:38 2002 -@@ -8082,6 +8082,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10568,8 +10569,7 @@ - PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` - PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` - PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` -- PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` -- -+ PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` - - - -@@ -10589,7 +10589,7 @@ - - - --if test $perl_val == true; then -+if test $perl_val = true; then - WITH_PERL_TRUE= - WITH_PERL_FALSE='#' - else diff --git a/databases/gnomedb2/files/patch-idl::Makefile.in b/databases/gnomedb2/files/patch-idl::Makefile.in deleted file mode 100644 index 6b6f9a249a7c..000000000000 --- a/databases/gnomedb2/files/patch-idl::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- idl/Makefile.in.orig Sun Jun 2 23:17:56 2002 -+++ idl/Makefile.in Sun Jun 2 23:17:42 2002 -@@ -137,7 +137,7 @@ - EXTRA_DIST = $(IDL_FILES) - - --idldir = $(prefix)/share/idl -+idldir = $(prefix)/share/gnome/idl - idl_DATA = $(IDL_FILES) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/databases/gnomedb2/files/patch-lib_Makefile.in b/databases/gnomedb2/files/patch-lib_Makefile.in deleted file mode 100644 index ad41b375b5a8..000000000000 --- a/databases/gnomedb2/files/patch-lib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig Mon Jun 3 00:45:03 2002 -+++ lib/Makefile.in Mon Jun 3 00:46:10 2002 -@@ -133,7 +133,7 @@ - - noinst_LTLIBRARIES = libgnomedbfe-2.la - --INCLUDES = $(GNOMEDB_CFLAGS) -DGNOMEDB_PIXMAPDIR=\""$(datadir)/pixmaps/libgnomedb"\" -DGNOMEDB_DATADIR=\""$(datadir)"\" -DGNOMEDB_GLADEDIR=\""$(datadir)/share/gnome-db/glade"\" -DGNOMEDB_LOCALEDIR=\""$(datair)/locale"\" -+INCLUDES = $(GNOMEDB_CFLAGS) -DGNOMEDB_PIXMAPDIR=\""$(datadir)/pixmaps/libgnomedb"\" -DGNOMEDB_DATADIR=\""$(datadir)"\" -DGNOMEDB_GLADEDIR=\""$(datadir)/gnome-db/glade"\" -DGNOMEDB_LOCALEDIR=\""$(datair)/locale"\" - - - idlfiles = $(top_builddir)/idl/GNOME_Database_UI.idl diff --git a/databases/gnomedb2/pkg-comment b/databases/gnomedb2/pkg-comment deleted file mode 100644 index e61986f6e753..000000000000 --- a/databases/gnomedb2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Provide uniform access to data sources for the GNOME 2.0 environment diff --git a/databases/gnomedb2/pkg-descr b/databases/gnomedb2/pkg-descr deleted file mode 100644 index ff86e957f3de..000000000000 --- a/databases/gnomedb2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -gnome-db can be considered as an extension of the libgda project. - -Its aims are the same: to provide universal data source access for -client applications, as well as development tools and libraries -for doing so. gnome-db; is an extension to libgda; because it adds -support to the architecture for the GNOME project. - -WWW: http://www.gnome-db.org/ diff --git a/databases/gnomedb2/pkg-plist b/databases/gnomedb2/pkg-plist deleted file mode 100644 index a734106a1b13..000000000000 --- a/databases/gnomedb2/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -bin/gnome-db -bin/gnome-db-components -libdata/bonobo/servers/GNOME_Database_UIComponents.server -share/gnome/applications/gnome-db.desktop -share/gnome/gnome-2.0/ui/gnome-db-database.xml -share/gnome/gnome-2.0/ui/gnome-db-manager.xml -share/gnome/gnome-2.0/ui/gnome-db.xml -share/gnome/gnome-db/glade/connection-properties.glade -share/gnome/help/gnome-db/C/a302.html -share/gnome/help/gnome-db/C/c244.html -share/gnome/help/gnome-db/C/c262.html -share/gnome/help/gnome-db/C/c293.html -share/gnome/help/gnome-db/C/c51.html -share/gnome/help/gnome-db/C/c73.html -share/gnome/help/gnome-db/C/c77.html -share/gnome/help/gnome-db/C/index.html -share/gnome/help/gnome-db/C/topic.dat -share/gnome/help/gnome-db/C/x150.html -share/gnome/help/gnome-db/C/x272.html -share/gnome/help/gnome-db/C/x324.html -share/gnome/help/gnome-db/C/x350.html -share/gnome/help/gnome-db/C/x356.html -share/gnome/help/gnome-db/C/x369.html -share/gnome/help/gnome-db/C/x477.html -share/gnome/help/gnome-db/C/x491.html -share/gnome/help/gnome-db/C/x496.html -share/gnome/help/gnome-db/C/x504.html -share/gnome/help/gnome-db/C/x510.html -share/gnome/help/gnome-db/C/x514.html -share/gnome/help/gnome-db/C/x522.html -share/gnome/help/gnome-db/es/c247.html -share/gnome/help/gnome-db/es/c265.html -share/gnome/help/gnome-db/es/c296.html -share/gnome/help/gnome-db/es/c56.html -share/gnome/help/gnome-db/es/c77.html -share/gnome/help/gnome-db/es/c81.html -share/gnome/help/gnome-db/es/index.html -share/gnome/help/gnome-db/es/topic.dat -share/gnome/help/gnome-db/es/x153.html -share/gnome/help/gnome-db/es/x275.html -share/gnome/help/gnome-db/it/a314.html -share/gnome/help/gnome-db/it/c257.html -share/gnome/help/gnome-db/it/c274.html -share/gnome/help/gnome-db/it/c305.html -share/gnome/help/gnome-db/it/c64.html -share/gnome/help/gnome-db/it/c86.html -share/gnome/help/gnome-db/it/c90.html -share/gnome/help/gnome-db/it/index.html -share/gnome/help/gnome-db/it/topic.dat -share/gnome/help/gnome-db/it/x163.html -share/gnome/help/gnome-db/it/x284.html -share/gnome/help/gnome-db/it/x336.html -share/gnome/help/gnome-db/it/x362.html -share/gnome/help/gnome-db/it/x368.html -share/gnome/help/gnome-db/it/x381.html -share/gnome/help/gnome-db/it/x489.html -share/gnome/help/gnome-db/it/x503.html -share/gnome/help/gnome-db/it/x508.html -share/gnome/help/gnome-db/it/x516.html -share/gnome/help/gnome-db/it/x522.html -share/gnome/help/gnome-db/it/x526.html -share/gnome/help/gnome-db/it/x534.html -share/gnome/help/gnome-db/pt_BR/c174.html -share/gnome/help/gnome-db/pt_BR/c186.html -share/gnome/help/gnome-db/pt_BR/c212.html -share/gnome/help/gnome-db/pt_BR/c48.html -share/gnome/help/gnome-db/pt_BR/c65.html -share/gnome/help/gnome-db/pt_BR/c69.html -share/gnome/help/gnome-db/pt_BR/index.html -share/gnome/help/gnome-db/pt_BR/topic.dat -share/gnome/help/gnome-db/pt_BR/x121.html -share/gnome/help/gnome-db/pt_BR/x195.html -share/gnome/idl/GNOME_Database_UI.idl -share/locale/az/LC_MESSAGES/gnomedb-2.mo -share/locale/ca/LC_MESSAGES/gnomedb-2.mo -share/locale/da/LC_MESSAGES/gnomedb-2.mo -share/locale/de/LC_MESSAGES/gnomedb-2.mo -share/locale/el/LC_MESSAGES/gnomedb-2.mo -share/locale/es/LC_MESSAGES/gnomedb-2.mo -share/locale/fi/LC_MESSAGES/gnomedb-2.mo -share/locale/fr/LC_MESSAGES/gnomedb-2.mo -share/locale/ga/LC_MESSAGES/gnomedb-2.mo -share/locale/gl/LC_MESSAGES/gnomedb-2.mo -share/locale/hu/LC_MESSAGES/gnomedb-2.mo -share/locale/it/LC_MESSAGES/gnomedb-2.mo -share/locale/ja/LC_MESSAGES/gnomedb-2.mo -share/locale/ko/LC_MESSAGES/gnomedb-2.mo -share/locale/lv/LC_MESSAGES/gnomedb-2.mo -share/locale/ms/LC_MESSAGES/gnomedb-2.mo -share/locale/nl/LC_MESSAGES/gnomedb-2.mo -share/locale/nn/LC_MESSAGES/gnomedb-2.mo -share/locale/no/LC_MESSAGES/gnomedb-2.mo -share/locale/pl/LC_MESSAGES/gnomedb-2.mo -share/locale/pt/LC_MESSAGES/gnomedb-2.mo -share/locale/pt_BR/LC_MESSAGES/gnomedb-2.mo -share/locale/ro/LC_MESSAGES/gnomedb-2.mo -share/locale/ru/LC_MESSAGES/gnomedb-2.mo -share/locale/sk/LC_MESSAGES/gnomedb-2.mo -share/locale/sl/LC_MESSAGES/gnomedb-2.mo -share/locale/sv/LC_MESSAGES/gnomedb-2.mo -share/locale/ta/LC_MESSAGES/gnomedb-2.mo -share/locale/tr/LC_MESSAGES/gnomedb-2.mo -share/locale/uk/LC_MESSAGES/gnomedb-2.mo -share/locale/vi/LC_MESSAGES/gnomedb-2.mo -share/locale/zh_CN/LC_MESSAGES/gnomedb-2.mo -share/locale/zh_TW/LC_MESSAGES/gnomedb-2.mo -@dirrm share/gnome/help/gnome-db/pt_BR/images -@dirrm share/gnome/help/gnome-db/pt_BR -@dirrm share/gnome/help/gnome-db/it/images -@dirrm share/gnome/help/gnome-db/it -@dirrm share/gnome/help/gnome-db/es/images -@dirrm share/gnome/help/gnome-db/es -@dirrm share/gnome/help/gnome-db/C/images -@dirrm share/gnome/help/gnome-db/C -@dirrm share/gnome/help/gnome-db -@dirrm share/gnome/gnome-db/glade -@dirrm share/gnome/gnome-db |