pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ldns
Module Name: pkgsrc
Committed By: hauke
Date: Fri Feb 28 17:49:17 UTC 2025
Modified Files:
pkgsrc/net/ldns: Makefile
Log Message:
Don't hard-code SYSCONFDIR.
The default for LDNS_TRUST_ANCHOR_FILE is dubious, since we could use
the unbound from -base, and we don't depend on net/unbound either.
It can be overridden on the command line, though.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/ldns/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ldns/Makefile
diff -u pkgsrc/net/ldns/Makefile:1.50 pkgsrc/net/ldns/Makefile:1.51
--- pkgsrc/net/ldns/Makefile:1.50 Mon Feb 26 20:11:44 2024
+++ pkgsrc/net/ldns/Makefile Fri Feb 28 17:49:17 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.50 2024/02/26 20:11:44 he Exp $
+# $NetBSD: Makefile,v 1.51 2025/02/28 17:49:17 hauke Exp $
.include "../../net/ldns/version.mk"
DISTNAME= ldns-${LDNS_VERSION}
PKGNAME= ${DISTNAME:S/-rc./rc/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
REPLACE_PERL= doc/doxyparse.pl
BUILDLINK_API_DEPENDS+= openssl>=1.1.0
Home |
Main Index |
Thread Index |
Old Index