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

Antoine Brodin antoine at FreeBSD.org
Fri Jul 20 08:19:56 UTC 2018


Author: antoine
Date: Fri Jul 20 08:19:55 2018
New Revision: 474995
URL: https://svnweb.freebsd.org/changeset/ports/474995

Log:
  Mark BROKEN: fails to configure
  
  checking for wxWidgets version >= 3.0.0... no (version 2.8.12 is not new enough)
  configure: error: wxWidgets is required
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/diff-pdf/Makefile

Modified: head/graphics/diff-pdf/Makefile
==============================================================================
--- head/graphics/diff-pdf/Makefile	Fri Jul 20 08:17:36 2018	(r474994)
+++ head/graphics/diff-pdf/Makefile	Fri Jul 20 08:19:55 2018	(r474995)
@@ -12,6 +12,8 @@ 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
 


More information about the svn-ports-all mailing list