svn commit: r394002 - head/net-p2p/zetacoin
Mathieu Arnold
mat at FreeBSD.org
Wed Aug 12 09:12:40 UTC 2015
+--On 12 août 2015 02:02:15 +0000 "Philip M. Gollucci"
<pgollucci at FreeBSD.org> wrote:
| Author: pgollucci
| Date: Wed Aug 12 02:02:14 2015
| New Revision: 394002
| URL: https://svnweb.freebsd.org/changeset/ports/394002
|
| Log:
| net-p2p/zetacoin: mark broken on armv6
|
| Reported by: pkg-fallout
|
| Modified:
| head/net-p2p/zetacoin/Makefile
|
| Modified: head/net-p2p/zetacoin/Makefile
| =========================================================================
| ===== --- head/net-p2p/zetacoin/Makefile Wed Aug 12 01:57:53 2015
| (r394001) +++ head/net-p2p/zetacoin/Makefile Wed Aug 12 02:02:14 2015
| (r394002) @@ -13,6 +13,8 @@ LICENSE= MIT
| BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconf
| LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs
|
| +BROKEN_armv6= #error Please implement AtomicPointer for this platform.
Trying to copy the error message verbatim is nice, but note that # starts a
comment, so:
$ 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.
Documenting the full error message in the commit is nice too.
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150812/1ef8daa4/attachment.bin>
More information about the svn-ports-all
mailing list