Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 19:34:35 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518525 - head/graphics/tesseract
Message-ID:  <201911271934.xARJYZ1b077699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 27 19:34:35 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

Modified:
  head/graphics/tesseract/Makefile

Modified: head/graphics/tesseract/Makefile
==============================================================================
--- head/graphics/tesseract/Makefile	Wed Nov 27 19:31:34 2019	(r518524)
+++ head/graphics/tesseract/Makefile	Wed Nov 27 19:34:35 2019	(r518525)
@@ -53,7 +53,6 @@ TOOLS_USE=	GNOME=cairo,glib20,pango
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911271934.xARJYZ1b077699>