pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/djbdns Revert recent add of DJBDNS_*_{GROUP,USER} ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96119c8af02e
branches:  trunk
changeset: 440436:96119c8af02e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Oct 08 19:18:26 2020 +0000

description:
Revert recent add of DJBDNS_*_{GROUP,USER} to BUILD_DEFS. They're not
used anywhere here, only in djbdns-run.

diffstat:

 net/djbdns/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 62048a2e8aee -r 96119c8af02e net/djbdns/Makefile
--- a/net/djbdns/Makefile       Thu Oct 08 19:09:05 2020 +0000
+++ b/net/djbdns/Makefile       Thu Oct 08 19:18:26 2020 +0000
@@ -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 @@
 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