Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Thu, 29 Aug 2002 11:49:50 -0400
From: Jason Tishler <jason@tishler.net>
Subject: Re: SpamAssassin under Cygwin
In-reply-to: <Pine.CYG.4.44.0205280723430.1480-100000@gateway.GEORGE.CO.UK>
To: Jim George <jim.george@blueyonder.co.uk>
Cc: cygwin@cygwin.com
Mail-followup-to: Jim George <jim.george@blueyonder.co.uk>, cygwin@cygwin.com
Message-id: <20020829154950.GA1356@tishler.net>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_CEn5bv8QXCAACnAcGRfARQ)"
User-Agent: Mutt/1.4i
References: <Pine.CYG.4.44.0205280723430.1480-100000@gateway.GEORGE.CO.UK>

--Boundary_(ID_CEn5bv8QXCAACnAcGRfARQ)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline

On Tue, May 28, 2002 at 07:27:04AM +0100, Jim.George wrote:
> I've just downloaded/installed SpamAssassin in Cygwin.  Nothing could
> have been easier, only one change to the Makefile as someone had
> forgotten the '.exe. extension.

Do you have a proper patch (to Makefile.PL instead of Makefile) for the
above?  BTW, I needed the attached patch to install under /usr/local
instead of /usr.

Thanks,
Jason

--Boundary_(ID_CEn5bv8QXCAACnAcGRfARQ)
Content-type: text/plain; charset=us-ascii; NAME=spamassassin.raw.diff
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=spamassassin.raw.diff

--- spamassassin.raw.orig	2002-08-29 10:53:34.000000000 -0400
+++ spamassassin.raw	2002-08-29 10:53:45.000000000 -0400
@@ -19,7 +19,7 @@ BEGIN {
 
   if ($^O eq 'MacOS') {
     $slash = ':'; $dirtrailer = ':';
-  } elsif ($^O =~ /(win|os2)/) {
+  } elsif ($^O =~ /(win|os2)/ && $^O ne 'cygwin') {
     $slash = '\\';
   }
 


--Boundary_(ID_CEn5bv8QXCAACnAcGRfARQ)
Content-Type: text/plain; charset=us-ascii

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
--Boundary_(ID_CEn5bv8QXCAACnAcGRfARQ)--
