Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2018 12:31:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 227444] textproc/intltool: intltool-update is broken by Perl 5.26
Message-ID:  <bug-227444-6497-hAbsnuCIeF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227444-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227444-6497@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=3D227444

--- Comment #1 from dan-freebsd@berrange.com ---
I notice FreeBSD already carries a patch to intltool to addresses these
problems, unfortunately the patch in question is incomplete, missing one key
chunk. eg compare

https://github.com/freebsd/freebsd-ports/blob/master/textproc/intltool/file=
s/patch-intltool-update.in

To the current patch Fedora carries

https://src.fedoraproject.org/rpms/intltool/blob/master/f/intltool-perl5.26=
-regex-fixes.patch

There's one key difference missing in the FreeBSD patch

-        $sub =3D $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~
/\${?$2}?/;

+        $sub =3D $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~
/\$\{?$2}?/;

--=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-227444-6497-hAbsnuCIeF>