1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 0715 snapshot

PR:		ports/69132
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-07-17 12:24:33 +00:00
parent 84007e8715
commit 4b72bc7fe2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113812
8 changed files with 16 additions and 44 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
====

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
====