summaryrefslogtreecommitdiff
path: root/mail/spamassassin/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamassassin/patches/patch-al')
-rw-r--r--mail/spamassassin/patches/patch-al14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/spamassassin/patches/patch-al b/mail/spamassassin/patches/patch-al
deleted file mode 100644
index e1508aae325..00000000000
--- a/mail/spamassassin/patches/patch-al
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-al,v 1.4 2003/11/03 00:56:26 heinz Exp $
-
---- tools/check_whitelist.orig Thu Dec 19 20:05:01 2002
-+++ tools/check_whitelist
-@@ -5,7 +5,8 @@ use Fcntl;
-
- # must match line at top of lib/Mail/SpamAssassin/DBBasedAddrList.pm.
- # now off until 3.0
--# BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
-+# Pkgsrc: enable following line because BayesStore.pm already broke the rule
-+BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
-
- use AnyDBM_File ;
- use vars qw( %h $k $v ) ;