Bug 233440

Summary: java/classpath: Fix sed expression
Product: Ports & Packages Reporter: Kyle Evans <kevans>
Component: Individual Port(s)Assignee: freebsd-java (Nobody) <java>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: kevans
Priority: --- Flags: bugzilla: maintainer-feedback? (java)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 229925    
Attachments:
Description Flags
svn(1) diff against java/classpath none

Description Kyle Evans freebsd_committer freebsd_triage 2018-11-23 14:55:51 UTC
Created attachment 199481 [details]
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
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2018-12-03 13:32:57 UTC
Expired port removed.