Bug 233440 - java/classpath: Fix sed expression
Summary: java/classpath: Fix sed expression
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-java (Nobody)
URL:
Keywords:
Depends on:
Blocks: 229925
  Show dependency treegraph
 
Reported: 2018-11-23 14:55 UTC by Kyle Evans
Modified: 2018-12-03 13:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (java)


Attachments
svn(1) diff against java/classpath (1.17 KB, patch)
2018-11-23 14:55 UTC, Kyle Evans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.