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

Tobias Kortkamp tobik at FreeBSD.org
Fri Jul 20 13:03:26 UTC 2018


Author: tobik
Date: Fri Jul 20 13:03:25 2018
New Revision: 475011
URL: https://svnweb.freebsd.org/changeset/ports/475011

Log:
  Unbreak graphics/diff-pdf
  
  wxWidgets 3.0 isn't actually required and it builds and runs fine with 2.8.
  Loosen the version requirement in configure.ac.
  
  PR:		229902
  Approved by:	Zsolt Udvari <uzsolt at uzsolt.hu> (maintainer)

Modified:
  head/graphics/diff-pdf/Makefile

Modified: head/graphics/diff-pdf/Makefile
==============================================================================
--- head/graphics/diff-pdf/Makefile	Fri Jul 20 12:19:30 2018	(r475010)
+++ head/graphics/diff-pdf/Makefile	Fri Jul 20 13:03:25 2018	(r475011)
@@ -12,8 +12,6 @@ COMMENT=	Tool for visually comparing two PDFs
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to configure
-
 LIB_DEPENDS=	libpoppler.so:graphics/poppler \
 		libpoppler-glib.so:graphics/poppler-glib
 
@@ -26,5 +24,8 @@ USE_GNOME=	cairo glib20
 USE_WX=		2.8+
 
 PLIST_FILES=	bin/${PORTNAME}
+
+post-patch:
+	@${REINPLACE_CMD} '/AM_PATH_WXCONFIG/ s,3.0.0,2.8.0,' ${WRKSRC}/configure.ac
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list