FreeBSD Port: pgp-6.5.8_1
Scot Hetzel
swhetzel at gmail.com
Mon Feb 6 10:54:11 PST 2006
On 2/5/06, Rainer Alves <rainer.alves at gmail.com> wrote:
> steve stock wrote:
> > Hi,
> >
> > Do you know of a fix to get this to work ? As it is marked as "does not
> > compile on i386".
>
> That's not what is says. The Makefile clearly states "does not compile
> on !i386", which means it's broken on anything *besides* i386.
>
> .if ${ARCH} != "i386"
> BROKEN= "Does not compile on !i386"
> .endif
>
Maybe all these !i386 messages should be changed to:
.if ${ARCH} != "i386"
BROKEN= Does not compile on ${ARCH}
.endif
This would make it clearer to those who don't understand the "!" means "not".
The real solution is that these ports should be setting either
ONLY_FOR_ARCHS or NOT_FOR_ARCHS variables, in order to prevent the
port from compiling on ARCH's it doesn't support.
Scot
--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
More information about the freebsd-ports
mailing list