diff options
author | riggs <riggs@FreeBSD.org> | 2017-11-05 16:26:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:52:53 +0800 |
commit | 3f1024a2f92982496d57034bac27f09cfc4c8f47 (patch) | |
tree | a77230d855bbc6df1bfc6cf795eb1a98e2b63bd9 /games | |
parent | 47e22864311566d5de52098925b75d5cf00d06d6 (diff) | |
download | freebsd-ports-gnome-3f1024a2f92982496d57034bac27f09cfc4c8f47.tar.gz freebsd-ports-gnome-3f1024a2f92982496d57034bac27f09cfc4c8f47.tar.zst freebsd-ports-gnome-3f1024a2f92982496d57034bac27f09cfc4c8f47.zip |
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.
MFH: 2017Q4 (ports-secteam build fix blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/gnugo/files/patch-doc_gnugo.texi | 11 | ||||
-rw-r--r-- | games/gnugo/files/patch-doc_montecarlo.texi | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/games/gnugo/files/patch-doc_gnugo.texi b/games/gnugo/files/patch-doc_gnugo.texi new file mode 100644 index 000000000000..2d1da8229b1b --- /dev/null +++ b/games/gnugo/files/patch-doc_gnugo.texi @@ -0,0 +1,11 @@ +--- doc/gnugo.texi.orig 2009-02-17 21:41:31 UTC ++++ doc/gnugo.texi +@@ -26,7 +26,7 @@ + + @sp 1 + @page +-@title{GNU Go 3.8} ++@title GNU Go 3.8 + @vskip 0pt plus 1filll + Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008 and 2009 @uref{http://www.fsf.org,Free Software Foundation}, Inc. diff --git a/games/gnugo/files/patch-doc_montecarlo.texi b/games/gnugo/files/patch-doc_montecarlo.texi new file mode 100644 index 000000000000..a93c8736ab21 --- /dev/null +++ b/games/gnugo/files/patch-doc_montecarlo.texi @@ -0,0 +1,11 @@ +--- doc/montecarlo.texi.orig 2009-02-17 21:41:31 UTC ++++ doc/montecarlo.texi +@@ -245,7 +245,7 @@ These can be combined arbitrarily but al + pattern to take effect. If contradictory properties are combined, the + pattern will never match. + +-@subsection Final Remarks ++@section Final Remarks + + @itemize + @item Move values are unsigned 32-bit integers. To avoid overflow in |