aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-08 11:41:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-08 11:41:33 +0000
commit9bb7b739bc86394648b14feb23325259861a9cda (patch)
treee0e0a0576f376d4ac03e9ac7d9747d6335d081aa /mail/bogofilter
parent53bfb24c8987a0ea4541f8915cd99b297704c2a9 (diff)
downloadports-9bb7b739bc86394648b14feb23325259861a9cda.tar.gz
ports-9bb7b739bc86394648b14feb23325259861a9cda.zip
- Add patch to prevent build failure when a default configuration
with obsoleted options is already installed PR: ports/65322 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Reported by: Alessandro de Manzano
Notes
Notes: svn path=/head/; revision=106488
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/files/patch-src-tests-t.frame11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/bogofilter/files/patch-src-tests-t.frame b/mail/bogofilter/files/patch-src-tests-t.frame
new file mode 100644
index 000000000000..e3ec715fe0ed
--- /dev/null
+++ b/mail/bogofilter/files/patch-src-tests-t.frame
@@ -0,0 +1,11 @@
+--- bogofilter/src/tests/t.frame~ Mon Dec 8 23:35:11 2003
++++ bogofilter/src/tests/t.frame Thu Apr 8 13:08:38 2004
+@@ -32,7 +32,7 @@
+ export _POSIX2_VERSION
+
+ # Obtain data base file suffix
+-DB_NAME=`$BOGOFILTER -V 2>&1 | sed -n '2p;'`
++DB_NAME=`$BOGOFILTER -C -V 2>&1 | sed -n '2p;'`
+ case $DB_NAME in
+ *BerkeleyDB*) DB_EXT=db ;;
+ *QDBM*) DB_EXT=qdbm ;;