pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/djbdns
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Oct 8 19:18:26 UTC 2020
Modified Files:
pkgsrc/net/djbdns: Makefile
Log Message:
Revert recent add of DJBDNS_*_{GROUP,USER} to BUILD_DEFS. They're not
used anywhere here, only in djbdns-run.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/net/djbdns/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/djbdns/Makefile
diff -u pkgsrc/net/djbdns/Makefile:1.72 pkgsrc/net/djbdns/Makefile:1.73
--- pkgsrc/net/djbdns/Makefile:1.72 Sat Oct 3 12:59:36 2020
+++ pkgsrc/net/djbdns/Makefile Thu Oct 8 19:18:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2020/10/03 12:59:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.73 2020/10/08 19:18:26 schmonz Exp $
DISTNAME= djbdns-1.05
PKGREVISION= 15
@@ -31,9 +31,6 @@ CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SY
MAKE_DIRS+= ${PKG_SYSCONFDIR}
CONF_FILES+= ${EGDIR}/dnsroots.global ${PKG_SYSCONFDIR}/dnsroots.global
BUILD_DEFS+= PKG_SYSCONFBASE
-BUILD_DEFS+= DJBDNS_AXFR_USER DJBDNS_CACHE_USER DJBDNS_LOG_USER
-BUILD_DEFS+= DJBDNS_RBL_USER DJBDNS_TINY_USER
-BUILD_DEFS+= DJBDNS_DJBDNS_GROUP
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 share/examples/${PKGBASE}
Home |
Main Index |
Thread Index |
Old Index