svn commit: r467305 - head/net-p2p/ktorrent/files

Adriaan de Groot adridg at FreeBSD.org
Sat Apr 14 10:11:34 UTC 2018


Author: adridg
Date: Sat Apr 14 10:11:34 2018
New Revision: 467305
URL: https://svnweb.freebsd.org/changeset/ports/467305

Log:
  Pre-emptively fix net-p2p/ktorrent for CMake 3.11
  
  Some generated files have includes in a different order than in older
  CMake versions, which show up missing typedefs / implicit includes.
  
  Submitted by:	antoine (via exp-run)
  Approved by:	tcberner (mentor, implicit)

Added:
  head/net-p2p/ktorrent/files/
  head/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h   (contents, props changed)

Added: head/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h	Sat Apr 14 10:11:34 2018	(r467305)
@@ -0,0 +1,11 @@
+--- ktorrent/dialogs/torrentcreatordlg.h.orig	2017-08-31 11:21:19 UTC
++++ ktorrent/dialogs/torrentcreatordlg.h
+@@ -23,6 +23,8 @@
+ #define KT_TORRENTCREATORDLG_HH
+ 
+ #include <QDialog>
++#include <QTimer>
++
+ #include "ui_torrentcreatordlg.h"
+ #include <torrent/torrentcreator.h>
+ 


More information about the svn-ports-head mailing list