diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-02-06 23:49:01 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-02-06 23:49:01 +0000 |
commit | 7d720684c96b3acebd24e079decaa56b11483076 (patch) | |
tree | d716efbc14dfc2fc95f49f1cee8f7a68304997a9 /emulators | |
parent | fb055f94b77f8a7ccdbebe9c5290494ff52f2808 (diff) | |
download | ports-7d720684c96b3acebd24e079decaa56b11483076.tar.gz ports-7d720684c96b3acebd24e079decaa56b11483076.zip |
Update to 0.9.0:
- Mouse relative offset VNC extension (Anthony Liguori)
- info vnc command (Anthony Liguori)
- gdbserver fix
NOTES: Please read UPDATING!
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=184443
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 8 | ||||
-rw-r--r-- | emulators/qemu-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu-devel/files/patch-cpu-exec.c | 13 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-message | 10 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 8 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu/files/patch-cpu-exec.c | 13 | ||||
-rw-r--r-- | emulators/qemu/pkg-message | 10 |
8 files changed, 24 insertions, 50 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index e0f3fa3dc90b..49edba1caaa2 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -6,17 +6,16 @@ # PORTNAME= qemu -PORTVERSION= 0.8.2s.20070203 +PORTVERSION= 0.9.0 CATEGORIES= emulators -MASTER_SITES= http://www.qemu.org/:release \ +MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://www.volny.cz/xnavara/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc \ http://people.freebsd.org/~jkim/:bios -DISTNAME= ${PORTNAME}-snapshot-2007-02-03_05 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release \ qemu-bios.bin:bios DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -25,7 +24,6 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes -USE_BZIP2= yes USE_GMAKE= yes USE_GETOPT_LONG= yes USE_PERL5= yes diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo index d3b2bbb99a47..c0f25c774916 100644 --- a/emulators/qemu-devel/distinfo +++ b/emulators/qemu-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (qemu/qemu-snapshot-2007-02-03_05.tar.bz2) = b6d267210c6dd74d0ddd5be7ecbd90d4 -SHA256 (qemu/qemu-snapshot-2007-02-03_05.tar.bz2) = 05babc93d39140f7257a1accd43dbf38142ebdf4ae837c1994b6054449ee78de -SIZE (qemu/qemu-snapshot-2007-02-03_05.tar.bz2) = 1634923 +MD5 (qemu/qemu-0.9.0.tar.gz) = ab11a03ba30cf4a70641f0f170473d69 +SHA256 (qemu/qemu-0.9.0.tar.gz) = 491facf9335654967ee53d8fb3540a274bfcbdcc225506bd38c4ee8e9ab405c1 +SIZE (qemu/qemu-0.9.0.tar.gz) = 1901741 MD5 (qemu/qemu-bios.bin) = 173e256f17b4ac1f6e3249c83071e8f5 SHA256 (qemu/qemu-bios.bin) = 452d863ec8ac9e2246950ac204410e847cdeba880d7bec2aeb79c4f2fbb0ad17 SIZE (qemu/qemu-bios.bin) = 131072 diff --git a/emulators/qemu-devel/files/patch-cpu-exec.c b/emulators/qemu-devel/files/patch-cpu-exec.c deleted file mode 100644 index 7e9e4550c7bd..000000000000 --- a/emulators/qemu-devel/files/patch-cpu-exec.c +++ /dev/null @@ -1,13 +0,0 @@ -Index: qemu/cpu-exec.c -@@ -226,9 +226,9 @@ - - int cpu_exec(CPUState *env1) - { -- target_ulong saved_T0, saved_T1; -+ unsigned long saved_T0, saved_T1; - #if defined(reg_T2) -- target_ulong saved_T2; -+ unsigned long saved_T2; - #endif - CPUState *saved_env; - #if defined(TARGET_I386) diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message index 760243ea90da..acdc84aa3e13 100644 --- a/emulators/qemu-devel/pkg-message +++ b/emulators/qemu-devel/pkg-message @@ -63,10 +63,12 @@ with qemu's now by default enabled cdrom dma. You can build the port with CDROM_DMA disabled to disable it. - if you build qemu wihout SDL and then get crashes running it try passing it -nographic. This should probably be default in that case... -- slirp (-net user) seems to be broken on recent -current, if this affects -you please use tuntap for now. (seems to be working again now.) -Scott Robbins posted a tap howto for -current here: +- slirp (-net user) seems to be unstable on amd64 hosts, if this affects +you please use tuntap for now. Scott Robbins posted a tap howto for +-current here: http://forums.bsdnexus.com/viewtopic.php?id=1563 -- qemu now uses aio at least for ide dma, so if you get `Bad system call' +and one for 6 and 5(?) is here: + http://acidos.bandwidth-junkies.net/index.php?Sect=qemu +- qemu now uses aio at least for ide dma, so if you get `Invalid system call' crashes that is because aio is not (kld)loaded. ==== diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index e0f3fa3dc90b..49edba1caaa2 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -6,17 +6,16 @@ # PORTNAME= qemu -PORTVERSION= 0.8.2s.20070203 +PORTVERSION= 0.9.0 CATEGORIES= emulators -MASTER_SITES= http://www.qemu.org/:release \ +MASTER_SITES= http://qemu.org/:release \ http://qemu-forum.ipi.fi/qemu-snapshots/:snapshot \ http://people.fruitsalad.org/nox/qemu/:snapshot \ http://www.volny.cz/xnavara/qemu/:snapshot \ http://people.brandeis.edu/~jcoiner/qemu_idedma/:idedma \ http://people.freebsd.org/~maho/qemu/:misc \ http://people.freebsd.org/~jkim/:bios -DISTNAME= ${PORTNAME}-snapshot-2007-02-03_05 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:release \ qemu-bios.bin:bios DIST_SUBDIR= qemu EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -25,7 +24,6 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes -USE_BZIP2= yes USE_GMAKE= yes USE_GETOPT_LONG= yes USE_PERL5= yes diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index d3b2bbb99a47..c0f25c774916 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,6 +1,6 @@ -MD5 (qemu/qemu-snapshot-2007-02-03_05.tar.bz2) = b6d267210c6dd74d0ddd5be7ecbd90d4 -SHA256 (qemu/qemu-snapshot-2007-02-03_05.tar.bz2) = 05babc93d39140f7257a1accd43dbf38142ebdf4ae837c1994b6054449ee78de -SIZE (qemu/qemu-snapshot-2007-02-03_05.tar.bz2) = 1634923 +MD5 (qemu/qemu-0.9.0.tar.gz) = ab11a03ba30cf4a70641f0f170473d69 +SHA256 (qemu/qemu-0.9.0.tar.gz) = 491facf9335654967ee53d8fb3540a274bfcbdcc225506bd38c4ee8e9ab405c1 +SIZE (qemu/qemu-0.9.0.tar.gz) = 1901741 MD5 (qemu/qemu-bios.bin) = 173e256f17b4ac1f6e3249c83071e8f5 SHA256 (qemu/qemu-bios.bin) = 452d863ec8ac9e2246950ac204410e847cdeba880d7bec2aeb79c4f2fbb0ad17 SIZE (qemu/qemu-bios.bin) = 131072 diff --git a/emulators/qemu/files/patch-cpu-exec.c b/emulators/qemu/files/patch-cpu-exec.c deleted file mode 100644 index 7e9e4550c7bd..000000000000 --- a/emulators/qemu/files/patch-cpu-exec.c +++ /dev/null @@ -1,13 +0,0 @@ -Index: qemu/cpu-exec.c -@@ -226,9 +226,9 @@ - - int cpu_exec(CPUState *env1) - { -- target_ulong saved_T0, saved_T1; -+ unsigned long saved_T0, saved_T1; - #if defined(reg_T2) -- target_ulong saved_T2; -+ unsigned long saved_T2; - #endif - CPUState *saved_env; - #if defined(TARGET_I386) diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message index 760243ea90da..acdc84aa3e13 100644 --- a/emulators/qemu/pkg-message +++ b/emulators/qemu/pkg-message @@ -63,10 +63,12 @@ with qemu's now by default enabled cdrom dma. You can build the port with CDROM_DMA disabled to disable it. - if you build qemu wihout SDL and then get crashes running it try passing it -nographic. This should probably be default in that case... -- slirp (-net user) seems to be broken on recent -current, if this affects -you please use tuntap for now. (seems to be working again now.) -Scott Robbins posted a tap howto for -current here: +- slirp (-net user) seems to be unstable on amd64 hosts, if this affects +you please use tuntap for now. Scott Robbins posted a tap howto for +-current here: http://forums.bsdnexus.com/viewtopic.php?id=1563 -- qemu now uses aio at least for ide dma, so if you get `Bad system call' +and one for 6 and 5(?) is here: + http://acidos.bandwidth-junkies.net/index.php?Sect=qemu +- qemu now uses aio at least for ide dma, so if you get `Invalid system call' crashes that is because aio is not (kld)loaded. ==== |