Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Mar 2016 19:00:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 207270] textproc/intltool: fix warnings
Message-ID:  <bug-207270-6497-80jAFT96O5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207270-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207270-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=3D207270

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: rm
Date: Sat Mar  5 19:00:05 UTC 2016
New revision: 410197
URL: https://svnweb.freebsd.org/changeset/ports/410197

Log:
  textproc/intltool: fix warnings with perl 5.22

  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.

  PR:           207270
  With hat:   gnome
  MFH:          2016Q1

Changes:
  head/textproc/intltool/Makefile
  head/textproc/intltool/files/patch-intltool-update.in

--=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-207270-6497-80jAFT96O5>