Date: Mon, 25 Oct 2004 11:24:34 +0400 (MSD) From: Dmitry Morozovsky <marck@FreeBSD.org> To: perl@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: mail/p5-Mail-Spamassassin and BATCH Message-ID: <20041025105643.K71414@woozle.rinet.ru>
next in thread | raw e-mail | index | archive | help
Dear colleagues,
port mail/p5-Mail-SpamAssassin 3.0.1 does not obey BATCH if system contains DBI
module.
The following (crude) patch should help.
Sincerely,
D.Marck [DM5020, MCK-RIPE, DM3-RIPN]
---------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@FreeBSD.org ***
---------------------------------------------------------------------------
--- /dev/null Mon Oct 25 11:23:03 2004
+++ files/patch-Makefile.PL Mon Oct 25 11:21:55 2004
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.PL.orig
++++ Makefile.PL
+@@ -8,7 +8,7 @@
+ use ExtUtils::MakeMaker 5.45;
+
+ use constant RUNNING_ON_WINDOWS => ($^O =~ /^(mswin|dos|os2)/oi);
+-use constant HAS_DBI => eval { require DBI; };
++use constant HAS_DBI => 0;
+
+ my @ATT_KEYS = (
+ # PLEASE READ THE FILE 'PACKAGING' FOR INFORMATION ON THESE VARIABLES.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041025105643.K71414>
