aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gconf/files
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-02-12 07:50:59 +0800
committerade <ade@FreeBSD.org>2002-02-12 07:50:59 +0800
commite739bfbc751b960d6be068f0f831843205132253 (patch)
tree8525427979509bfe8f6bc15930591ebf344d91b7 /devel/gconf/files
parent12e060013f40b709f248c14d0974ef36115997fb (diff)
downloadfreebsd-ports-graphics-e739bfbc751b960d6be068f0f831843205132253.tar.gz
freebsd-ports-graphics-e739bfbc751b960d6be068f0f831843205132253.tar.zst
freebsd-ports-graphics-e739bfbc751b960d6be068f0f831843205132253.zip
Update to 1.0.8
In addition, and this will be occuring with all ports that reference MASTER_SITE_GNOME as the primary download point, move to using bzip2 tarballs (wherever possible), and place distfile in gnome distfile subdirectory. Reviewed by: gnome (the bzip2 and moving of distfiles)
Diffstat (limited to 'devel/gconf/files')
-rw-r--r--devel/gconf/files/patch-configure15
1 files changed, 4 insertions, 11 deletions
diff --git a/devel/gconf/files/patch-configure b/devel/gconf/files/patch-configure
index 3f2e41b97fe..1e91b12da41 100644
--- a/devel/gconf/files/patch-configure
+++ b/devel/gconf/files/patch-configure
@@ -1,14 +1,7 @@
-
-$FreeBSD$
-
---- configure.orig Wed Nov 7 13:24:42 2001
-+++ configure Wed Nov 7 13:25:30 2001
-@@ -6627,7 +6627,7 @@
- BDB_CFLAGS=
-
+--- configure.orig Mon Feb 11 15:20:43 2002
++++ configure Mon Feb 11 15:22:24 2002
+@@ -8516,3 +8516,3 @@
-for dblib in db-3.3 db-3.2 db-3.1 db-3; do
+for dblib in db-3.3 db-3.2 db-3.1 db-3 db3; do
- echo $ac_n "checking for db_env_create in -l$dblib""... $ac_c" 1>&6
- echo "configure:6633: checking for db_env_create in -l$dblib" >&5
- ac_lib_var=`echo $dblib'_'db_env_create | sed 'y%./+-%__p_%'`
+ as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh`