Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2018 14:55:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 233440] java/classpath: Fix sed expression
Message-ID:  <bug-233440-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org
          Reporter: kevans@freebsd.org
             Flags: maintainer-feedback?(java@FreeBSD.org)
          Assignee: java@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233440-8522>