diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:48:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-21 19:48:33 +0000 |
commit | 69ad700f1e2afd6380406f10462b4311ee87eee3 (patch) | |
tree | a6d6b77dfb85ff96df17f409db41f25e88ad59d9 /sysutils/nut-devel/files/patch-configure.ac | |
parent | Update to 6.8.1 (diff) |
Update textproc/asciidoc to 9.0.0rc2
Changes: https://github.com/asciidoc/asciidoc-py3/releases
https://github.com/asciidoc/asciidoc-py3/blob/master/CHANGELOG.txt
PR: 245723
Submitted by: antoine
Notes
Notes:
svn path=/head/; revision=532404
Diffstat (limited to 'sysutils/nut-devel/files/patch-configure.ac')
-rw-r--r-- | sysutils/nut-devel/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/nut-devel/files/patch-configure.ac b/sysutils/nut-devel/files/patch-configure.ac new file mode 100644 index 000000000000..185104be2596 --- /dev/null +++ b/sysutils/nut-devel/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2020-02-09 18:44:01 UTC ++++ configure.ac +@@ -818,7 +818,7 @@ dnl not fail if we have no tools to generate it (so ad + AC_MSG_CHECKING([if we can build ${nut_doc_build_target_base}]) + can_build_doc_man=no + if test "${nut_have_asciidoc}" = yes ; then +- ( cd "$DOCTESTDIR" && ${A2X} --format manpage --destination-dir=. --xsltproc-opts "--nonet" "${abs_srcdir}"/docs/man/snmp-ups.txt && test -s snmp-ups.8 ) && can_build_doc_man=yes ++ ( cd "$DOCTESTDIR" && ${A2X} --format manpage --destination-dir=. --xsltproc-opts="--nonet" "${abs_srcdir}"/docs/man/snmp-ups.txt && test -s snmp-ups.8 ) && can_build_doc_man=yes + rm -f "${DOCTESTDIR}"/snmp-ups.8 + fi + if test "${can_build_doc_man}" = yes ; then |