svn commit: r530629 - head/sysutils/dsbmc/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Apr 4 08:45:56 UTC 2020


Author: tcberner
Date: Sat Apr  4 08:25:38 2020
New Revision: 530629
URL: https://svnweb.freebsd.org/changeset/ports/530629

Log:
  sysutils/dsbmc: prepare for Qt5 5.14
  
  PR:		244964

Added:
  head/sysutils/dsbmc/files/
  head/sysutils/dsbmc/files/patch-src_mainwin.cpp   (contents, props changed)

Added: head/sysutils/dsbmc/files/patch-src_mainwin.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/dsbmc/files/patch-src_mainwin.cpp	Sat Apr  4 08:25:38 2020	(r530629)
@@ -0,0 +1,13 @@
+Add Qt5.14 compatibility 
+
+--- src/mainwin.cpp.orig	2020-04-04 08:18:00 UTC
++++ src/mainwin.cpp
+@@ -27,6 +27,8 @@
+ #include <QSpinBox>
+ #include <QMenuBar>
+ #include <QMessageBox>
++#include <QMoveEvent>
++#include <QResizeEvent>
+ #include <QStatusBar>
+ #include <errno.h>
+ 


More information about the svn-ports-all mailing list