svn commit: r425987 - head/x11-toolkits/qt5-gui

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Nov 12 19:43:12 UTC 2016


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-
 


More information about the svn-ports-all mailing list