Bug 241654 - graphics/tesseract: post-patch command not needed
Summary: graphics/tesseract: post-patch command not needed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-01 23:47 UTC by John Hein
Modified: 2019-11-27 19:38 UTC (History)
0 users

See Also:
pkubaj: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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