svn commit: r316102 - in head/emulators/dolphin-emu-devel: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Apr 19 13:49:35 UTC 2013


On Fri, Apr 19, 2013 at 01:35:15PM +0000, Ganael LAPLANCHE wrote:
> New Revision: 316102
> URL: http://svnweb.freebsd.org/changeset/ports/316102
> 
> +.if ${ARCH} == "powerpc"
> +BROKEN=		Does not compile on powerpc: uses i386-specific option
> +.endif

I would say this is rather bogus BROKEN message: it's totally unclear what
exactly "i386-specific option" is: assembler instruction, compiler option,
or something else.

This is not only bad because perhaps NOT_FOR_ARCHS might suit better in this
case, but also because it does not encourage some brave soul who might pass
by this port to attempt to fix it.  Vague hints tend to give these "oh well,
maybe later" feelings.

./danfe


More information about the svn-ports-head mailing list