summaryrefslogtreecommitdiff
path: root/textproc/latex2html/files/patch-latex2html.pin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with Perl 5.26.Mathieu Arnold2018-03-281-0/+67
| | | | | | | | | | | | | Unescaped left brace in regex is illegal in regex when not used as a quantifier. - /foo{3}/ will match foofoofoo. - /\\new{bar}/ is illegal and should be written as /\\new\{bar}/. PR: 226817 Sponsored by: Absolight Notes: svn path=/head/; revision=465819
* Update to 2016.Hiroki Sato2016-11-041-29/+0
| | | | Notes: svn path=/head/; revision=425352
* Fix with Perl 5.21.1+Mathieu Arnold2015-04-201-0/+29
"defined(@array)" and "defined(%hash)" are now fatal errors These have been deprecated since v5.6.1 and have raised deprecation warnings since v5.16. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384368