Bug 241654

Summary: graphics/tesseract: post-patch command not needed
Product: Ports & Packages Reporter: John Hein <jcfyecrayz>
Component: Individual Port(s)Assignee: Piotr Kubaj <pkubaj>
Status: Closed FIXED    
Severity: Affects Some People Flags: pkubaj: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Hein 2019-11-01 23:47:38 UTC
The sed substitution for %%LOCALBASE%% is no longer needed after a patch file was removed in r506495.

--- Makefile    (revision 516216)
+++ Makefile    (working copy)
@@ -53,7 +53,6 @@
 
 post-patch:
        @${REINPLACE_CMD} -e 's|-O3 -DNDEBUG||' ${WRKSRC}/configure.ac
-       @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/doc/Makefile.am
 
 post-build-TOOLS-on:
        @cd ${WRKSRC} && ${MAKE} training



No PORTREVISION bump needed, of course.
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2019-11-20 09:52:23 UTC
Waiting for mentor approval.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-11-27 19:35:33 UTC
A commit references this bug:

Author: pkubaj
Date: Wed Nov 27 19:34:35 UTC 2019
New revision: 518525
URL: https://svnweb.freebsd.org/changeset/ports/518525

Log:
  graphics/tesseract: post-patch command not needed

  The sed substitution for %%LOCALBASE%% is no longer needed after a patch file was removed in r506495.

  PR:		241654
  Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
  Reviewed by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D22456

Changes:
  head/graphics/tesseract/Makefile