ports/88952: update emulators/qemu to 2005-11-12 snapshot

Juergen Lock nox at jelal.kn-bremen.de
Sun Nov 13 21:40:14 UTC 2005


>Number:         88952
>Category:       ports
>Synopsis:       update emulators/qemu to 2005-11-12 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 13 21:40:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 5.3-RELEASE-p20 i386
>Organization:
me?  organized??
>Environment:
System: FreeBSD saturn 5.3-RELEASE-p20 FreeBSD 5.3-RELEASE-p20 #1: Fri Jul 29 14:59:03 CEST 2005 nox at saturn:/usr/home/nox/src5/usr/src/sys/i386/compile/NEPTUN i386


>Description:
	new snapshot; new mirror while fruitsalad is down

initial USB support, added virtual USB mouse support,
audio merge (malc), serial load/save VM support (Vincent Pelletier),
suppressed unneeded options - added isapc machine,
use softfloat types in softmmu_header.h (Paul Brook),
use host serial port, char dev ioctls, ES1370 word sized read fix
(aka Win9x bug) (malc), API for changes in VM state (malc),
audio VM state change support (malc), sparc merge (Blue Swirl)

>How-To-Repeat:
	n/a
>Fix:

New file: files/patch-vl.c-2

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	31 Oct 2005 15:07:44 -0000	1.35
+++ Makefile	13 Nov 2005 21:17:58 -0000
@@ -6,13 +6,14 @@
 #
 
 PORTNAME=	qemu
-PORTVERSION=	0.7.2s.20051030
+PORTVERSION=	0.7.2s.20051112
 PORTREVISION=	0
 CATEGORIES=	emulators
 MASTER_SITES=	http://www.qemu.org/:release \
 		http://people.fruitsalad.org/nox/qemu/:snapshot \
+		http://www.volny.cz/xnavara/qemu/:snapshot \
 		http://qemu.dad-answers.com/download/qemu/:snapshot
-DISTNAME=	${PORTNAME}-snapshot-2005-10-30_23
+DISTNAME=	${PORTNAME}-snapshot-2005-11-12_23
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:snapshot
 
 MAINTAINER=	nox at jelal.kn-bremen.de
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/emulators/qemu/distinfo,v
retrieving revision 1.22
diff -u -r1.22 distinfo
--- distinfo	31 Oct 2005 13:43:13 -0000	1.22
+++ distinfo	13 Nov 2005 20:05:03 -0000
@@ -1,2 +1,2 @@
-MD5 (qemu-snapshot-2005-10-30_23.tar.bz2) = d41b56254cc8704aef80fd188e30e95a
-SIZE (qemu-snapshot-2005-10-30_23.tar.bz2) = 1162650
+MD5 (qemu-snapshot-2005-11-12_23.tar.bz2) = 27673ed3a6bc78b4be2933ddc63f8276
+SIZE (qemu-snapshot-2005-11-12_23.tar.bz2) = 1219984
Index: files/patch-vl.c-2
@@ -0,0 +1,17 @@
+Index: qemu/vl.c
+@@ -1513,6 +1513,7 @@
+     return chr;
+ }
+ 
++#if defined(__linux__)
+ static int pp_ioctl(CharDriverState *chr, int cmd, void *arg)
+ {
+     int fd = (int)chr->opaque;
+@@ -1575,6 +1576,7 @@
+     chr->chr_ioctl = pp_ioctl;
+     return chr;
+ }
++#endif
+ 
+ #else
+ CharDriverState *qemu_chr_open_pty(void)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list