svn commit: r450354 - head/graphics/evince

Mathieu Arnold mat at FreeBSD.org
Fri Sep 22 10:49:07 UTC 2017


Author: mat
Date: Fri Sep 22 10:49:05 2017
New Revision: 450354
URL: https://svnweb.freebsd.org/changeset/ports/450354

Log:
  Some ports had execinfo disabled during the cretaceous era, enable
  support back.
  
  PR:		220271
  Submitted by:	mat (review), Yasuhiro KIMURA (PR)
  Sponsored by:	Absolight
  Differential Revision:	https://reviews.freebsd.org/D11488

Modified:
  head/graphics/evince/Makefile   (contents, props changed)

Modified: head/graphics/evince/Makefile
==============================================================================
--- head/graphics/evince/Makefile	Fri Sep 22 10:48:57 2017	(r450353)
+++ head/graphics/evince/Makefile	Fri Sep 22 10:49:05 2017	(r450354)
@@ -127,8 +127,7 @@ PLIST_SUB+=		COMICS="@comment "
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|execinfo.h|#|g' \
-		-e 's|" == "|" = "|g' \
+	@${REINPLACE_CMD} -e 's|" == "|" = "|g' \
 		-e 's|-Werror||g' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \


More information about the svn-ports-all mailing list