Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 14:46:49 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557066 - head/graphics/diff-pdf
Message-ID:  <202012051446.0B5Eknep034047@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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