summaryrefslogtreecommitdiff
path: root/mail/spamassassin/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamassassin/patches/patch-ab')
-rw-r--r--mail/spamassassin/patches/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/spamassassin/patches/patch-ab b/mail/spamassassin/patches/patch-ab
index 0a6493c57c0..9e82fb683ea 100644
--- a/mail/spamassassin/patches/patch-ab
+++ b/mail/spamassassin/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.5 2003/11/03 00:56:26 heinz Exp $
+$NetBSD: patch-ab,v 1.6 2003/12/27 19:16:04 heinz Exp $
---- Makefile.PL.orig Tue Sep 16 03:05:24 2003
+--- Makefile.PL.orig Sun Nov 2 01:42:04 2003
+++ Makefile.PL
@@ -95,7 +95,7 @@ sub yesno {
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.5 2003/11/03 00:56:26 heinz Exp $
'run_razor_tests' => undef,
'destdir' => undef,
'__cruft' => undef,
-@@ -331,18 +331,20 @@ if (!defined $opt{'contact_address'}) {
+@@ -333,18 +333,20 @@ if (!defined $opt{'contact_address'}) {
}
$makefile{'macro'}{'CONTACT_ADDRESS'} = $opt{'contact_address'};
@@ -40,7 +40,7 @@ $NetBSD: patch-ab,v 1.5 2003/11/03 00:56:26 heinz Exp $
if ($opt{'run_razor_tests'}) {
open(FLAG, "> t/do_razor2");
close(FLAG);
-@@ -350,7 +352,6 @@ if ($opt{'run_razor_tests'}) {
+@@ -352,7 +354,6 @@ if ($opt{'run_razor_tests'}) {
else {
unlink("t/do_razor2");
}
@@ -48,16 +48,16 @@ $NetBSD: patch-ab,v 1.5 2003/11/03 00:56:26 heinz Exp $
# Now dump the Makefile
-@@ -744,7 +745,7 @@ sub MY::libscan {
+@@ -745,7 +746,7 @@ sub MY::libscan {
+
return q{} if $path =~ m{
- windows_install|
(^|/)CVS(/|$)|
- [/.](orig|old|rej|diff|patch|bak|backup|my)$
+ [/.](orig|old|rej|diff|patch|bak|backup|my|subst.sav)$
}ix;
clean_MY_globals($self);
-@@ -964,15 +965,16 @@ spamd/binaries.mk: spamd/configure
+@@ -965,15 +966,16 @@ spamd/binaries.mk: spamd/configure
cd spamd; ./configure --prefix="$(I_PREFIX)" --sysconfdir="$(I_SYSCONFDIR)" --datadir="$(I_DATADIR)" --enable-ssl="$(ENABLE_SSL)"
conf__install: