Created attachment 192914 [details] Fix muttprint will not work with Perl 5.26 and die with the following message: perl Unescaped left brace in regex is illegal here in regex According to https://unix.stackexchange.com/questions/238539/automake-error-unescaped-left-brace-in-regex-is-deprecated#238708 escaping { and } produced a warning with Perl 5.22+ and now fails with Perl 5.26. The attached patch fix the issue. A PORTREVISION bump is also included.
I'm still on perl version perl5-5.24.1. I checked the patch and applied it. It works file too with 5.24. The proposed patch should be ci'ed.
Take it!
A commit references this bug: Author: romain Date: Mon Apr 30 06:17:52 UTC 2018 New revision: 468672 URL: https://svnweb.freebsd.org/changeset/ports/468672 Log: Unbreak with recent version of Perl PR: 227856 Submitted by: romain Approved by: Matthias Apitz <guru@unixarea.de> (maintainer) Changes: head/print/muttprint/Makefile head/print/muttprint/files/patch-muttprint
Committed, thanks!