svn commit: r512272 - in head: devel/log4cplus net/kea

Piotr Kubaj pkubaj at FreeBSD.org
Wed Sep 18 11:48:11 UTC 2019


Author: pkubaj
Date: Wed Sep 18 11:48:10 2019
New Revision: 512272
URL: https://svnweb.freebsd.org/changeset/ports/512272

Log:
  devel/log4cplus: use new GCC on GCC platforms to fix net/kea
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/log4cplus/Makefile
  head/net/kea/Makefile

Modified: head/devel/log4cplus/Makefile
==============================================================================
--- head/devel/log4cplus/Makefile	Wed Sep 18 11:09:45 2019	(r512271)
+++ head/devel/log4cplus/Makefile	Wed Sep 18 11:48:10 2019	(r512272)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		libtool pathfix tar:xz
+USES=		compiler:c++11-lang libtool pathfix tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-threads=yes

Modified: head/net/kea/Makefile
==============================================================================
--- head/net/kea/Makefile	Wed Sep 18 11:09:45 2019	(r512271)
+++ head/net/kea/Makefile	Wed Sep 18 11:48:10 2019	(r512272)
@@ -13,8 +13,6 @@ COMMENT=	Alternative DHCP implementation by ISC
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_powerpc64=	fails to configure: checking for log4cplus library... no
-
 LIB_DEPENDS=	liblog4cplus.so:devel/log4cplus \
 		libboost_system.so:devel/boost-libs
 


More information about the svn-ports-head mailing list