Date: Wed, 18 Sep 2019 11:48:10 +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: r512272 - in head: devel/log4cplus net/kea Message-ID: <201909181148.x8IBmAfq061537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909181148.x8IBmAfq061537>