View | Details | Raw Unified | Return to bug 69132
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	qemu
8
PORTNAME=	qemu
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.6.0.s.20040715
10
CATEGORIES=	emulators
10
CATEGORIES=	emulators
11
MASTER_SITES=	http://fabrice.bellard.free.fr/qemu/
11
MASTER_SITES=	http://dad-answers.com/qemu/FreeBSD/
12
DISTNAME=	${PORTNAME}-snapshot-2004-07-15_23
12
13
13
MAINTAINER=	nox@jelal.kn-bremen.de
14
MAINTAINER=	nox@jelal.kn-bremen.de
14
COMMENT=	QEMU CPU Emulator
15
COMMENT=	QEMU CPU Emulator
Lines 16-21 Link Here
16
BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
17
BUILD_DEPENDS+=	texi2html:${PORTSDIR}/textproc/texi2html
17
18
18
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
20
USE_BZIP2=	yes
19
USE_GMAKE=	yes
21
USE_GMAKE=	yes
20
USE_GETOPT_LONG=	yes
22
USE_GETOPT_LONG=	yes
21
USE_SDL=	sdl
23
USE_SDL=	sdl
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (qemu-0.6.0.tar.gz) = cdbc7258f122f381cba7ac1ca6ce0722
1
MD5 (qemu-snapshot-2004-07-15_23.tar.bz2) = a45bec4f467f47401f745147091f1644
2
SIZE (qemu-0.6.0.tar.gz) = 874397
2
SIZE (qemu-snapshot-2004-07-15_23.tar.bz2) = 747718
(-)pkg-message (+2 lines)
Lines 16-19 Link Here
16
patch to emulators/rtc.)
16
patch to emulators/rtc.)
17
- using physical media doesn't work on 4.x hosts (missing DIOCGMEDIASIZE
17
- using physical media doesn't work on 4.x hosts (missing DIOCGMEDIASIZE
18
ioctl)
18
ioctl)
19
- leaving X grab with shift-ctrl now often leaves shift or ctrl `pressed'
20
for the guest, hitting it once fixes that
19
====
21
====
(-)files/patch-bf (-18 lines)
Lines 1-13 Link Here
1
Index: qemu/slirp/slirp_config.h
1
Index: qemu/slirp/slirp_config.h
2
@@ -61,7 +61,7 @@
3
 #define HAVE_STDLIB_H
4
 
5
 /* Define if you have sys/ioctl.h */
6
-#undef HAVE_SYS_IOCTL_H
7
+#define HAVE_SYS_IOCTL_H
8
 
9
 /* Define if you have sys/filio.h */
10
 #undef HAVE_SYS_FILIO_H
11
@@ -86,7 +86,7 @@
2
@@ -86,7 +86,7 @@
12
 #undef BAD_SPRINTF
3
 #undef BAD_SPRINTF
13
 
4
 
Lines 35-49 Link Here
35
 
26
 
36
 /* Define if you have sys/stropts.h */
27
 /* Define if you have sys/stropts.h */
37
 #undef HAVE_SYS_STROPTS_H
28
 #undef HAVE_SYS_STROPTS_H
38
@@ -162,7 +162,7 @@
39
 #define HAVE_MEMMOVE
40
 
41
 /* Define if you have <termios.h> */
42
-#undef HAVE_TERMIOS_H
43
+#define HAVE_TERMIOS_H
44
 
45
 /* Define if you have gethostid */
46
 #undef HAVE_GETHOSTID
47
@@ -180,7 +180,7 @@
29
@@ -180,7 +180,7 @@
48
 #undef HAVE_GRANTPT
30
 #undef HAVE_GRANTPT

Return to bug 69132