Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2018 18:00:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227856] print/muttprint: Unbreak with recen
Message-ID:  <bug-227856-7788-VoYs9J5mHL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227856-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227856-7788@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=3D227856

--- Comment #1 from Romain Tarti=C3=A8re <romain@FreeBSD.org> ---
Created attachment 192914
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192914&action=
=3Dedit
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-le=
ft-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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227856-7788-VoYs9J5mHL>