Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 02:13:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233459] math/octave: point the configure script at gsed for regex correctness
Message-ID:  <bug-233459-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233459

            Bug ID: 233459
           Summary: math/octave: point the configure script at gsed for
                    regex correctness
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: stephen@FreeBSD.org
          Reporter: kevans@freebsd.org
          Assignee: stephen@FreeBSD.org
             Flags: maintainer-feedback?(stephen@FreeBSD.org)

Created attachment 199504
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199504&action=
=3Dedit
svn(1) diff against math/octave

Hi,

octave's build process features this bit near the middle/end: sed -ne
'/^\x1d/,$p' ./libinterp/op-kw-docs

This is expecting \x1d to be properly inserted in the pattern, which does n=
ot
currently happen with our sed. Swap it out for gsed for the time being until
our sed becomes capable -- the BUILD_DEPENDS on gsed was already there, it =
was
mainly a matter of forcing it into the configure script.

Thanks,

Kyle Evans

--=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-233459-7788>