From 40495e83009fc313c736dd6eb1cd47e469973a6c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 18 Mar 2018 06:08:22 +0000 Subject: [PATCH] Mark as broken on armvX. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- print/scribus/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 6b71f33725a9..355129b94b5c 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -13,6 +13,9 @@ COMMENT= Comprehensive desktop publishing program LICENSE= GPLv2+ +BROKEN_armv6= fails to build: scribus.cpp:6711:36: assigning to 'double *' from incompatible type 'qreal *' +BROKEN_armv7= fails to build: scribus.cpp:6711:36: assigning to 'double *' from incompatible type 'qreal *' + LIB_DEPENDS= liblcms.so:graphics/lcms \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ @@ -27,10 +30,10 @@ LIB_DEPENDS= liblcms.so:graphics/lcms \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} -USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network -USE_GNOME= libartlgpl2 libxml2 USES= cmake:outsource desktop-file-utils ghostscript:run jpeg \ pkgconfig python:2.7 shared-mime-info tar:xz +USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network +USE_GNOME= libartlgpl2 libxml2 USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit