[Bug 233421] databases/xapian-core: Switch to gsed for configure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 23 03:03:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233421

            Bug ID: 233421
           Summary: databases/xapian-core: Switch to gsed for configure
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: kevans at freebsd.org
          Assignee: sunpoet at FreeBSD.org
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)

Created attachment 199465
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199465&action=edit
svn(1) diff against the ports tree

Hi,

xapian-core's configure script tries to use \r as-in 'hard return', which isn't
supported by our sed at this time -- this causes it to get passed through to
regex(3) as an escape of an ordinary character, 'r'. Escaping of ordinary
characters will not be allowed in future versions of regex(3), so switch to
gsed for now until our sed supports some of the more common escape sequences;
\r, \n, \t.

I'm including a diff that covers databases/xapian-core10 and
databases/xapian-core12 as well; I understand you only maintain two of these,
but I'd appreciate it if you could help shuffle the third one is as well given
that it's the same patch.

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