diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-24 01:02:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-24 01:02:44 +0000 |
commit | 8fa21ab6bbc9e4ebff4c875d4db69a378b0f06c1 (patch) | |
tree | 2028a930a0cf92fb6fa72bd727b6576e7d8e570e | |
parent | 078a5d741919a7be140ed626640199bd6c7a79da (diff) |
Notes
-rw-r--r-- | graphics/qt5-graphicaleffects/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt5-quickcontrols/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt5-quickcontrols2/Makefile | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile index 67031e5571d1..6a99f055f96c 100644 --- a/graphics/qt5-graphicaleffects/Makefile +++ b/graphics/qt5-graphicaleffects/Makefile @@ -8,8 +8,6 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@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} diff --git a/x11-toolkits/qt5-quickcontrols/Makefile b/x11-toolkits/qt5-quickcontrols/Makefile index 814bf5352edc..a7e81315cde0 100644 --- a/x11-toolkits/qt5-quickcontrols/Makefile +++ b/x11-toolkits/qt5-quickcontrols/Makefile @@ -8,10 +8,6 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@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 diff --git a/x11-toolkits/qt5-quickcontrols2/Makefile b/x11-toolkits/qt5-quickcontrols2/Makefile index 5c5fdb580519..66d0b0c6f8b1 100644 --- a/x11-toolkits/qt5-quickcontrols2/Makefile +++ b/x11-toolkits/qt5-quickcontrols2/Makefile @@ -8,10 +8,6 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@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 |