Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2012 13:43:53 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Michael Scheidell <scheidell@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/games/xarchon Makefile
Message-ID:  <20120119134353.GA11494@FreeBSD.org>
In-Reply-To: <201201191013.q0JADHPM084165@repoman.freebsd.org>
References:  <201201191013.q0JADHPM084165@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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