svn commit: r394175 - in head/net-p2p: zetacoin zetacoin-nox11

Philip M. Gollucci pgollucci at FreeBSD.org
Thu Aug 13 17:39:55 UTC 2015


Author: pgollucci
Date: Thu Aug 13 17:39:53 2015
New Revision: 394175
URL: https://svnweb.freebsd.org/changeset/ports/394175

Log:
  net-p2p/zetacoin{-no11}: mark broken on armv6
  
  clean up broken message [1]
  
  c++: warning: argument unused during compilation: '-L/usr/local/lib'
  c++: warning: argument unused during compilation:
  '-L/usr/local/lib/db48'
  c++: warning: argument unused during compilation: '-L/usr/local/lib'
  c++: warning: argument unused during compilation:
  '-L/usr/local/lib/db48'
  In file included from helpers/memenv/memenv.cc:9:
  In file included from ./port/port.h:14:
  In file included from ./port/port_posix.h:50:
  ./port/atomic_pointer.h:212:2: error: Please implement AtomicPointer for
  this pl
  atform.
   ^
   1 error generated.
  
  Suggested by: mat@, dafne@

Modified:
  head/net-p2p/zetacoin-nox11/Makefile
  head/net-p2p/zetacoin/Makefile

Modified: head/net-p2p/zetacoin-nox11/Makefile
==============================================================================
--- head/net-p2p/zetacoin-nox11/Makefile	Thu Aug 13 17:39:31 2015	(r394174)
+++ head/net-p2p/zetacoin-nox11/Makefile	Thu Aug 13 17:39:53 2015	(r394175)
@@ -8,4 +8,6 @@ OPTIONS_EXCLUDE=	X11 QRCODES
 
 SLAVE_PORT=	yes
 
+BROKEN_armv6=	AtomicPointer not implemented
+
 .include "${MASTERDIR}/Makefile"

Modified: head/net-p2p/zetacoin/Makefile
==============================================================================
--- head/net-p2p/zetacoin/Makefile	Thu Aug 13 17:39:31 2015	(r394174)
+++ head/net-p2p/zetacoin/Makefile	Thu Aug 13 17:39:53 2015	(r394175)
@@ -13,7 +13,7 @@ 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.
+BROKEN_armv6=	AtomicPointer not implemented
 
 USE_GITHUB=	yes
 GH_TAGNAME=	22ddb9b


More information about the svn-ports-all mailing list