diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-11-13 03:43:10 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-11-13 03:43:10 +0800 |
commit | d728e231e1719e9aa1402887c1ffb74d23bff601 (patch) | |
tree | eb4a489f290a9db340e29fa10bd2b80741811d91 /x11-toolkits/qt5-gui | |
parent | 43dae1e5d7430c369de77b3dd54c321e16902b8a (diff) | |
download | freebsd-ports-gnome-d728e231e1719e9aa1402887c1ffb74d23bff601.tar.gz freebsd-ports-gnome-d728e231e1719e9aa1402887c1ffb74d23bff601.tar.zst freebsd-ports-gnome-d728e231e1719e9aa1402887c1ffb74d23bff601.zip |
Bump PORTREVISION to trigger a rebuild.
Even though the port does not directly depend on Perl, apparently something
in the Perl 5.24 upgrade made the xcb plugin fail and crash all Qt5 GUI
applications on startup. Rebuilding the port with the new Perl fixes the
issue.
Diffstat (limited to 'x11-toolkits/qt5-gui')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 319d20052d5e..aebaea1b5e62 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -2,6 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- |