diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-07-06 17:09:57 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-07-06 17:09:57 +0000 |
commit | ec69b9504eecb205cb2599cbe8418c4ba94def89 (patch) | |
tree | 126519caec35570c2a7030897103f05084a95184 /emulators/qemu-devel/files/patch-include-qemu-common.h | |
parent | Update to the 20130630 snapshot of GCC 4.9.0. (diff) |
- Update to 1.5.1, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html
- Simplify bsd-user ld script handling. [1]
- Make STATIC_LINK work again.
- Add GTK knob.
- Neither graphical UI can be built static, set IGNORE in that case.
- Properly fix AES_* link errors by #defining those functions as
QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at
least) by -lcurl.
- Add back CURL knob in the process.
- Fix "Warning: vlan %d is not connected to host network" when using
pcap.
- Switch to USES= gmake.
- Note: I did not backport sson's latest bsd-user patches which he has
now in a github tree based on qemu git head, tho I have a seperate
port of that tree on redports:
svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/
See also:
https://wiki.freebsd.org/QemuUserModeHowTo
Submitted by: emaste [1]
Notes
Notes:
svn path=/head/; revision=322401
Diffstat (limited to 'emulators/qemu-devel/files/patch-include-qemu-common.h')
-rw-r--r-- | emulators/qemu-devel/files/patch-include-qemu-common.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/emulators/qemu-devel/files/patch-include-qemu-common.h b/emulators/qemu-devel/files/patch-include-qemu-common.h deleted file mode 100644 index 59f2254049df..000000000000 --- a/emulators/qemu-devel/files/patch-include-qemu-common.h +++ /dev/null @@ -1,30 +0,0 @@ -From brad@comstyle.com Tue May 21 22:45:57 CEST 2013 -From: brad@comstyle.com (Brad Smith) -Subject: [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI -Date: Tue, 21 May 2013 12:14:24 -0400 -Message-ID: <20130521161324.GA29977@rox.home.comstyle.com> - -Fix the build of the Gtk+ UI on *BSD systems. - -Signed-off-by: Brad Smith <brad@comstyle.com> - -diff --git a/include/qemu-common.h b/include/qemu-common.h -index af769f5..c944bb7 100644 ---- a/include/qemu-common.h -+++ b/include/qemu-common.h -@@ -45,6 +45,7 @@ - #if defined(__GLIBC__) - # include <pty.h> - #elif defined CONFIG_BSD -+# include <termios.h> - # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) - # include <libutil.h> - # else - --- -This message has been scanned for viruses and -dangerous content by MailScanner, and is -believed to be clean. - - - |