svn commit: r464869 - head/editors/texworks

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 05:09:22 UTC 2018


Author: linimon
Date: Sun Mar 18 05:09:21 2018
New Revision: 464869
URL: https://svnweb.freebsd.org/changeset/ports/464869

Log:
  Mark broken on armvX.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/texworks/Makefile

Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile	Sun Mar 18 05:05:37 2018	(r464868)
+++ head/editors/texworks/Makefile	Sun Mar 18 05:09:21 2018	(r464869)
@@ -12,6 +12,9 @@ COMMENT=	Simple TeX front-end program
 
 LICENSE=	GPLv2
 
+BROKEN_armv6=		fails to install: PDFDocument.cpp:1836:39: cannot initialize a parameter of type 'qreal *' with an rvalue of type 'double *'
+BROKEN_armv7=		fails to install: PDFDocument.cpp:1836:39: cannot initialize a parameter of type 'qreal *' with an rvalue of type 'double *'
+
 BUILD_DEPENDS=	hunspell:textproc/hunspell
 LIB_DEPENDS=	libpoppler-qt4.so:graphics/poppler-qt4
 


More information about the svn-ports-all mailing list