svn commit: r394002 - head/net-p2p/zetacoin

Alexey Dokuchaev danfe at FreeBSD.org
Wed Aug 12 11:18:37 UTC 2015


On Wed, Aug 12, 2015 at 11:12:31AM +0200, Mathieu Arnold wrote:
> $ make -V BROKEN_armv6
> 
> Also, note that setting BROKEN_arch will give the error message:
> 
> ===>  zetacoin-0.9.2.4 is marked as broken on armv6: error Please implement
> AtomicPointer for this platform.
> 
> A simpler and better message would be something like:
> 
> BROKEN_armv6=   AtomicPointer not implemented.

Your version is also buggy because it contains trailing dot. ;-)

But I totally agree in general, very often people obviously do not bother to
check the real output, while it's very simple: after adding BROKEN_foo, just
do "make ARCH=foo" to see how it reads.

./danfe


More information about the svn-ports-all mailing list