[linimon at FreeBSD.org: svn commit: r473012 - in head: finance/bitcoin-armory games/nxengine graphics/qt5-graphicaleffects java/java3d lang/gnustep-base math/p5-Math-Pari math/reduce math/tblis math/xlife++ multimedia/Ben...]

Mark Linimon linimon at lonesome.com
Fri Jun 22 01:17:49 UTC 2018


FYI.  You do not need to take any action.

mcl

finance/bitcoin-armory          yuri at FreeBSD.org
games/nxengine                  lifanov at FreeBSD.org
graphics/cloudcompare           neel at neelc.org
graphics/qt5-graphicaleffects   kde at FreeBSD.org
lang/gnustep-base               theraven at FreeBSD.org
math/p5-Math-Pari               perl at FreeBSD.org
math/reduce                     pfg at FreeBSD.org
math/tblis                      jmd at FreeBSD.org
math/xlife++                    yuri at FreeBSD.org
multimedia/Bento4               mmokhi at FreeBSD.org
multimedia/kmplayer-kde4        jhale at FreeBSD.org
multimedia/photofilmstrip       bofh at FreeBSD.org
net/belle-sip                   bofh at FreeBSD.org
net/cjdns                       yuri at FreeBSD.org
net-mgmt/riemann-c-client       dch at skunkwerks.at
science/py-dlib                 6yearold at gmail.com

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Fri, 22 Jun 2018 01:15:20 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r473012 - in head: finance/bitcoin-armory games/nxengine graphics/qt5-graphicaleffects java/java3d lang/gnustep-base math/p5-Math-Pari math/reduce math/tblis math/xlife++ multimedia/Ben...

Author: linimon
Date: Fri Jun 22 01:15:19 2018
New Revision: 473012
URL: https://svnweb.freebsd.org/changeset/ports/473012

Log:
  Mark these ports as broken on aarch64, and, where appropriate, on armvX.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/finance/bitcoin-armory/Makefile
  head/games/nxengine/Makefile
  head/graphics/qt5-graphicaleffects/Makefile
  head/java/java3d/Makefile
  head/lang/gnustep-base/Makefile
  head/math/p5-Math-Pari/Makefile
  head/math/reduce/Makefile
  head/math/tblis/Makefile
  head/math/xlife++/Makefile
  head/multimedia/Bento4/Makefile
  head/multimedia/acidrip/Makefile
  head/multimedia/kmplayer-kde4/Makefile
  head/multimedia/photofilmstrip/Makefile
  head/net-mgmt/riemann-c-client/Makefile
  head/net/belle-sip/Makefile
  head/net/cjdns/Makefile
  head/science/mpqc/Makefile
  head/science/py-dlib/Makefile
  head/security/iaikpkcs11wrapper/Makefile
  head/security/quantis/Makefile
  head/sysutils/osquery/Makefile
  head/sysutils/puppet5/Makefile
  head/x11-toolkits/qt5-quickcontrols/Makefile
  head/x11-toolkits/qt5-quickcontrols2/Makefile
  head/x11-toolkits/qtermwidget/Makefile
  head/x11/polybar/Makefile

Modified: head/finance/bitcoin-armory/Makefile
==============================================================================
--- head/finance/bitcoin-armory/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/finance/bitcoin-armory/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -13,6 +13,10 @@ COMMENT=	Desktop bitcoin management system
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: c++: language not recognized: 'ar'
+BROKEN_armv6=		fails to compile: c++: language not recognized: 'ar'
+BROKEN_armv7=		fails to compile: c++: language not recognized: 'ar'
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/swig3.0:devel/swig30 \
 		${LOCALBASE}/bin/pyrcc4:textproc/py-qt4-xml@${PY_FLAVOR} \
 		${LOCALBASE}/bin/rsync:net/rsync

Modified: head/games/nxengine/Makefile
==============================================================================
--- head/games/nxengine/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/games/nxengine/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -22,6 +22,10 @@ LICENSE_PERMS_FREEWARE=	dist-mirror pkg-mirror auto-ac
 LICENSE_DISTFILES_GPLv3=	${DISTFILES:[3]}
 LICENSE_DISTFILES_FREEWARE=	${DISTFILES:[2]:S/:data//}
 
+BROKEN_aarch64=		fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
+BROKEN_armv6=		fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
+BROKEN_armv7=		fails to compile: player.cpp:763:50: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
+
 LIB_DEPENDS=	libpng.so:graphics/png
 
 DESKTOP_ENTRIES="NXEngine" "" "${PORTNAME}" \

Modified: head/graphics/qt5-graphicaleffects/Makefile
==============================================================================
--- head/graphics/qt5-graphicaleffects/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/graphics/qt5-graphicaleffects/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -8,8 +8,10 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt Quick graphical effects
 
+BROKEN_aarch64=		fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
+
+USES=		qmake
 USE_QT5=	buildtools_build core gui quick qml
 QT_DIST=	${PORTNAME}
-USES=		qmake
 
 .include <bsd.port.mk>

Modified: head/java/java3d/Makefile
==============================================================================
--- head/java/java3d/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/java/java3d/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -13,6 +13,7 @@ COMMENT=	Provides API for creating and manipulation of
 LICENSE=	BSD2CLAUSE GPLv2
 LICENSE_COMB=	multi
 
+BROKEN_aarch64=		fails to compile: GVector.java:168: bad use of '>'
 BROKEN_armv6=		fails to compile: build.xml: Compile failed; see the compiler error output for details
 BROKEN_armv7=		fails to compile: build.xml: Compile failed; see the compiler error output for details
 

Modified: head/lang/gnustep-base/Makefile
==============================================================================
--- head/lang/gnustep-base/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/lang/gnustep-base/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -13,6 +13,8 @@ COMMENT=	GNUstep Foundation library
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
+BROKEN_aarch64=		fails to compile: <inline asm>:1:27: unexpected token in argument list
+
 LIB_DEPENDS+=	libffi.so:devel/libffi
 LIB_DEPENDS+=	libxml2.so:textproc/libxml2
 LIB_DEPENDS+=	libxslt.so:textproc/libxslt
@@ -21,12 +23,12 @@ LIB_DEPENDS+=	libgcrypt.so:security/libgcrypt
 
 RUN_DEPENDS+=	${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnustep-make
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
-CONFIGURE_ENV=	OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
 USES=		pkgconfig iconv gnustep
 USE_GNUSTEP=	build
 USE_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
+CONFIGURE_ENV=	OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
 
 MAKE_FLAGS=	OPTFLAG="${CFLAGS}"
 

Modified: head/math/p5-Math-Pari/Makefile
==============================================================================
--- head/math/p5-Math-Pari/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/math/p5-Math-Pari/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -17,6 +17,8 @@ COMMENT=	PARI - numerical/scientific/number-theoretic 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BROKEN_aarch64=		fails to link: mp.c:(function pari_kernel_init): can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'gpmalloc' defined in init.o
+
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		perl5

Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/math/reduce/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -12,6 +12,8 @@ COMMENT=	REDUCE Codemist Standard Lisp general-purpose
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_aarch64=		fails to install: Reduce-svn4372-src/cslbuild/aarch64-unknown-freebsd11.1/csl/reduce.img: No such file or directory
+BROKEN_armv6=		fails to compile: redfront.h:118:12: conflicting types for '__wcwidth'
 BROKEN_powerpc64=	fails to compile: arith01.cpp: 'statuc' does not name a type
 
 RUN_DEPENDS=	gnuplot:math/gnuplot

Modified: head/math/tblis/Makefile
==============================================================================
--- head/math/tblis/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/math/tblis/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -12,6 +12,8 @@ COMMENT=	Framework for performing tensor operations
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
+BROKEN_armv6=		fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
 NOT_FOR_ARCHS=	i386
 NOT_FOR_ARCHS_REASON=	i386 requires SSE
 
@@ -19,11 +21,11 @@ OPTIONS_DEFINE=	PARA
 PARA_DESC=	use pthread parallelization
 OPTIONS_DEFAULT=	PARA
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	devinamatthews
-
 USES=		gmake libtool
 USE_LDCONFIG=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	devinamatthews
 
 HAS_CONFIGURE=	yes
 

Modified: head/math/xlife++/Makefile
==============================================================================
--- head/math/xlife++/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/math/xlife++/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -12,6 +12,8 @@ COMMENT=	XLiFE++: eXtended Library of Finite Elements 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_aarch64=		fails to compile: BlasUtil.h:63:63: no type named 'ReturnType' in 'Eigen::ScalarBinaryOpTraits<__attribute__
+
 USES=		cmake:outsource eigen:3 fortran tar:tbz
 USE_LDCONFIG=	yes
 

Modified: head/multimedia/Bento4/Makefile
==============================================================================
--- head/multimedia/Bento4/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/multimedia/Bento4/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -11,6 +11,8 @@ COMMENT=	Full-featured MP4 format and MPEG DASH librar
 
 LICENSE=	GPLv2
 
+BROKEN_aarch64=		fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
+
 USES=		cmake:outsource,noninja
 
 USE_GITHUB=	yes

Modified: head/multimedia/acidrip/Makefile
==============================================================================
--- head/multimedia/acidrip/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/multimedia/acidrip/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs
 
+BROKEN_aarch64=		fails to build: test for MEncoder: sh: mplayer: not found
+
 BUILD_DEPENDS=	lsdvd:multimedia/lsdvd \
 		mencoder:multimedia/mencoder \
 		p5-Gtk2>=0:x11-toolkits/p5-Gtk2

Modified: head/multimedia/kmplayer-kde4/Makefile
==============================================================================
--- head/multimedia/kmplayer-kde4/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/multimedia/kmplayer-kde4/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -14,6 +14,9 @@ COMMENT=	KDE frontend to Phonon / KDE4
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+NOT_FOR_ARCHS=		aarch64
+NOT_FOR_ARCHS_REASON=	prcpucfg.h:764:2: error: "Unknown CPU architecture"
+
 LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libphonon.so:multimedia/phonon \

Modified: head/multimedia/photofilmstrip/Makefile
==============================================================================
--- head/multimedia/photofilmstrip/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/multimedia/photofilmstrip/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -14,6 +14,8 @@ COMMENT=	Creates movies out of your pictures
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=		fails to build: Signal 11
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 RUN_DEPENDS=	mencoder:multimedia/mencoder \
 		mplayer:multimedia/mplayer

Modified: head/net-mgmt/riemann-c-client/Makefile
==============================================================================
--- head/net-mgmt/riemann-c-client/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/net-mgmt/riemann-c-client/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -13,6 +13,8 @@ COMMENT=	C library and command-line tool for Riemann
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to build: FAIL: tests/check_symver
+
 BUILD_DEPENDS=	check>0:devel/check
 LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c \
 		libgnutls.so:security/gnutls \

Modified: head/net/belle-sip/Makefile
==============================================================================
--- head/net/belle-sip/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/net/belle-sip/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -16,6 +16,8 @@ COMMENT=	Belle-sip is a SIP (RFC3261) implementation w
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=		fails to build: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
+
 LIB_DEPENDS=	libantlr3c.so:devel/libantlr3c \
 		libbctoolbox.so:net/bctoolbox
 

Modified: head/net/cjdns/Makefile
==============================================================================
--- head/net/cjdns/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/net/cjdns/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -13,6 +13,9 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_FreeBSD_10_i386=	fails CC_OUTPUT_921dbbb2_65ad290d=error: invalid value 'c++14' in '-std=c++14' yes
+BROKEN_aarch64=		fails to compile: Link time optimization not supported: the clang compiler does not support '-march=native'
+BROKEN_armv6=		fails to build: Killing runaway build after 21600 seconds with no output
+BROKEN_armv7=		fails to build: Killing runaway build after 21600 seconds with no output
 
 BUILD_DEPENDS=	node:www/node \
 		bash:shells/bash

Modified: head/science/mpqc/Makefile
==============================================================================
--- head/science/mpqc/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/science/mpqc/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Massively Parallel Quantum Chemistry Program
 
+BROKEN_aarch64=		fails to compile: lapack.h:2:10: 'chemistry/qc/mbptr12/f77sym.h' file not found
+
 LIB_DEPENDS=	libint.so:science/libint
 
 GNU_CONFIGURE=	yes

Modified: head/science/py-dlib/Makefile
==============================================================================
--- head/science/py-dlib/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/science/py-dlib/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -12,6 +12,10 @@ COMMENT=	Machine learning framework written in C++ (py
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/dlib/LICENSE.txt
 
+BROKEN_aarch64=		fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified
+BROKEN_armv6=		fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified
+BROKEN_armv7=		fails to build: CMake Error at test_for_avx/CMakeLists.txt:17 (if): if given arguments: "EQUAL" "0" "AND" "compile_result": Unknown arguments specified
+
 BUILD_DEPENDS=		cmake:devel/cmake
 LIB_DEPENDS=		${PY_BOOST}
 

Modified: head/security/iaikpkcs11wrapper/Makefile
==============================================================================
--- head/security/iaikpkcs11wrapper/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/security/iaikpkcs11wrapper/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -10,6 +10,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}
 MAINTAINER=	ale at FreeBSD.org
 COMMENT=	PKCS\#11 Java wrapper
 
+BROKEN_aarch64=		fails to link: /tmp/pkcs11wrapper-01d033.o is incompatible with /usr/lib/crti.o
 BROKEN_powerpc64=	fails to link: cannot find -lgcc
 
 OPTIONS_DEFINE=	DOCS EXAMPLES

Modified: head/security/quantis/Makefile
==============================================================================
--- head/security/quantis/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/security/quantis/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -16,6 +16,10 @@ LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	dual
 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/../License.txt
 
+BROKEN_aarch64=		fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
+BROKEN_armv6=		fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
+BROKEN_armv7=		fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY)
+
 OPTIONS_DEFINE=	PCI USB JAVA COMPAT TOOL GUI DOCS EXAMPLES
 OPTIONS_DEFAULT=PCI USB JAVA TOOL GUI
 NO_OPTIONS_SORT=yes

Modified: head/sysutils/osquery/Makefile
==============================================================================
--- head/sysutils/osquery/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/sysutils/osquery/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -11,6 +11,8 @@ COMMENT=	SQL powered OS instrumentation, monitoring, a
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: the clang compiler does not support '-march=x86-64'
+
 BUILD_DEPENDS=	thrift>=0.11.0:devel/thrift \
 		bash>0:shells/bash \
 		linenoise-ng>0:devel/linenoise-ng \

Modified: head/sysutils/puppet5/Makefile
==============================================================================
--- head/sysutils/puppet5/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/sysutils/puppet5/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -12,6 +12,8 @@ COMMENT=	Configuration management framework written in
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to install: Could not load facter; cannot install
+
 BUILD_DEPENDS=	rubygem-hiera>=2.0:sysutils/rubygem-hiera \
 		rubygem-json_pure>=0:devel/rubygem-json_pure
 RUN_DEPENDS=	rubygem-gettext-setup>=0:devel/rubygem-gettext-setup \

Modified: head/x11-toolkits/qt5-quickcontrols/Makefile
==============================================================================
--- head/x11-toolkits/qt5-quickcontrols/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/x11-toolkits/qt5-quickcontrols/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -8,10 +8,14 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Set of controls for building complete interfaces in Qt Quick
 
+BROKEN_aarch64=		fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv6=		fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv7=		fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+
+USES=		qmake
 USE_QT5=	core gui qml quick widgets \
 		buildtools_build
 QT_DIST=	quickcontrols
-USES=		qmake
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qt5-quickcontrols2/Makefile
==============================================================================
--- head/x11-toolkits/qt5-quickcontrols2/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/x11-toolkits/qt5-quickcontrols2/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -8,10 +8,14 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Set of controls for building complete interfaces in Qt Quick
 
+BROKEN_aarch64=		fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv6=		fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+BROKEN_armv7=		fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory
+
+USES=		qmake:norecursive
 USE_QT5=	core gui qml quick widgets \
 		buildtools_build
 QT_DIST=	${PORTNAME}
-USES=		qmake:norecursive
 USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/qtermwidget/Makefile
==============================================================================
--- head/x11-toolkits/qtermwidget/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/x11-toolkits/qtermwidget/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -11,6 +11,10 @@ COMMENT=	Terminal widget for QTerminal
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
+BROKEN_armv6=		fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
+BROKEN_armv7=		fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
+
 USES=	cmake:outsource compiler:c++11-lang gettext-runtime lxqt \
 	pkgconfig tar:xz
 USE_LDCONFIG=	yes

Modified: head/x11/polybar/Makefile
==============================================================================
--- head/x11/polybar/Makefile	Fri Jun 22 01:06:59 2018	(r473011)
+++ head/x11/polybar/Makefile	Fri Jun 22 01:15:19 2018	(r473012)
@@ -11,6 +11,10 @@ COMMENT=	Fast and easy-to-use status bar
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=		fails to build: KeyError: 'eventstruct'
+BROKEN_armv6=		fails to build: KeyError: 'eventstruct'
+BROKEN_armv7=		fails to build: KeyError: 'eventstruct'
+
 BUILD_DEPENDS=	xcb-proto>=1.9:x11/xcb-proto
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \


----- End forwarded message -----


More information about the kde-freebsd mailing list