diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-08 09:51:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-08 09:51:36 +0800 |
commit | faf3799f6b29cf2cd391b97245a27572ca2d0891 (patch) | |
tree | ad32fc80fda800050769bc3aa2f2d22e36b383aa /graphics | |
parent | a40193193e143c335ff2439bb93c9221707495e2 (diff) | |
download | freebsd-ports-gnome-faf3799f6b29cf2cd391b97245a27572ca2d0891.tar.gz freebsd-ports-gnome-faf3799f6b29cf2cd391b97245a27572ca2d0891.tar.zst freebsd-ports-gnome-faf3799f6b29cf2cd391b97245a27572ca2d0891.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 'graphics')
-rw-r--r-- | graphics/qt5-graphicaleffects/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile index 308c1fcc6255..78b324b03321 100644 --- a/graphics/qt5-graphicaleffects/Makefile +++ b/graphics/qt5-graphicaleffects/Makefile @@ -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 |