summaryrefslogtreecommitdiff
path: root/databases/gnome-db/files
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gnome-db/files')
-rw-r--r--databases/gnome-db/files/patch-configure23
-rw-r--r--databases/gnome-db/files/patch-idl::Makefile.in14
-rw-r--r--databases/gnome-db/files/patch-ltmain.sh18
-rw-r--r--databases/gnome-db/files/patch-po::Makefile.in.in7
4 files changed, 0 insertions, 62 deletions
diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure
deleted file mode 100644
index 7421be776293..000000000000
--- a/databases/gnome-db/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Mon Aug 13 11:48:19 2001
-+++ configure Mon Aug 13 11:49:44 2001
-@@ -17257,7 +17257,7 @@
- fi
- fi
-
--if test $perl_val == true; then
-+if [ $perl_val = true ]; then
- WITH_PERL_TRUE=
- WITH_PERL_FALSE='#'
- else
-@@ -17269,7 +17269,7 @@
- GNOMEDB_LIBS="`gda-config --libs client` `gnome-config --libs xml oaf bonobox print`"
- GNOMEDB_CFLAGS="${GNOMEDB_CFLAGS} -DGNOMELOCALEDIR=\\\"${datadir}/locale\\\""
-
--GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
-+GNOMEDB_oafdir="${prefix}/share/gnome/oaf"
-
- ac_config_files="$ac_config_files Makefile gnome-db.spec macros/Makefile po/Makefile.in doc/Makefile doc/C/Makefile doc/C/reference/Makefile doc/es/Makefile doc/it/Makefile doc/pt_BR/Makefile intl/Makefile idl/Makefile lib/Makefile components/Makefile tools/Makefile tools/gnomedb-config tools/rolodex/Makefile manager/Makefile frontend/Makefile builder/Makefile ui/Makefile stamp.h"
- ac_config_commands="$ac_config_commands default"
diff --git a/databases/gnome-db/files/patch-idl::Makefile.in b/databases/gnome-db/files/patch-idl::Makefile.in
deleted file mode 100644
index da60a4cfbf63..000000000000
--- a/databases/gnome-db/files/patch-idl::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- idl/Makefile.in 2001/07/26 14:06:24 1.1
-+++ idl/Makefile.in 2001/07/26 14:06:37
-@@ -153,7 +153,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/gnome-db/files/patch-ltmain.sh b/databases/gnome-db/files/patch-ltmain.sh
deleted file mode 100644
index 0c594216b0e1..000000000000
--- a/databases/gnome-db/files/patch-ltmain.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/07/23 09:45:58 1.1
-+++ ltmain.sh 2001/07/23 09:46:28
-@@ -4175,10 +4175,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/databases/gnome-db/files/patch-po::Makefile.in.in b/databases/gnome-db/files/patch-po::Makefile.in.in
deleted file mode 100644
index 490f48af9f3f..000000000000
--- a/databases/gnome-db/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- po/Makefile.in.in.orig Fri Jun 15 15:38:54 2001
-+++ po/Makefile.in.in Tue Jun 19 02:37:06 2001
-@@ -25,3 +25,3 @@
- datadir = @datadir@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gettextsrcdir = $(datadir)/gettext/po