Index: head/security/keepassx/files/patch-src__lib__random.cpp =================================================================== --- head/security/keepassx/files/patch-src__lib__random.cpp (revision 407447) +++ head/security/keepassx/files/patch-src__lib__random.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- ./src/lib/random.cpp.orig 2009-06-28 14:22:31.000000000 +0000 -+++ ./src/lib/random.cpp 2013-09-21 15:37:54.599146989 +0000 -@@ -19,6 +19,7 @@ - ***************************************************************************/ - - #include "random.h" -+#include - - - #if defined(Q_WS_X11) || defined(Q_WS_MAC) Property changes on: head/security/keepassx/files/patch-src__lib__random.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/keepassx/files/patch-src__lib__AutoTypeX11.cpp =================================================================== --- head/security/keepassx/files/patch-src__lib__AutoTypeX11.cpp (revision 407447) +++ head/security/keepassx/files/patch-src__lib__AutoTypeX11.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- ./src/lib/AutoTypeX11.cpp.orig 2009-09-13 14:43:10.000000000 +0000 -+++ ./src/lib/AutoTypeX11.cpp 2013-09-21 15:37:54.600146755 +0000 -@@ -23,6 +23,7 @@ - #include "mainwindow.h" - #include "lib/HelperX11.h" - #include -+#include - - #ifndef GLOBAL_AUTOTYPE - AutoType* autoType = NULL; Property changes on: head/security/keepassx/files/patch-src__lib__AutoTypeX11.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/keepassx/files/patch-src_lib_AutoTypeX11.cpp =================================================================== --- head/security/keepassx/files/patch-src_lib_AutoTypeX11.cpp (nonexistent) +++ head/security/keepassx/files/patch-src_lib_AutoTypeX11.cpp (revision 407448) @@ -0,0 +1,10 @@ +--- src/lib/AutoTypeX11.cpp.orig 2009-09-13 14:43:10 UTC ++++ src/lib/AutoTypeX11.cpp +@@ -23,6 +23,7 @@ + #include "mainwindow.h" + #include "lib/HelperX11.h" + #include ++#include + + #ifndef GLOBAL_AUTOTYPE + AutoType* autoType = NULL; Property changes on: head/security/keepassx/files/patch-src_lib_AutoTypeX11.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/keepassx/files/patch-src_lib_random.cpp =================================================================== --- head/security/keepassx/files/patch-src_lib_random.cpp (revision 407447) +++ head/security/keepassx/files/patch-src_lib_random.cpp (revision 407448) @@ -1,10 +1,10 @@ ---- src/lib/random.cpp.orig 2009-06-28 14:22:31.000000000 +0000 +--- src/lib/random.cpp.orig 2009-06-28 14:22:31 UTC +++ src/lib/random.cpp @@ -29,6 +29,7 @@ #include #endif +#include #include #include #include