Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 18:12:25 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506957 - head/net-mgmt/openbmp
Message-ID:  <201907191812.x6JICPXw064181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul 19 18:12:24 2019
New Revision: 506957
URL: https://svnweb.freebsd.org/changeset/ports/506957

Log:
  net-mgmt/openbmp: fix build on GCC architectures
  
  Use new GCC from ports:
  /usr/local/poudriere/ports/default/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/client_thread.h:35: error: ISO C++ forbids declaration of 'thread' with no type
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net-mgmt/openbmp/Makefile

Modified: head/net-mgmt/openbmp/Makefile
==============================================================================
--- head/net-mgmt/openbmp/Makefile	Fri Jul 19 18:11:03 2019	(r506956)
+++ head/net-mgmt/openbmp/Makefile	Fri Jul 19 18:12:24 2019	(r506957)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	librdkafka.so:net/librdkafka \
 				libsasl2.so:security/cyrus-sasl2 \
 				libyaml-cpp.so:devel/yaml-cpp
 
-USES=		cmake ssl
+USES=		cmake compiler:c++11-lang ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenBMP
 



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