svn commit: r313082 - head/audio/milkytracker
Chris Rees
crees at FreeBSD.org
Sun Mar 17 09:15:54 UTC 2013
On 17 March 2013 01:48, Eitan Adler <eadler at freebsd.org> wrote:
> On 28 February 2013 03:54, Emanuel Haupt <ehaupt at freebsd.org> wrote:
>> .if ${ARCH} == "powerpc"
>> BROKEN= Does not compile on powerpc: fails in assembler
>> +.else
>> +BROKEN= does not build
>> .endif
>
> Is it intended that this port eventually compile on powerpc? If not,
> perhaps its best to use NOT_FOR_ARCH?
NOT_FOR_ARCHS should be for ports that are designed not to work on an
arch, eg something that deals with internals of CPU or hardware that
could only possibly be used on certain architectures.
This could be useful if someone submitted a patch, or a change in base
may cause it to work again.
Chris
More information about the svn-ports-head
mailing list