Created attachment 186856 [details] Patch to fix tex files. If print/texinfo is installed, the build process detects and uses it to rebuild the info pages. This fails because of some syntax errors, previously only flagged as warnings. The attached patch resolves this error by fixing the syntax errors (note: I don't know .tex, but the changes seemed right and worked). An alternate approach would be to prevent this rebuilding even if texinfo is installed, but I couldn't see a configure flag to do this.
Maintainer timeout
A commit references this bug: Author: riggs Date: Sun Nov 5 08:34:56 UTC 2017 New revision: 453524 URL: https://svnweb.freebsd.org/changeset/ports/453524 Log: MFH: r453523 Un-break build in the presence of print/texinfo Details: - If print/texinfo is installed, the build process detects and uses it to rebuild the info pages. This fails because of some syntax errors, previously only flagged as warnings. - There is currently no configure switch to change this behaviour, hence the texi files are patched to pass the texinfo run. PR: 222732 Submitted by: robbak@gmail.com Approved by: ports-secteam (build fix blanket), maintainer timeout Changes: _U branches/2017Q4/ branches/2017Q4/games/gnugo/files/patch-doc_gnugo.texi branches/2017Q4/games/gnugo/files/patch-doc_montecarlo.texi