Bug 233457 - multimedia/libkate: remove redundant regex escapes
Summary: multimedia/libkate: remove redundant regex escapes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Barbara Guida
URL:
Keywords:
Depends on:
Blocks: 229925
  Show dependency treegraph
 
Reported: 2018-11-24 01:55 UTC by Kyle Evans
Modified: 2018-12-26 20:00 UTC (History)
2 users (show)

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


Attachments
svn(1) diff against multimedia/libkate (397 bytes, patch)
2018-11-24 01: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-24 01:55:33 UTC
Created attachment 199502 [details]
svn(1) diff against multimedia/libkate

Hi,

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

Thanks,

Kyle Evans
Comment 1 Steve Wills freebsd_committer freebsd_triage 2018-12-09 00:37:52 UTC
This will need a PORTREVISION bump.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-26 19:54:28 UTC
A commit references this bug:

Author: bar
Date: Wed Dec 26 19:54:04 UTC 2018
New revision: 488422
URL: https://svnweb.freebsd.org/changeset/ports/488422

Log:
  Remove redundant regex escapes.

  PR:	233457
  Submitted by:	kevans

Changes:
  head/multimedia/libkate/Makefile