Summary: | devel/devtodo: Remove defunct post-patch | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kyle Evans <kevans> | ||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Keywords: | easy | ||||
Priority: | --- | Flags: | koobs:
merge-quarterly?
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 229925 | ||||||
Attachments: |
|
Reporter is (src) committer, assign accordingly. Change is: - A blanket approval candidate (either under just-fix-it, or non-functional ports-compliance) - If not above, implicitly Approved by: portmgr (unmaintained port) Comment on attachment 199466 [details]
svn(1) diff against devel/devtodo
Approved by: koobs (ports)
Approved by: portmgr (unmaintained port)
A commit references this bug: Author: tobik Date: Tue Feb 26 08:34:43 UTC 2019 New revision: 493947 URL: https://svnweb.freebsd.org/changeset/ports/493947 Log: devel/devtodo: Remove defunct post-patch post-patch is not operational, and likely hasn't ever been -- sed in base does not process \t as a tab but as an escaped ordinary 't' character. This will be forbidden in future versions of regex(3). PR: 233422 Submitted by: kevans Changes: head/devel/devtodo/Makefile |
Created attachment 199466 [details] svn(1) diff against devel/devtodo This REINPLACE_CMD is not operational, and likely hasn't ever been -- sed in base does not process \t as a tab but as an escaped ordinary 't' character. This will be forbidden in future versions of regex(3). Remove the post-patch; it's not operational, so it's not clear what purpose it is serving anymore. This can be verified by checking diff Makefile.in.bak Makefile.in on the file that's being patched -- no changes are to be made. Thanks, Kyle Evans