Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 08:25:39 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530629 - head/sysutils/dsbmc/files
Message-ID:  <202004040825.0348Pdd1086301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004040825.0348Pdd1086301>