diff options
author | wiz <wiz> | 2013-07-09 08:50:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-07-09 08:50:34 +0000 |
commit | c2e3e2d8f17f8b6b209253ec2a999bb427bc8129 (patch) | |
tree | f211046021be671574ca48471e61e41bc50cba4b /graphics/gnuplot | |
parent | 583e56a6c5bc1f91dc00d8f8260935cb6b875095 (diff) | |
download | pkgsrc-c2e3e2d8f17f8b6b209253ec2a999bb427bc8129.tar.gz |
Fix build issue with texinfo-5.1, as reported by Jörn Clausen
in PR 48032. More complete fix already scheduled for next release
upstream, see http://sourceforge.net/p/gnuplot/bugs/1226/
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/distinfo | 3 | ||||
-rw-r--r-- | graphics/gnuplot/patches/patch-docs_gnuplot.texi | 19 |
2 files changed, 21 insertions, 1 deletions
diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index e55959aad0f..4217443c3df 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2013/05/16 14:17:04 adam Exp $ +$NetBSD: distinfo,v 1.23 2013/07/09 08:50:34 wiz Exp $ SHA1 (gnuplot-4.6.3.tar.gz) = f01e417dc9504a05fd5cc2595b05ccb58bcea5b2 RMD160 (gnuplot-4.6.3.tar.gz) = 42ff3a2066e5089b19c52a88cd2c17d9db87681d @@ -10,3 +10,4 @@ SHA1 (patch-ae) = ce2a89ebcdcae1b1945563b48e6ebb6974d3a048 SHA1 (patch-af) = e5672a05f88d0ba3c1471b379dd47cd1b274f8b1 SHA1 (patch-ag) = 8a27282ee0e9add193e3437e2f88dac149e40068 SHA1 (patch-ah) = e4024ebbc039d7b5e741aa109259de6269b03765 +SHA1 (patch-docs_gnuplot.texi) = fd9e1eccf64198336e9ba80997b022612101ac77 diff --git a/graphics/gnuplot/patches/patch-docs_gnuplot.texi b/graphics/gnuplot/patches/patch-docs_gnuplot.texi new file mode 100644 index 00000000000..7fa0b2d37f2 --- /dev/null +++ b/graphics/gnuplot/patches/patch-docs_gnuplot.texi @@ -0,0 +1,19 @@ +$NetBSD: patch-docs_gnuplot.texi,v 1.1 2013/07/09 08:50:34 wiz Exp $ + +Fix +> ./gnuplot.texi:17653: raising the section level of @subsubsection which is too low +seen with texinfo-5.1. + +More complete fix in +http://sourceforge.net/p/gnuplot/bugs/1226/ + +--- docs/gnuplot.texi.orig 2013-04-12 17:26:15.000000000 +0000 ++++ docs/gnuplot.texi +@@ -17564,6 +17564,7 @@ if/else statements. See `if`. + + @node complete_list_of_terminals, , Terminal_types, Terminal_types + @section complete list of terminals ++@subsection output formats + + @c ?complete list of terminals + @cindex terminal |