Bug 233445 - mail/squirrelmail-sasql-plugin: remove extra escapes from Makefile
Summary: mail/squirrelmail-sasql-plugin: remove extra escapes from Makefile
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: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks: 229925
  Show dependency treegraph
 
Reported: 2018-11-23 17:03 UTC by Kyle Evans
Modified: 2019-02-26 08:30 UTC (History)
0 users

See Also:


Attachments
svn(1) diff against mail/squirrelmail-sasql-plugin (616 bytes, patch)
2018-11-23 17:03 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-23 17:03:45 UTC
Created attachment 199488 [details]
svn(1) diff against mail/squirrelmail-sasql-plugin

Hi,

This port's makefile currently uses some extra escapes in its sed regex: \$$ and \'. The latter is considered an escape of an ordinary character, and will be disallowed in a future version of regex(3) while we segue into libregex(3) repurposing some of these escapes for special meaning.

Although \$$ isn't harmful and will likely continue to be allowed, I've removed the escape from that one as well.

Thanks,

Kyle Evans
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-26 08:30:07 UTC
A commit references this bug:

Author: tobik
Date: Tue Feb 26 08:29:30 UTC 2019
New revision: 493944
URL: https://svnweb.freebsd.org/changeset/ports/493944

Log:
  mail/squirrelmail-sasql-plugin: Remove extra escapes

  This port currently uses some extra escapes in its sed regex: \$$
  and \'.  The latter is considered an escape of an ordinary character,
  and will be disallowed in a future version of regex(3) while we
  segue into libregex(3) repurposing some of these escapes for special
  meaning.

  PR:		233445
  Submitted by:	kevans

Changes:
  head/mail/squirrelmail-sasql-plugin/Makefile