Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 05:09:21 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464869 - head/editors/texworks
Message-ID:  <201803180509.w2I59L9w016056@repo.freebsd.org>

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



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