Date: Wed, 28 Mar 2018 16:53:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226817] Switch to Perl 5.26 Message-ID: <bug-226817-13-vOLWfENJk5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226817-13@https.bugs.freebsd.org/bugzilla/> References: <bug-226817-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226817 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: mat Date: Wed Mar 28 16:52:55 UTC 2018 New revision: 465819 URL: https://svnweb.freebsd.org/changeset/ports/465819 Log: Fix build with Perl 5.26. 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 Changes: head/math/gri/files/patch-doc__texinfo2HTML head/math/oleo/files/patch-doc_texi2html.in head/net/ldapsdk/files/patch-ldap_build_replace.pm head/textproc/latex2html/Makefile head/textproc/latex2html/files/patch-latex2html.pin head/textproc/latex2html/files/patch-versions_html4__0.pl head/textproc/linuxdoc-tools/files/patch-lib_fmt_fmt__latex2e.pl --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226817-13-vOLWfENJk5>