pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dnsdist - pkglint cleaning



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Tue Mar 25 21:28:24 2025 +0100
Changeset:	fbc05974db4b1f3661af0d2965e18cc8e000a834

Modified Files:
	dnsdist/Makefile
	dnsdist/distinfo
	dnsdist/patches/patch-configure
Added Files:
	dnsdist/COMMIT_MSG

Log Message:
dnsdist - pkglint cleaning

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fbc05974db4b1f3661af0d2965e18cc8e000a834

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dnsdist/COMMIT_MSG              |  2 ++
 dnsdist/Makefile                | 10 ++++++----
 dnsdist/distinfo                |  2 +-
 dnsdist/patches/patch-configure |  2 ++
 4 files changed, 11 insertions(+), 5 deletions(-)

diffs:
diff --git a/dnsdist/COMMIT_MSG b/dnsdist/COMMIT_MSG
new file mode 100644
index 0000000000..d7ae093d60
--- /dev/null
+++ b/dnsdist/COMMIT_MSG
@@ -0,0 +1,2 @@
+net/dnsdist Update to 1.9.8
+
diff --git a/dnsdist/Makefile b/dnsdist/Makefile
index 1343ca9fe7..a20e8dd02e 100644
--- a/dnsdist/Makefile
+++ b/dnsdist/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.28 2024/11/14 22:21:04 wiz Exp $
 
 DISTNAME=	dnsdist-1.9.8
-PKGREVISION=	0
+PKGREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://downloads.powerdns.com/releases/
 EXTRACT_SUFX=	.tar.bz2
@@ -11,9 +11,10 @@ HOMEPAGE=	https://dnsdist.org/
 COMMENT=	Highly DNS-, DoS- and abuse-aware loadbalancer
 LICENSE=	gnu-gpl-v2
 
-USE_LANGUAGES=	c c++11
-USE_TOOLS+=	gmake pkg-config
-GNU_CONFIGURE=	yes
+USE_LANGUAGES=		c c++
+USE_CXX_FEATURES=	c++11
+USE_TOOLS+=		gmake pkg-config
+GNU_CONFIGURE=		yes
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -53,6 +54,7 @@ RCD_SCRIPTS+=		dnsdist
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/re2/buildlink3.mk"
+#.include "../../devel/libatomic/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
 .include "../../net/fstrm/buildlink3.mk"
 .include "../../security/libsodium/buildlink3.mk"
diff --git a/dnsdist/distinfo b/dnsdist/distinfo
index a1e26c70cd..54290c1756 100644
--- a/dnsdist/distinfo
+++ b/dnsdist/distinfo
@@ -3,4 +3,4 @@ $NetBSD: distinfo,v 1.15 2024/10/04 04:09:29 ryoon Exp $
 BLAKE2s (dnsdist-1.9.8.tar.bz2) = 87cee0a2e8aa6771d618d7fb490451200ed57e2a561d511a0484646aaf2c25b2
 SHA512 (dnsdist-1.9.8.tar.bz2) = b89bc1ba62a2cf009a305a71eaa2553810d6d5f25f71098cb34acd86bfe5632e5f9f4b5ce057ea93665f1f5dd65e6a3d67fa364e8cecf0b648559c73061baddd
 Size (dnsdist-1.9.8.tar.bz2) = 1593902 bytes
-SHA1 (patch-configure) = f8548d7c0aefb3f850aa9cd1b38afdb29ae6901c
+SHA1 (patch-configure) = a2b458c7ba3476dcc313f71405e623c6f001c666
diff --git a/dnsdist/patches/patch-configure b/dnsdist/patches/patch-configure
index 36cbf81c44..794755295b 100644
--- a/dnsdist/patches/patch-configure
+++ b/dnsdist/patches/patch-configure
@@ -1,5 +1,7 @@
 $NetBSD$
 
+	        Fortify source fix.
+
 --- configure.orig	2024-12-17 09:14:59.000000000 +0000
 +++ configure
 @@ -25928,12 +25928,12 @@ fi


Home | Main Index | Thread Index | Old Index