Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2018 13:03:25 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475011 - head/graphics/diff-pdf
Message-ID:  <201807201303.w6KD3PI4061018@repo.freebsd.org>

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



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