Date: Sun, 18 Mar 2018 06:08:22 +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: r464878 - head/print/scribus Message-ID: <201803180608.w2I68Mqr046142@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Mar 18 06:08:22 2018 New Revision: 464878 URL: https://svnweb.freebsd.org/changeset/ports/464878 Log: Mark as broken on armvX. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/print/scribus/Makefile Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Sun Mar 18 06:04:32 2018 (r464877) +++ head/print/scribus/Makefile Sun Mar 18 06:08:22 2018 (r464878) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180608.w2I68Mqr046142>