svn commit: r440744 - head/devel/cpp-netlib

Mark Linimon linimon at FreeBSD.org
Sat May 13 01:29:36 UTC 2017


Author: linimon
Date: Sat May 13 01:29:34 2017
New Revision: 440744
URL: https://svnweb.freebsd.org/changeset/ports/440744

Log:
  Latest run shows that this port is still failing on powerpc64, so it was
  incorrectly unmarked BROKEN.
  
  Pointy hat to:		linimon
  Approved by:		portmgr (tier-2 blanket)

Modified:
  head/devel/cpp-netlib/Makefile

Modified: head/devel/cpp-netlib/Makefile
==============================================================================
--- head/devel/cpp-netlib/Makefile	Sat May 13 01:18:12 2017	(r440743)
+++ head/devel/cpp-netlib/Makefile	Sat May 13 01:29:34 2017	(r440744)
@@ -17,6 +17,8 @@ LICENSE_FILE=		${WRKSRC}/LICENSE_1_0.txt
 BUILD_DEPENDS=		boost-libs>0:devel/boost-libs \
 					asio>0:net/asio
 
+BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option "-std=c++11"
+
 USES=			cmake:outsource
 USE_LDCONFIG=		yes
 CFLAGS+=	-fPIC


More information about the svn-ports-all mailing list