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)
This commit is contained in:
parent
53deedc2c5
commit
b0ea0642ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474153
3 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,8 @@ PKGNAMEPREFIX= qt5-
|
|||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt Quick graphical effects
|
||||
|
||||
BROKEN_armv6= fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
|
||||
|
||||
USES= qmake qt-dist:5,graphicaleffects
|
||||
USE_QT= buildtools_build core gui quick qml
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue