Re: exiscan & spf: the same problem.

Oliver Eikemeier <[email protected]> Thu, 19 Aug 2004 11:30:50 +0200
Newsgroups gmane.mail.exim.exiscan.user
Message-ID <[email protected]>
andy wrote:

> No, I had the same problem, I can assure you its the make.conf file.

Yup, I guess that's true. This should affect other ports too.

> I commented all the #CFLAGS= -O3 -pipe and anything else related to 
> build.

You just need to use CFLAGS+= instead. -O3 is likely to cause problems, 
depending on the gcc version you have.

> #CPUTYPE=i686
> #NO_CPU_CFLAGS= true    # Don't add -march=<cpu> to CFLAGS automatically
> #NO_CPU_COPTFLAGS=true  # Don't add -march=<cpu> to COPTFLAGS 
> automatically
>
> etc etc.

These are fine. Only CFLAGS is a problem here.

> If you still cant get it to work, just edit the Makefile in ports dir 
> and force the build.

.. this should be investigated further, since it is likely to affect 
other ports.

> Also, if you reply to the list, there is no need to cc the sender in 
> also. The sender is obviously on the list
> and most likely doesnt want duplicate mails.

Set a Reply-To then. I read my inbox far more often than i scan the 
lists for messages. It's all a matter of taste, and it's difficult to 
know your personal preferences.
-Oliver