Date: Sun, 22 Apr 2018 16:39:18 +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: r468038 - head/dns/dnsdist Message-ID: <201804221639.w3MGdIfG066731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Apr 22 16:39:18 2018 New Revision: 468038 URL: https://svnweb.freebsd.org/changeset/ports/468038 Log: dns/dnsdist: convert to USES=compiler Modified: head/dns/dnsdist/Makefile (contents, props changed) Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Sun Apr 22 16:39:00 2018 (r468037) +++ head/dns/dnsdist/Makefile Sun Apr 22 16:39:18 2018 (r468038) @@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-lib libsodium.so:security/libsodium GNU_CONFIGURE= yes -USES= bison compiler cpe gmake libedit libtool localbase \ +USES= bison compiler:c++14-lang cpe gmake libedit libtool localbase \ pkgconfig tar:bz2 CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ --enable-dns-over-tls \ @@ -62,15 +62,8 @@ OPENSSL_CONFIGURE_ON= LIBSSL_CFLAGS=-I${OPENSSLINC} LI SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp SNMP_CONFIGURE_WITH= net-snmp -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -# Fix dnsdist binary when building on FreeBSD 10.x -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang50:devel/llvm50 -CC= clang50 -CXX= clang++50 -.endif - .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1004000 BROKEN= fails to link due to lack of thread_local .endif @@ -79,4 +72,4 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/dnsdist.conf.sample \ ${STAGEDIR}${PREFIX}/etc -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804221639.w3MGdIfG066731>