svn commit: r557066 - head/graphics/diff-pdf

Tobias C. Berner tcberner at FreeBSD.org
Sat Dec 5 14:46:50 UTC 2020


Author: tcberner
Date: Sat Dec  5 14:46:49 2020
New Revision: 557066
URL: https://svnweb.freebsd.org/changeset/ports/557066

Log:
  graphics/diff-pdf: prepare for poppler 20.12
  
  PR:		251537

Modified:
  head/graphics/diff-pdf/Makefile

Modified: head/graphics/diff-pdf/Makefile
==============================================================================
--- head/graphics/diff-pdf/Makefile	Sat Dec  5 14:44:35 2020	(r557065)
+++ head/graphics/diff-pdf/Makefile	Sat Dec  5 14:46:49 2020	(r557066)
@@ -28,5 +28,7 @@ PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:
 	@${REINPLACE_CMD} '/AM_PATH_WXCONFIG/ s,3.0.0,2.8.0,' ${WRKSRC}/configure.ac
+	# Poppler 20.12 no longer installs the pc file for this private backend.
+	${REINPLACE_CMD} 's|poppler-cairo >= 0.10||g' ${WRKSRC}/configure.ac
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list