cvs commit: ports/games/xarchon Makefile
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Jan 19 13:43:53 UTC 2012
On Thu, Jan 19, 2012 at 10:13:17AM +0000, Michael Scheidell wrote:
> scheidell 2012-01-19 10:13:17 UTC
>
> Modified files:
> games/xarchon Makefile
> Log:
> - Replace if ${ARCH} == "sparc64"; BROKEN, with NOT_FOR_ARCHS=sparc64
NOT_FOR_ARCHS usually implies that software in question inherently cannot be
built/run on specified arch(es). BROKEN, on the other hand, means that
software theoretically should be fine, but requires a patch to fix things.
In this particular case, BROKEN message reads "Does not install on sparc64",
which suggests that it should be fixed instead of marked as NOT_FOR_ARCHS.
Can you elaborate on this please?
> Submitted by: scheidell
You also do not need to give credit to yourself in your own commit log, it
is redundant.
./danfe
More information about the cvs-all
mailing list