diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-08 09:51:36 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-08 09:51:36 +0800 |
commit | b0ea0642ac484bd5d27b0cb3551542f6d53addac (patch) | |
tree | ad32fc80fda800050769bc3aa2f2d22e36b383aa /x11-toolkits | |
parent | 53deedc2c51e3e7cd09bf310410bfc3f987b3701 (diff) | |
download | freebsd-ports-gnome-b0ea0642ac484bd5d27b0cb3551542f6d53addac.tar.gz freebsd-ports-gnome-b0ea0642ac484bd5d27b0cb3551542f6d53addac.tar.zst freebsd-ports-gnome-b0ea0642ac484bd5d27b0cb3551542f6d53addac.zip |
Actually I misread manu's email message. These ports are still broken on,
and only on, armv6. Confirmed by local testing.
Submitted by: manu
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt5-quickcontrols/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt5-quickcontrols2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/qt5-quickcontrols/Makefile b/x11-toolkits/qt5-quickcontrols/Makefile index a8024188d22d..4a9f66ade484 100644 --- a/x11-toolkits/qt5-quickcontrols/Makefile +++ b/x11-toolkits/qt5-quickcontrols/Makefile @@ -8,6 +8,8 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Set of controls for building complete interfaces in Qt Quick +BROKEN_armv6= fails to install: pkg-static: Unable to access file ApplicationWindow.qmlc: No such file or directory + USES= qmake qt-dist:5,quickcontrols USE_QT= core gui qml quick widgets \ buildtools_build diff --git a/x11-toolkits/qt5-quickcontrols2/Makefile b/x11-toolkits/qt5-quickcontrols2/Makefile index e666cd12dc9c..bccff2c319fd 100644 --- a/x11-toolkits/qt5-quickcontrols2/Makefile +++ b/x11-toolkits/qt5-quickcontrols2/Makefile @@ -8,6 +8,8 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Set of controls for building complete interfaces in Qt Quick +BROKEN_armv6= fails to install: pkg-static: Unable to access file DayOfWeekRow.qmlc: No such file or directory + USES= qmake:norecursive qt-dist:5 USE_QT= core gui qml quick widgets \ buildtools_build |