Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2016 06:52:38 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426694 - head/net/kea
Message-ID:  <201611210652.uAL6qcm6010591@repo.freebsd.org>

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



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