Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 29 Aug 2002 11:49:50 -0400 From: Jason Tishler Subject: Re: SpamAssassin under Cygwin In-reply-to: To: Jim George Cc: cygwin AT cygwin DOT com Mail-followup-to: Jim George , cygwin AT cygwin DOT 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: --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)--