Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 16:35:50 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550721 - in head/dns/gdnsd3: . files
Message-ID:  <202009301635.08UGZoQt032242@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Wed Sep 30 16:35:50 2020
New Revision: 550721
URL: https://svnweb.freebsd.org/changeset/ports/550721

Log:
  - Update to 3.3.0

Added:
  head/dns/gdnsd3/files/patch-src_css.c   (contents, props changed)
Modified:
  head/dns/gdnsd3/Makefile
  head/dns/gdnsd3/distinfo

Modified: head/dns/gdnsd3/Makefile
==============================================================================
--- head/dns/gdnsd3/Makefile	Wed Sep 30 16:12:16 2020	(r550720)
+++ head/dns/gdnsd3/Makefile	Wed Sep 30 16:35:50 2020	(r550721)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gdnsd
-PORTVERSION=	3.0.0
-PORTREVISION=	1
+PORTVERSION=	3.3.0
 CATEGORIES=	dns
 MASTER_SITES=	https://github.com/gdnsd/gdnsd/releases/download/v${PORTVERSION}/ \
 		ZI \
@@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--without-hardening
 CFLAGS+=	-fstack-protector-strong -fexceptions -ftrapv
 LDFLAGS+=	-Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
 .endif
+
+post-configure:
+	@${REINPLACE_CMD} -e 's|-Wall |-Wall -Wno-unused-variable |g' \
+		${WRKSRC}/Makefile
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \

Modified: head/dns/gdnsd3/distinfo
==============================================================================
--- head/dns/gdnsd3/distinfo	Wed Sep 30 16:12:16 2020	(r550720)
+++ head/dns/gdnsd3/distinfo	Wed Sep 30 16:35:50 2020	(r550721)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550849201
-SHA256 (gdnsd-3.0.0.tar.xz) = e08bf1c0d76bd6cecffd9e0da351f7983e6d25c9ace74b7c28f45fe39e3f389e
-SIZE (gdnsd-3.0.0.tar.xz) = 451776
+TIMESTAMP = 1601481834
+SHA256 (gdnsd-3.3.0.tar.xz) = 0b167cc218b727ff959ae03e019f6d9518bac99bdccf2f397997ee5b0ac146d6
+SIZE (gdnsd-3.3.0.tar.xz) = 466844

Added: head/dns/gdnsd3/files/patch-src_css.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/gdnsd3/files/patch-src_css.c	Wed Sep 30 16:35:50 2020	(r550721)
@@ -0,0 +1,13 @@
+--- src/css.c.orig	2020-09-30 16:32:21 UTC
++++ src/css.c
+@@ -51,6 +51,10 @@
+ #include <netinet/ip.h>
+ #include <netinet/tcp.h>
+ 
++#ifndef SOL_TCP
++#define SOL_TCP IPPROTO_TCP
++#endif
++
+ // makes sides of int[] from pipe2() clearer
+ #define PIPE_RD 0
+ #define PIPE_WR 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009301635.08UGZoQt032242>