Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2015 17:39:54 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394175 - in head/net-p2p: zetacoin zetacoin-nox11
Message-ID:  <201508131739.t7DHdsBS057645@repo.freebsd.org>

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



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