Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2018 08:19:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474995 - head/graphics/diff-pdf
Message-ID:  <201807200819.w6K8JtV3010465@repo.freebsd.org>

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



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