maintainer-feedback requested: [Bug 207270] textproc/intltool: fix warnings

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 17 03:01:56 UTC 2016


Ruslan Makhmatkhanov <rm at FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 207270: textproc/intltool: fix warnings
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207270



--- Description ---
Created attachment 167104
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167104&action=edit
eliminate warnings patch

This patch eliminates warnings like this by escaping left brace:
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at
/usr/local/bin/intltool-update line 1065.
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at
/usr/local/bin/intltool-update line 1193.

[...]

+ 7 more warnings like this when building ports involving intltool (gitg,
gnome-builder etc)

While here replace brackets with braces in download url (porlint warning) and
bump PORTREVISION because of package change.


More information about the freebsd-gnome mailing list