Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 01:55:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233457] multimedia/libkate: remove redundant regex escapes
Message-ID:  <bug-233457-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 233457
           Summary: multimedia/libkate: remove redundant regex escapes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bar@FreeBSD.org
          Reporter: kevans@freebsd.org
          Assignee: bar@FreeBSD.org
             Flags: maintainer-feedback?(bar@FreeBSD.org)

Created attachment 199502
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199502&action=
=3Dedit
svn(1) diff against multimedia/libkate

Hi,

libkate's Makefile escapes single quotes in some of the sed expressions. Th=
is
gets passed through to regex(3) as an escaped-single-quote, which is an esc=
ape
of an ordinary character. Such escapes will be forbidden in a future versio=
n of
regex(3), so catch up early and remove the redundant escapes.

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-233457-7788>