aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu-devel
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-10-28 15:42:48 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-10-28 15:42:48 +0000
commite38b4b346b544f34a151477aa6cf6d61850977a7 (patch)
tree1b895f64a95f1f68ef4cc91d6f98f72401391426 /emulators/qemu-devel
parent824dc5a1d6bd9d904b9bacd0a48292d97db6a2a5 (diff)
downloadports-e38b4b346b544f34a151477aa6cf6d61850977a7.tar.gz
ports-e38b4b346b544f34a151477aa6cf6d61850977a7.zip
Notes
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r--emulators/qemu-devel/Makefile1
-rw-r--r--emulators/qemu-devel/files/patch-exec.c10
-rw-r--r--emulators/qemu-devel/files/patch-target-sparc::op_helper.c8
3 files changed, 19 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 01e62cf09648..68d83f91cf91 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qemu
PORTVERSION= 0.6.0s.20041020
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://www.fuqn.ca/distfiles/ \
http://dad-answers.com/qemu/
diff --git a/emulators/qemu-devel/files/patch-exec.c b/emulators/qemu-devel/files/patch-exec.c
new file mode 100644
index 000000000000..f6978d7cc830
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-exec.c
@@ -0,0 +1,10 @@
+--- qemu/exec.c.orig Mon Oct 11 00:14:19 2004
++++ qemu/exec.c Thu Oct 28 23:28:25 2004
+@@ -21,6 +21,7 @@
+ #ifdef _WIN32
+ #include <windows.h>
+ #else
++#include <sys/types.h>
+ #include <sys/mman.h>
+ #endif
+ #include <stdlib.h>
diff --git a/emulators/qemu-devel/files/patch-target-sparc::op_helper.c b/emulators/qemu-devel/files/patch-target-sparc::op_helper.c
new file mode 100644
index 000000000000..e621a1337ad1
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-target-sparc::op_helper.c
@@ -0,0 +1,8 @@
+--- qemu/target-sparc/op_helper.c.orig Mon Oct 11 02:46:24 2004
++++ qemu/target-sparc/op_helper.c Thu Oct 28 23:28:57 2004
+@@ -1,5 +1,4 @@
+ #include <math.h>
+-#include <fenv.h>
+ #include "exec.h"
+
+ #ifdef USE_INT_TO_FLOAT_HELPERS