git: c5be0226f0e2 - main - dns/dnsdist: drop i386 support, adjust configure arguments and deps

Jason Helfman jgh at FreeBSD.org
Sat May 22 07:48:04 UTC 2021


The branch main has been updated by jgh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5be0226f0e2e5fb9a48ba40086a898d84d28ca9

commit c5be0226f0e2e5fb9a48ba40086a898d84d28ca9
Author:     Jason Helfman <jgh at FreeBSD.org>
AuthorDate: 2021-05-22 07:41:14 +0000
Commit:     Jason Helfman <jgh at FreeBSD.org>
CommitDate: 2021-05-22 07:47:20 +0000

    dns/dnsdist: drop i386 support, adjust configure arguments and deps
    
    PR:             255841
    Reported by:    maintainer (tremere at cainites.net)
---
 dns/dnsdist/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile
index 0e0808d33ef1..e46755540a3e 100644
--- a/dns/dnsdist/Makefile
+++ b/dns/dnsdist/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	dnsdist
 DISTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	dns net
 MASTER_SITES=	https://downloads.powerdns.com/releases/
 
@@ -14,10 +15,12 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_ISCL=	${WRKSRC}/ext/ipcrypt/LICENSE
 LICENSE_FILE_MIT=	${WRKSRC}/ext/yahttp/LICENSE
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	archs with 32-bits time_t are no longer supported by upstream
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
 		libh2o-evloop.so:www/h2o \
-		libprotobuf.so:devel/protobuf \
 		libre2.so:devel/re2 \
 		libsodium.so:security/libsodium
 
@@ -61,10 +64,10 @@ CDB_CONFIGURE_ON=	CDB_CFLAGS="-I${LOCALBASE}/include" \
 			CDB_LIBS="-L${LOCALBASE}/lib -lcdb"
 
 DNSTAP_LIB_DEPENDS=		libfstrm.so:devel/fstrm
-DNSTAP_CONFIGURE_ENABLE=	fstrm
+DNSTAP_CONFIGURE_ENABLE=	dnstap
 
-GNUTLS_LIB_DEPENDS=		libgnutls.so:security/gnutls
-GNUTLS_CONFIGURE_ENABLE=	gnutls
+GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
+GNUTLS_CONFIGURE_WITH=	gnutls
 
 LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
 LMDB_CONFIGURE_ON=	--with-lmdb=${LOCALBASE}


More information about the dev-commits-ports-all mailing list