pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/rsyslog
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Dec 1 03:10:50 UTC 2020
Modified Files:
pkgsrc/sysutils/rsyslog: Makefile.common
Log Message:
rsyslog: fix man page generation with newer py-docutils
py-docutils as of 0.15 dropped the .py extension on the end of its
conversion scripts.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/rsyslog/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/rsyslog/Makefile.common
diff -u pkgsrc/sysutils/rsyslog/Makefile.common:1.43 pkgsrc/sysutils/rsyslog/Makefile.common:1.44
--- pkgsrc/sysutils/rsyslog/Makefile.common:1.43 Wed May 27 19:37:43 2020
+++ pkgsrc/sysutils/rsyslog/Makefile.common Tue Dec 1 03:10:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2020/05/27 19:37:43 wiz Exp $
+# $NetBSD: Makefile.common,v 1.44 2020/12/01 03:10:50 gutteridge Exp $
# used by sysutils/rsyslog/Makefile
# used by sysutils/rsyslog-dbi/Makefile
# used by sysutils/rsyslog-elasticsearch/Makefile
@@ -26,8 +26,8 @@ COMMENT?= Enhanced syslogd for Unix - t
DISTINFO_FILE= ${.CURDIR}/../../sysutils/rsyslog/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/rsyslog/patches
-BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
-CONFIGURE_ARGS+= RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py
+TOOL_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
+CONFIGURE_ARGS+= RST2MAN=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}
CONFIGURE_ARGS.SunOS+= ac_cv_func_epoll_create=no ac_cv_func_epoll_create1=no
Home |
Main Index |
Thread Index |
Old Index