[Bug 233440] java/classpath: Fix sed expression
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 23 14:55:54 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233440
Bug ID: 233440
Summary: java/classpath: Fix sed expression
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: java at FreeBSD.org
Reporter: kevans at freebsd.org
Flags: maintainer-feedback?(java at FreeBSD.org)
Assignee: java at FreeBSD.org
Created attachment 199481
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199481&action=edit
svn(1) diff against java/classpath
Hi,
scripts/check__jni__methods.sh has an expression using an escape of an ordinary
character, '\J'. This will be disallowed in future versions of our regex(3) as
we ease our way into GNU extensions in libregex. Attached patch simply patches
out the escape, which should yield the same result with gsed and be
upstreamable.
Thanks,
Kyle Evans
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list