aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-17 12:24:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-17 12:24:33 +0000
commit4b72bc7fe2968b2062295a4956c9dc5c992a8696 (patch)
treedfc55e78bff451c8cec05be81a4b781c1dd89818 /emulators/qemu-devel
parent84007e8715ca906283b4c38eadc23710c1e47894 (diff)
downloadports-4b72bc7fe2968b2062295a4956c9dc5c992a8696.tar.gz
ports-4b72bc7fe2968b2062295a4956c9dc5c992a8696.zip
Notes
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r--emulators/qemu-devel/Makefile6
-rw-r--r--emulators/qemu-devel/distinfo4
-rw-r--r--emulators/qemu-devel/files/patch-bf18
-rw-r--r--emulators/qemu-devel/pkg-message2
4 files changed, 8 insertions, 22 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index ccff9b8a6fa1..bbd69b04a05f 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= qemu
-PORTVERSION= 0.6.0
+PORTVERSION= 0.6.0s
CATEGORIES= emulators
-MASTER_SITES= http://fabrice.bellard.free.fr/qemu/
+MASTER_SITES= http://dad-answers.com/qemu/FreeBSD/
+DISTNAME= ${PORTNAME}-snapshot-2004-07-15_23
MAINTAINER= nox@jelal.kn-bremen.de
COMMENT= QEMU CPU Emulator
@@ -16,6 +17,7 @@ COMMENT= QEMU CPU Emulator
BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html
HAS_CONFIGURE= yes
+USE_BZIP2= yes
USE_GMAKE= yes
USE_GETOPT_LONG= yes
USE_SDL= sdl
diff --git a/emulators/qemu-devel/distinfo b/emulators/qemu-devel/distinfo
index 0ca9916b5f93..5df877cc5bfa 100644
--- a/emulators/qemu-devel/distinfo
+++ b/emulators/qemu-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (qemu-0.6.0.tar.gz) = cdbc7258f122f381cba7ac1ca6ce0722
-SIZE (qemu-0.6.0.tar.gz) = 874397
+MD5 (qemu-snapshot-2004-07-15_23.tar.bz2) = a45bec4f467f47401f745147091f1644
+SIZE (qemu-snapshot-2004-07-15_23.tar.bz2) = 747718
diff --git a/emulators/qemu-devel/files/patch-bf b/emulators/qemu-devel/files/patch-bf
index c02063205965..57cc889e3119 100644
--- a/emulators/qemu-devel/files/patch-bf
+++ b/emulators/qemu-devel/files/patch-bf
@@ -1,13 +1,4 @@
Index: qemu/slirp/slirp_config.h
-@@ -61,7 +61,7 @@
- #define HAVE_STDLIB_H
-
- /* Define if you have sys/ioctl.h */
--#undef HAVE_SYS_IOCTL_H
-+#define HAVE_SYS_IOCTL_H
-
- /* Define if you have sys/filio.h */
- #undef HAVE_SYS_FILIO_H
@@ -86,7 +86,7 @@
#undef BAD_SPRINTF
@@ -35,15 +26,6 @@ Index: qemu/slirp/slirp_config.h
/* Define if you have sys/stropts.h */
#undef HAVE_SYS_STROPTS_H
-@@ -162,7 +162,7 @@
- #define HAVE_MEMMOVE
-
- /* Define if you have <termios.h> */
--#undef HAVE_TERMIOS_H
-+#define HAVE_TERMIOS_H
-
- /* Define if you have gethostid */
- #undef HAVE_GETHOSTID
@@ -180,7 +180,7 @@
#undef HAVE_GRANTPT
diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message
index 049dac5952c5..3f1d07680522 100644
--- a/emulators/qemu-devel/pkg-message
+++ b/emulators/qemu-devel/pkg-message
@@ -16,4 +16,6 @@ is 100... The linux 2.6 kernel uses 1000 by default btw.) Enabling
patch to emulators/rtc.)
- using physical media doesn't work on 4.x hosts (missing DIOCGMEDIASIZE
ioctl)
+- leaving X grab with shift-ctrl now often leaves shift or ctrl `pressed'
+for the guest, hitting it once fixes that
====