pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/rsyslog sysutils/rsyslog: remove syslog.c fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01d68b06fc1f
branches:  trunk
changeset: 413908:01d68b06fc1f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 23:39:13 2020 +0000

description:
sysutils/rsyslog: remove syslog.c from path substitution

That file has neither @-placeholders nor /etc.

diffstat:

 sysutils/rsyslog/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5a207c9f5751 -r 01d68b06fc1f sysutils/rsyslog/Makefile
--- a/sysutils/rsyslog/Makefile Sun Mar 22 23:37:10 2020 +0000
+++ b/sysutils/rsyslog/Makefile Sun Mar 22 23:39:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/03/08 16:51:22 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/22 23:39:13 rillig Exp $
 #
 
 BUILDLINK_DEPMETHOD.libestr=   full
@@ -47,10 +47,11 @@
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_FILES.paths=     platform/redhat/rsyslog.conf tools/rsyslog.conf.5
-SUBST_FILES.paths+=    tools/rsyslogd.8 tools/rsyslogd.c tools/syslogd.c
+SUBST_FILES.paths+=    tools/rsyslogd.8 tools/rsyslogd.c
 SUBST_VARS.paths=      RSYSLOG_PIDDIR RSYSLOG_SYSMOD
 SUBST_SED.paths=       -e "s|/etc|${PKG_SYSCONFDIR}|g"
 SUBST_MESSAGE.paths=   Setting default paths and options.
+# FIXME: This also replaces /etc/timezone, which is probably unintended.
 
 SUBST_CLASSES.Darwin+= ldargs
 SUBST_STAGE.ldargs=    pre-configure



Home | Main Index | Thread Index | Old Index