diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-07 23:27:12 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-11-07 23:27:12 +0800 |
commit | d32885c78f9ce2f059305f4289ba30ca53ce88c8 (patch) | |
tree | 73d665c4c92eb3ca05d890e998d7b7891d77edf8 /emulators/aqemu/files | |
parent | 1dbcb8edfb146d04c1f9c25ddac57e3acf35f601 (diff) | |
download | freebsd-ports-gnome-d32885c78f9ce2f059305f4289ba30ca53ce88c8.tar.gz freebsd-ports-gnome-d32885c78f9ce2f059305f4289ba30ca53ce88c8.tar.zst freebsd-ports-gnome-d32885c78f9ce2f059305f4289ba30ca53ce88c8.zip |
- Add LICENSE
- Add missing dependency
- Switch pkg-plist to DATADIR and DOCSDIR
- Regenerate patches
Diffstat (limited to 'emulators/aqemu/files')
-rw-r--r-- | emulators/aqemu/files/patch-Embedded_Display__vncview.cpp | 4 | ||||
-rw-r--r-- | emulators/aqemu/files/patch-System_Info.cpp | 2 | ||||
-rw-r--r-- | emulators/aqemu/files/patch-VM.cpp | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp b/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp index 655f74937d50..0d2b8d52db90 100644 --- a/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp +++ b/emulators/aqemu/files/patch-Embedded_Display__vncview.cpp @@ -1,5 +1,5 @@ ---- Embedded_Display/vncview.cpp~ 2012-05-21 15:10:07.000000000 -0300 -+++ Embedded_Display/vncview.cpp 2012-05-21 15:10:25.000000000 -0300 +--- Embedded_Display/vncview.cpp.orig 2010-02-26 13:40:40 UTC ++++ Embedded_Display/vncview.cpp @@ -23,6 +23,11 @@ #include "vncview.h" diff --git a/emulators/aqemu/files/patch-System_Info.cpp b/emulators/aqemu/files/patch-System_Info.cpp index 1a63c9bb9b45..570729d1ceb4 100644 --- a/emulators/aqemu/files/patch-System_Info.cpp +++ b/emulators/aqemu/files/patch-System_Info.cpp @@ -1,4 +1,4 @@ ---- System_Info.cpp.orig 2010-12-09 15:59:16.000000000 +0000 +--- System_Info.cpp.orig 2011-07-26 19:34:58 UTC +++ System_Info.cpp @@ -20,6 +20,7 @@ ** diff --git a/emulators/aqemu/files/patch-VM.cpp b/emulators/aqemu/files/patch-VM.cpp index eec23ed3a13d..2d5f8ecfddfd 100644 --- a/emulators/aqemu/files/patch-VM.cpp +++ b/emulators/aqemu/files/patch-VM.cpp @@ -1,6 +1,6 @@ ---- ./VM.cpp.orig 2011-07-26 19:36:32.000000000 +0000 -+++ ./VM.cpp 2013-12-07 17:23:12.244540117 +0000 -@@ -4563,7 +4563,7 @@ +--- VM.cpp.orig 2011-07-26 19:36:32 UTC ++++ VM.cpp +@@ -4563,7 +4563,7 @@ bool Virtual_Machine::Load_VM( const QSt else AQError( "bool Virtual_Machine::Load_VM( const QString &file_name )", "SPICE image compression type invalid!" ); @@ -9,7 +9,7 @@ SPICE.Use_Renderer( Second_Element.firstChildElement( "Use_Renderer" ).text() == "true" ); -@@ -4595,7 +4595,7 @@ +@@ -4595,7 +4595,7 @@ bool Virtual_Machine::Load_VM( const QSt SPICE.Set_Renderer_List( rendererList ); } |