svn commit: r431148 - in head/dns/dnsdist: . files

Carlos J. Puga Medina cpm at FreeBSD.org
Wed Jan 11 00:48:06 UTC 2017


Author: cpm
Date: Wed Jan 11 00:48:04 2017
New Revision: 431148
URL: https://svnweb.freebsd.org/changeset/ports/431148

Log:
  - Update to 1.1.0
  - Remove unneeded patches (added upstream)
  - Add protobuf and re2 support
  - Switch to USES=localbase
  - Drop USE_GCC
  - Add USES=compiler:c++14-lang to build with clang on FreeBSD 10.3
  - Cosmetic fixes
  
  Changelog:
    http://dnsdist.org/changelog/#110

Deleted:
  head/dns/dnsdist/files/patch-dnsname.cc
  head/dns/dnsdist/files/patch-iputils.hh
Modified:
  head/dns/dnsdist/Makefile
  head/dns/dnsdist/distinfo

Modified: head/dns/dnsdist/Makefile
==============================================================================
--- head/dns/dnsdist/Makefile	Wed Jan 11 00:28:13 2017	(r431147)
+++ head/dns/dnsdist/Makefile	Wed Jan 11 00:48:04 2017	(r431148)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnsdist
-DISTVERSION=	1.0.0
-PORTREVISION=	4
+DISTVERSION=	1.1.0
 CATEGORIES=	dns net
 MASTER_SITES=	https://downloads.powerdns.com/releases/ \
 		LOCAL/cpm
@@ -19,14 +18,18 @@ LICENSE_PERMS_UNLICENSE=	dist-mirror dis
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
+		libprotobuf.so:devel/protobuf \
+		libre2.so:devel/re2 \
 		libsodium.so:security/libsodium
 
-CXXFLAGS+=	-D_GLIBCXX_USE_C99
-LDFLAGS+=	-L${LOCALBASE}/lib -latomic
 GNU_CONFIGURE=	yes
-USE_GCC=	yes
-USES=		bison cpe gmake libedit libtool lua:52 pkgconfig tar:bz2
-CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin --enable-dnscrypt --enable-libsodium --without-protobuf
+USES=		bison compiler:c++14-lang cpe gmake libedit libtool localbase \
+		lua:52 pkgconfig tar:bz2
+CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
+		--enable-dnscrypt \
+		--enable-libsodium \
+		--enable-re2
+
 INSTALL_TARGET=	install-strip
 
 USERS=		_dnsdist

Modified: head/dns/dnsdist/distinfo
==============================================================================
--- head/dns/dnsdist/distinfo	Wed Jan 11 00:28:13 2017	(r431147)
+++ head/dns/dnsdist/distinfo	Wed Jan 11 00:48:04 2017	(r431148)
@@ -1,2 +1,3 @@
-SHA256 (dnsdist-1.0.0.tar.bz2) = 1f72a5ca420fdea248dda60733a9b0ce3d68e13ee77dd5031887769a8451c713
-SIZE (dnsdist-1.0.0.tar.bz2) = 834177
+TIMESTAMP = 1483106940
+SHA256 (dnsdist-1.1.0.tar.bz2) = b4a1e8931b6d05a24494f54224211c0de0eeb1f5ff170f6b9f5665219bfeafc2
+SIZE (dnsdist-1.1.0.tar.bz2) = 874837


More information about the svn-ports-head mailing list