1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Update to 2005-11-12 snapshot.

PR:		ports/88952
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
This commit is contained in:
Sam Lawrance 2005-11-14 05:17:09 +00:00
parent fb302a8778
commit 67b8cfeeef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148202
6 changed files with 48 additions and 12 deletions

View File

@ -6,13 +6,14 @@
#
PORTNAME= qemu
PORTVERSION= 0.7.2s.20051030
PORTVERSION= 0.7.2s.20051112
PORTREVISION= 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-10-30_23
DISTNAME= ${PORTNAME}-snapshot-2005-11-12_23
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot
MAINTAINER= nox@jelal.kn-bremen.de

View File

@ -1,2 +1,2 @@
MD5 (qemu-snapshot-2005-10-30_23.tar.bz2) = d41b56254cc8704aef80fd188e30e95a
SIZE (qemu-snapshot-2005-10-30_23.tar.bz2) = 1162650
MD5 (qemu-snapshot-2005-11-12_23.tar.bz2) = 27673ed3a6bc78b4be2933ddc63f8276
SIZE (qemu-snapshot-2005-11-12_23.tar.bz2) = 1219984

View File

@ -1,4 +1,5 @@
Index: qemu/vl.c
--- vl.c.orig Mon Nov 14 15:55:56 2005
+++ vl.c Mon Nov 14 15:57:25 2005
@@ -40,6 +40,10 @@
#include <sys/socket.h>
#include <netinet/in.h>
@ -10,7 +11,7 @@ Index: qemu/vl.c
#ifdef _BSD
#include <sys/stat.h>
#ifndef __APPLE__
@@ -1280,7 +1284,7 @@
@@ -1363,7 +1367,7 @@
return chr;
}
@ -19,3 +20,19 @@ Index: qemu/vl.c
CharDriverState *qemu_chr_open_pty(void)
{
char slave_name[1024];
@@ -1509,6 +1513,7 @@
return chr;
}
+#if defined(__linux__)
static int pp_ioctl(CharDriverState *chr, int cmd, void *arg)
{
int fd = (int)chr->opaque;
@@ -1571,6 +1576,7 @@
chr->chr_ioctl = pp_ioctl;
return chr;
}
+#endif
#else
CharDriverState *qemu_chr_open_pty(void)

View File

@ -6,13 +6,14 @@
#
PORTNAME= qemu
PORTVERSION= 0.7.2s.20051030
PORTVERSION= 0.7.2s.20051112
PORTREVISION= 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-10-30_23
DISTNAME= ${PORTNAME}-snapshot-2005-11-12_23
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot
MAINTAINER= nox@jelal.kn-bremen.de

View File

@ -1,2 +1,2 @@
MD5 (qemu-snapshot-2005-10-30_23.tar.bz2) = d41b56254cc8704aef80fd188e30e95a
SIZE (qemu-snapshot-2005-10-30_23.tar.bz2) = 1162650
MD5 (qemu-snapshot-2005-11-12_23.tar.bz2) = 27673ed3a6bc78b4be2933ddc63f8276
SIZE (qemu-snapshot-2005-11-12_23.tar.bz2) = 1219984

View File

@ -1,4 +1,5 @@
Index: qemu/vl.c
--- vl.c.orig Mon Nov 14 15:55:56 2005
+++ vl.c Mon Nov 14 15:57:25 2005
@@ -40,6 +40,10 @@
#include <sys/socket.h>
#include <netinet/in.h>
@ -10,7 +11,7 @@ Index: qemu/vl.c
#ifdef _BSD
#include <sys/stat.h>
#ifndef __APPLE__
@@ -1280,7 +1284,7 @@
@@ -1363,7 +1367,7 @@
return chr;
}
@ -19,3 +20,19 @@ Index: qemu/vl.c
CharDriverState *qemu_chr_open_pty(void)
{
char slave_name[1024];
@@ -1509,6 +1513,7 @@
return chr;
}
+#if defined(__linux__)
static int pp_ioctl(CharDriverState *chr, int cmd, void *arg)
{
int fd = (int)chr->opaque;
@@ -1571,6 +1576,7 @@
chr->chr_ioctl = pp_ioctl;
return chr;
}
+#endif
#else
CharDriverState *qemu_chr_open_pty(void)