Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2017 01:29:34 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440744 - head/devel/cpp-netlib
Message-ID:  <201705130129.v4D1TY5a044450@repo.freebsd.org>

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



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