Date: Sat, 14 Apr 2018 10:11:34 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467305 - head/net-p2p/ktorrent/files Message-ID: <201804141011.w3EABYea066774@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804141011.w3EABYea066774>