diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-31 09:56:21 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-31 09:56:33 +0100 |
commit | ed9c9d43b7be518240c7749007b8a3393542d686 (patch) | |
tree | b4df76cccae970650320c86054b4f2619fe1ebce /dev-tex/latex2html/files | |
parent | sci-libs/rtabmap: bump to 0.11.14 (diff) | |
download | gentoo-ed9c9d43b7be518240c7749007b8a3393542d686.tar.gz gentoo-ed9c9d43b7be518240c7749007b8a3393542d686.tar.bz2 gentoo-ed9c9d43b7be518240c7749007b8a3393542d686.zip |
dev-tex/latex2html: Bump to 2017.2.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-tex/latex2html/files')
-rw-r--r-- | dev-tex/latex2html/files/latex2html-tests.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-tex/latex2html/files/latex2html-tests.patch b/dev-tex/latex2html/files/latex2html-tests.patch new file mode 100644 index 000000000000..1ada1a32bf00 --- /dev/null +++ b/dev-tex/latex2html/files/latex2html-tests.patch @@ -0,0 +1,26 @@ +Index: latex2html-2017.2/styles/frames.perl +=================================================================== +--- latex2html-2017.2.orig/styles/frames.perl ++++ latex2html-2017.2/styles/frames.perl +@@ -295,7 +295,7 @@ sub check_frame_colorset { + elsif ($reverse == 1) {$colorset="${which}_colorset_star"} + elsif ($reverse == 2) {$colorset="${which}_colorset_star_star"} + else {$colorset="${which}_colorset"} +- if (!(defined @$colorset)) ++ if (!(@$colorset)) + { print STDERR "\nframes for $which are not supported\n"; return($rest);} + local($frame_tmp)=$frame_data; + local($key, @values); +Index: latex2html-2017.2/styles/natbib.perl +=================================================================== +--- latex2html-2017.2.orig/styles/natbib.perl ++++ latex2html-2017.2/styles/natbib.perl +@@ -1451,7 +1451,7 @@ sub do_cmd_citestyle { + local($_) = @_; + s/$next_pair_pr_rx//o; + local($style)="citestyle_$2"; +- if (defined @$style) { ++ if (@$style) { + ($CITE_OPEN_DELIM, + $CITE_CLOSE_DELIM, + $CITE_ENUM, |