Date: Sat, 12 Nov 2016 19:43:10 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425987 - head/x11-toolkits/qt5-gui Message-ID: <201611121943.uACJhAcK086556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Nov 12 19:43:10 2016 New Revision: 425987 URL: https://svnweb.freebsd.org/changeset/ports/425987 Log: 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. Modified: head/x11-toolkits/qt5-gui/Makefile Modified: head/x11-toolkits/qt5-gui/Makefile ============================================================================== --- head/x11-toolkits/qt5-gui/Makefile Sat Nov 12 19:24:16 2016 (r425986) +++ head/x11-toolkits/qt5-gui/Makefile Sat Nov 12 19:43:10 2016 (r425987) @@ -2,6 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611121943.uACJhAcK086556>