diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-03 07:17:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-03 07:17:43 +0000 |
commit | db184d008cb59ead3aaa571984e7f1c9b3d1b6b0 (patch) | |
tree | fa4970fa412a4f3038332530f090db26237b4ab9 /devel/gconf/files | |
parent | 9362c912222920e5cb0a212d10d1e3fea82aa350 (diff) | |
download | FreeBSD-ports-db184d008cb59ead3aaa571984e7f1c9b3d1b6b0.zip FreeBSD-ports-db184d008cb59ead3aaa571984e7f1c9b3d1b6b0.tar.gz |
Update to 1.0.3.
Diffstat (limited to 'devel/gconf/files')
-rw-r--r-- | devel/gconf/files/patch-backends::bdb-backend.c | 17 | ||||
-rw-r--r-- | devel/gconf/files/patch-configure | 27 | ||||
-rw-r--r-- | devel/gconf/files/patch-ltmain.sh | 18 |
3 files changed, 55 insertions, 7 deletions
diff --git a/devel/gconf/files/patch-backends::bdb-backend.c b/devel/gconf/files/patch-backends::bdb-backend.c new file mode 100644 index 0000000..bb839b4 --- /dev/null +++ b/devel/gconf/files/patch-backends::bdb-backend.c @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- backends/bdb-backend.c 2001/08/02 17:59:13 1.1 ++++ backends/bdb-backend.c 2001/08/02 18:03:23 +@@ -25,10 +25,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/gconf/files/patch-configure b/devel/gconf/files/patch-configure index 53addfa..c3381fc 100644 --- a/devel/gconf/files/patch-configure +++ b/devel/gconf/files/patch-configure @@ -1,19 +1,32 @@ ---- configure.orig Mon May 14 12:54:14 2001 -+++ configure Fri Jun 1 14:34:58 2001 -@@ -3003,4 +3003,4 @@ + +$FreeBSD$ + +--- configure.orig Thu Aug 2 20:52:33 2001 ++++ configure Thu Aug 2 20:53:12 2001 +@@ -6497,14 +6497,14 @@ + BDB_LIBS= + BDB_CFLAGS= -echo $ac_n "checking for db_env_create in -ldb-3""... $ac_c" 1>&6 --echo "configure:3006: checking for db_env_create in -ldb-3" >&5 +-echo "configure:6502: checking for db_env_create in -ldb-3" >&5 +echo $ac_n "checking for db_env_create in -ldb3""... $ac_c" 1>&6 -+echo "configure:3006: checking for db_env_create in -ldb3" >&5 ++echo "configure:6502: checking for db_env_create in -ldb3" >&5 ac_lib_var=`echo db-3'_'db_env_create | sed 'y%./+-%__p_%'` -@@ -3010,3 +3010,3 @@ + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else ac_save_LIBS="$LIBS" -LIBS="-ldb-3 $LIBS" +LIBS="-ldb3 $LIBS" cat > conftest.$ac_ext <<EOF -@@ -3038,3 +3038,3 @@ + #line 6510 "configure" + #include "confdefs.h" +@@ -6532,7 +6532,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - BDB_LIBS=-ldb-3 + BDB_LIBS=-ldb3 else + echo "$ac_t""no" 1>&6 + fi diff --git a/devel/gconf/files/patch-ltmain.sh b/devel/gconf/files/patch-ltmain.sh new file mode 100644 index 0000000..0c59421 --- /dev/null +++ b/devel/gconf/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$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" |