| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <jason AT tishler DOT net> |
| Subject: | Re: SpamAssassin under Cygwin |
| In-reply-to: | <Pine.CYG.4.44.0205280723430.1480-100000@gateway.GEORGE.CO.UK> |
| To: | Jim George <jim DOT george AT blueyonder DOT co DOT uk> |
| Cc: | cygwin AT cygwin DOT com |
| Mail-followup-to: | Jim George <jim DOT george AT blueyonder DOT co DOT uk>, cygwin AT cygwin DOT com |
| Message-id: | <20020829154950.GA1356@tishler.net> |
| MIME-version: | 1.0 |
| User-Agent: | Mutt/1.4i |
| References: | <Pine DOT CYG DOT 4 DOT 44 DOT 0205280723430 DOT 1480-100000 AT gateway DOT GEORGE DOT CO DOT 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)--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |