svn commit: r506957 - head/net-mgmt/openbmp

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jul 19 18:12:25 UTC 2019


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
 


More information about the svn-ports-head mailing list