Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 04:13:54 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478514 - head/security/keepassxc/files
Message-ID:  <201808310413.w7V4Ds7W010265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Aug 31 04:13:54 2018
New Revision: 478514
URL: https://svnweb.freebsd.org/changeset/ports/478514

Log:
  Fix build with Qt 5.11
  
  PR:		230884
  Obtained from:	upstream (modified to apply cleanly)

Added:
  head/security/keepassxc/files/patch-src_gui_entry_EditEntryWidget.cpp   (contents, props changed)

Added: head/security/keepassxc/files/patch-src_gui_entry_EditEntryWidget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/keepassxc/files/patch-src_gui_entry_EditEntryWidget.cpp	Fri Aug 31 04:13:54 2018	(r478514)
@@ -0,0 +1,13 @@
+Fix build with Qt 5.11
+Fixed upstream: https://github.com/keepassxreboot/keepassxc/commit/3bbc6ac
+
+--- src/gui/entry/EditEntryWidget.cpp.orig	2018-08-31 04:04:41 UTC
++++ src/gui/entry/EditEntryWidget.cpp
+@@ -29,6 +29,7 @@
+ #include <QMenu>
+ #include <QSortFilterProxyModel>
+ #include <QTemporaryFile>
++#include <QButtonGroup>
+ #include <QMimeData>
+ #include <QEvent>
+ #include <QColorDialog>



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