svn commit: r426694 - head/net/kea

Jan Beich jbeich at FreeBSD.org
Mon Nov 21 06:52:40 UTC 2016


Author: jbeich
Date: Mon Nov 21 06:52:38 2016
New Revision: 426694
URL: https://svnweb.freebsd.org/changeset/ports/426694

Log:
  net/kea: unbreak build with boost 1.62 on 9.x
  
  `_ZZN5boost6system15system_categoryEvE21system_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system15system_categoryEvE21system_category_const[_ZZN5boost6system15system_categoryEvE21system_category_const]' of .libs/libkea_asiolink_la-io_address.o
  `_ZZN5boost6system16generic_categoryEvE22generic_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system16generic_categoryEvE22generic_category_const[_ZZN5boost6system16generic_categoryEvE22generic_category_const]' of .libs/libkea_asiolink_la-io_address.o
  [...]
  
  PR:		199601
  Reported by:	antoine (via exp-run)
  Approved by:	portmgr blanket

Modified:
  head/net/kea/Makefile   (contents, props changed)

Modified: head/net/kea/Makefile
==============================================================================
--- head/net/kea/Makefile	Mon Nov 21 06:52:26 2016	(r426693)
+++ head/net/kea/Makefile	Mon Nov 21 06:52:38 2016	(r426694)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kea
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	ISC/kea/${PORTVERSION}
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	liblog4cplus.so:devel/log4cplus \
 		libboost_system.so:devel/boost-libs
 
-USES=		autoreconf libtool pathfix python:3.3+ ssl
+USES=		autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list