Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 12:54:09 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        ports@freebsd.org
Cc:        steve stock <steve@outre.tv>
Subject:   Re: FreeBSD Port: pgp-6.5.8_1
Message-ID:  <790a9fff0602061054l2ed1eef6hf78d83283bc2d830@mail.gmail.com>
In-Reply-To: <43E64A06.7040005@gmail.com>
References:  <PPEDJMNPDMEOMAJLHICBAEKNOGAA.steve@outre.tv> <43E64A06.7040005@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2/5/06, Rainer Alves <rainer.alves@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} !=3D "i386"
> BROKEN=3D         "Does not compile on !i386"
> .endif
>
Maybe all these !i386 messages should be changed to:

.if ${ARCH} !=3D "i386"
BROKEN=3D 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0602061054l2ed1eef6hf78d83283bc2d830>