aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-08 03:38:58 +0800
committerpav <pav@FreeBSD.org>2005-07-08 03:38:58 +0800
commitce61e5baf519f82d22350013be47e5b10e2da4c3 (patch)
tree18a2e71d556b58b97cc624dfcdca3721ac2bc401
parent1dab7f93b4de44abc01cef65238a545f7a480c4a (diff)
downloadfreebsd-ports-gnome-ce61e5baf519f82d22350013be47e5b10e2da4c3.tar.gz
freebsd-ports-gnome-ce61e5baf519f82d22350013be47e5b10e2da4c3.tar.zst
freebsd-ports-gnome-ce61e5baf519f82d22350013be47e5b10e2da4c3.zip
- Select newest db4 if more are available. Fixes headercaching option for some
people. PR: ports/83055 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Vsevolod Stakhov <vsevolod@highsecure.ru> (maintainer)
-rw-r--r--mail/mutt-ng/files/patch-configure11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/mutt-ng/files/patch-configure b/mail/mutt-ng/files/patch-configure
index b458a002b6d2..e0d16a783efe 100644
--- a/mail/mutt-ng/files/patch-configure
+++ b/mail/mutt-ng/files/patch-configure
@@ -1,5 +1,5 @@
--- configure.orig Tue Jun 14 02:01:04 2005
-+++ configure Sat Jun 18 02:45:18 2005
++++ configure Mon Jun 20 20:13:56 2005
@@ -1774,7 +1774,7 @@
fi
@@ -9,6 +9,15 @@
# We need awk for the "check" target. The system "awk" is bad on
# some platforms.
+@@ -14028,7 +14028,7 @@
+ bdbpfx="$bdbpfx $d/$v"
+ done
+ done
+- BDB_VERSIONS="db-4 db4 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
++ BDB_VERSIONS="db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
+ echo "$as_me:$LINENO: checking for BerkeleyDB > 4.0" >&5
+ echo $ECHO_N "checking for BerkeleyDB > 4.0... $ECHO_C" >&6
+ for d in $bdbpfx; do
@@ -14037,8 +14037,8 @@
for v in / $BDB_VERSIONS; do
if test -r "$d/include/$v/db.h"; then