From nox@saturn.kn-bremen.de  Tue Dec 20 19:56:34 2005
Return-Path: <nox@saturn.kn-bremen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B7DB016A422
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Dec 2005 19:56:34 +0000 (GMT)
	(envelope-from nox@saturn.kn-bremen.de)
Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB37543D49
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Dec 2005 19:56:33 +0000 (GMT)
	(envelope-from nox@saturn.kn-bremen.de)
Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1])
	by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id jBKJuVFO009142
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Dec 2005 20:56:31 +0100
Received: from saturn.kn-bremen.de (uucp@localhost)
	by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id jBKJuVhI009140
	for FreeBSD-gnats-submit@freebsd.org; Tue, 20 Dec 2005 20:56:31 +0100
Received: from saturn.kn-bremen.de (localhost [127.0.0.1])
	by saturn.kn-bremen.de (8.13.1/8.13.1) with ESMTP id jBKJt8cQ008475
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Dec 2005 20:55:08 +0100 (CET)
	(envelope-from nox@saturn.kn-bremen.de)
Received: (from nox@localhost)
	by saturn.kn-bremen.de (8.13.1/8.13.1/Submit) id jBKJt8Ai008474;
	Tue, 20 Dec 2005 20:55:08 +0100 (CET)
	(envelope-from nox)
Message-Id: <200512201955.jBKJt8Ai008474@saturn.kn-bremen.de>
Date: Tue, 20 Dec 2005 20:55:08 +0100 (CET)
From: Juergen Lock <nox@jelal.kn-bremen.de>
Reply-To: Juergen Lock <nox@jelal.kn-bremen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update emulators/qemu to 0.8.0 release
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         90709
>Category:       ports
>Synopsis:       update emulators/qemu to 0.8.0 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 20 20:00:22 GMT 2005
>Closed-Date:    Tue Dec 20 23:28:01 GMT 2005
>Last-Modified:  Tue Dec 20 23:28:01 GMT 2005
>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@saturn:/usr/home/nox/src5/usr/src/sys/i386/compile/NEPTUN i386


>Description:

generate GPF if non canonical addresses,
NIC emulation for qemu arm-softmmu (Paul Brook),
Arm mulxy insn fix (Paul Brook), segment validation fix in lret/iret,
gdb MIPS support and memory access error reporting (Daniel Jacobowitz),
correct MIPS state restoring (Daniel Jacobowitz),
mips kernel command line support (Daniel Jacobowitz),
MIPS unaligned accesses exceptions (Daniel Jacobowitz),
MIPS halt support - MIPS static state fix (Daniel Jacobowitz),
MIPS fixes (Daniel Jacobowitz), sparc PAGE_EXEC support (Blue Swirl),
cdrom_read_toc support (Blue Swirl), Initial SPARC SMP support (Blue Swirl),
mipsel target, mips and mipsel support - fixed e_type mask,
switch_tss fix (aka spoon OS bug), mipsel disas fix,
initial support for up to 255 CPUs,
fixed null segment validation (aka x86_64 regression bug),
moved mp config table to a safer place,
'-net socket,mcast=' option support (initial patch by Juan Jose Ciarlante),
switching to Arm mode in do_interrupt() (Paul Brook),
arm cpu_reset() fix (Paul Brook), arm smc91c111 fixes (Paul Brook),
do not init ne2000 if no network enabled, use IPPROTO_IP instead of SOL_IP,
qcow_make_empty() support (Johannes Schindelin),
Major overhaul of the virtual FAT driver for read/write support
(Johannes Schindelin),
avoid echo on pty devices (David Decotigny) - fixes in the command
line help, better help option support (Bernhard Fischer),
suppressed -enable-audio and simplified -soundhw option handling (malc)

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

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- Makefile	3 Dec 2005 03:18:40 -0000	1.38
+++ Makefile	20 Dec 2005 19:37:38 -0000
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	qemu
-PORTVERSION=	0.7.2s.20051130
+PORTVERSION=	0.8.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-11-30_23
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:snapshot
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:release
 
 MAINTAINER=	nox@jelal.kn-bremen.de
 COMMENT=	QEMU CPU Emulator
@@ -27,7 +26,6 @@
 .endif
 
 HAS_CONFIGURE=	yes
-USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_GETOPT_LONG=	yes
 USE_SDL=	sdl
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/emulators/qemu/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- distinfo	3 Dec 2005 03:18:40 -0000	1.24
+++ distinfo	20 Dec 2005 19:38:33 -0000
@@ -1,2 +1,2 @@
-MD5 (qemu-snapshot-2005-11-30_23.tar.bz2) = 40b6eca5be9c491aafa6c1edea750835
-SIZE (qemu-snapshot-2005-11-30_23.tar.bz2) = 1241259
+MD5 (qemu-0.8.0.tar.gz) = eb175b26583280706fe7e4d8910d320d
+SIZE (qemu-0.8.0.tar.gz) = 1497965
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Dec 20 23:15:23 UTC 2005 
Responsible-Changed-Why:  
Taketh 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90709 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Dec 20 23:27:53 UTC 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90709 
>Unformatted:
