summaryrefslogtreecommitdiff
path: root/mail/avenger/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-25 14:05:31 +0000
committerrillig <rillig@pkgsrc.org>2006-10-25 14:05:31 +0000
commitf0fffdff5223525a49b8dd6ffb17c325a37f4468 (patch)
tree91f8feb8d0dab8160a4dfa8ef5c630fe691a8beb /mail/avenger/patches
parent926f5c78df1efc2d127f41158209ac74c0678b7c (diff)
downloadpkgsrc-f0fffdff5223525a49b8dd6ffb17c325a37f4468.tar.gz
Imported avenger.
Mail Avenger is a highly-configurable, MTA-independent SMTP server daemon. It lets users run messages through filters like ClamAV and SpamAssassin during SMTP transactions, so the server can reject mail before assuming responsibility for its delivery. Other unique features include TCP SYN fingerprint and network route recording, verification of sender addresses through SMTP callbacks, SPF (sender policy framework) as a general policy language, qmail-style control over both SMTP-level behavior and local delivery of extension addresses, mail-bomb protection, integration with kernel firewalls, and more.
Diffstat (limited to 'mail/avenger/patches')
-rw-r--r--mail/avenger/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/avenger/patches/patch-aa b/mail/avenger/patches/patch-aa
new file mode 100644
index 00000000000..0e8aad63f8f
--- /dev/null
+++ b/mail/avenger/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/10/25 14:05:31 rillig Exp $
+
+--- configure.orig 2006-10-23 13:49:50.000000000 +0200
++++ configure 2006-10-23 13:57:09.000000000 +0200
+@@ -27069,9 +27069,10 @@ test -z "${with_db+set}" && with_db=yes
+
+ echo "$as_me:$LINENO: checking for BerkeleyDB library" >&5
+ echo $ECHO_N "checking for BerkeleyDB library... $ECHO_C" >&6
+-if test "$DB_DIR" -a "$with_db" = yes; then
+- CPPFLAGS="$CPPFLAGS "'-I$(top_builddir)/'"$DB_DIR/dist"
+- DB_LIB='$(top_builddir)/'"$DB_DIR/dist/.libs/libdb-*.a"
++if true; then
++ # let's cheat a bit -- the detection is much too complicated.
++ DB_DIR="${prefix}"
++ DB_LIB="-ldb4"
+ echo "$as_me:$LINENO: result: using distribution in $DB_DIR subdirectory" >&5
+ echo "${ECHO_T}using distribution in $DB_DIR subdirectory" >&6
+ elif test x"$with_db" != xno; then