summaryrefslogtreecommitdiffstats
path: root/devel/gconf2/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gconf2/files')
-rw-r--r--devel/gconf2/files/patch-ab11
-rw-r--r--devel/gconf2/files/patch-backends::bdb-backend.c17
-rw-r--r--devel/gconf2/files/patch-configure22
-rw-r--r--devel/gconf2/files/patch-gconf::gconf-internals.c15
4 files changed, 65 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab
new file mode 100644
index 000000000..6f25900e7
--- /dev/null
+++ b/devel/gconf2/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Sun Aug 4 22:38:39 2002
++++ Makefile.in Sun Aug 4 22:39:52 2002
+@@ -35,7 +35,7 @@
+ DESTDIR =
+
+ pkgdatadir = $(datadir)/@PACKAGE@
+-pkglibdir = $(libdir)/@PACKAGE@
++pkglibdir = $(prefix)/libdata/pkgconfig
+ pkgincludedir = $(includedir)/@PACKAGE@
+
+ top_builddir = .
diff --git a/devel/gconf2/files/patch-backends::bdb-backend.c b/devel/gconf2/files/patch-backends::bdb-backend.c
new file mode 100644
index 000000000..5eb86a774
--- /dev/null
+++ b/devel/gconf2/files/patch-backends::bdb-backend.c
@@ -0,0 +1,17 @@
+
+$FreeBSD: ports/devel/gconf2/files/patch-backends::bdb-backend.c,v 1.2 2002/02/16 09:13:28 sobomax Exp $
+
+--- backends/bdb-backend.c 2002/02/15 19:10:46 1.1
++++ backends/bdb-backend.c 2002/02/15 19:11:25
+@@ -29,10 +29,9 @@
+ #include <gconf/gconf-internals.h>
+ #include <gconf/gconf.h>
+
++#include "config.h"
+ #include "bdb.h"
+ #include "dir-utils.h"
+-
+-#include <db.h>
+
+ #include <stdio.h>
+ #include <time.h>
diff --git a/devel/gconf2/files/patch-configure b/devel/gconf2/files/patch-configure
new file mode 100644
index 000000000..d2f41ed8f
--- /dev/null
+++ b/devel/gconf2/files/patch-configure
@@ -0,0 +1,22 @@
+
+$FreeBSD: ports/devel/gconf2/files/patch-configure,v 1.6 2002/04/26 09:30:55 sobomax Exp $
+
+--- configure.orig Fri Apr 26 12:18:08 2002
++++ configure Fri Apr 26 12:18:36 2002
+@@ -6797,6 +6797,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'
+@@ -7513,7 +7514,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+
+- for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3"; do
++ for db3libs in "-ldb-3.3" "-ldb-3.2" "-ldb-3.1" "-ldb-3" "-ldb3"; do
+ if test "x${with_db3_libs}" != "x"; then
+ LIBS="$LIBS -L$with_db3_libs $db3libs"
+ else
diff --git a/devel/gconf2/files/patch-gconf::gconf-internals.c b/devel/gconf2/files/patch-gconf::gconf-internals.c
new file mode 100644
index 000000000..9ba0e7f6f
--- /dev/null
+++ b/devel/gconf2/files/patch-gconf::gconf-internals.c
@@ -0,0 +1,15 @@
+
+$FreeBSD: ports/devel/gconf2/files/patch-gconf::gconf-internals.c,v 1.2 2002/02/16 09:13:28 sobomax Exp $
+
+--- gconf/gconf-internals.c 2002/02/15 19:13:07 1.1
++++ gconf/gconf-internals.c 2002/02/15 19:13:32
+@@ -26,6 +26,9 @@
+ #include <string.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
++#include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <stdio.h>