summaryrefslogtreecommitdiff
path: root/emulators/wine/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-09 12:44:22 +0000
committeradam <adam@pkgsrc.org>2004-04-09 12:44:22 +0000
commitbdd1767538957ee4ad29386e6938c235777d6728 (patch)
treebf54bba0b5a4f1cf25ac2768c62d3993a042f6d4 /emulators/wine/patches
parent9d58ed04405f555dd5b116b60c8357d86062cc3a (diff)
downloadpkgsrc-bdd1767538957ee4ad29386e6938c235777d6728.tar.gz
Changes 20040408:
* DOS devices and drives are now configured through symlinks. * Many shell32 improvements. * New task manager merged from ReactOS. * First version of wineprefixcreate tool for initial setup. * Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r--emulators/wine/patches/patch-aa8
-rw-r--r--emulators/wine/patches/patch-ac8
-rw-r--r--emulators/wine/patches/patch-af12
3 files changed, 20 insertions, 8 deletions
diff --git a/emulators/wine/patches/patch-aa b/emulators/wine/patches/patch-aa
index f0d97af04d0..92f91d69749 100644
--- a/emulators/wine/patches/patch-aa
+++ b/emulators/wine/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.12 2004/03/12 11:13:48 adam Exp $
+$NetBSD: patch-aa,v 1.13 2004/04/09 12:44:22 adam Exp $
---- Make.rules.in.orig 2004-03-03 20:30:46.000000000 +0000
+--- Make.rules.in.orig 2004-03-24 03:34:01.000000000 +0000
+++ Make.rules.in
-@@ -105,7 +105,7 @@ conf_manext = 5
+@@ -103,7 +103,7 @@ conf_manext = 5
CLEAN_FILES = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \
- *.flc *.spec.c *.spec.def *.dbg.c y.tab.c y.tab.h @LEX_OUTPUT_ROOT@.c core
+ *.flc *.spec.c *.spec.def *.dbg.c *.tab.c *.tab.h @LEX_OUTPUT_ROOT@.c core
-OBJS = $(C_SRCS:.c=.o) $(EXTRA_OBJS)
+OBJS = $(EXTRA_OBJS) $(C_SRCS:.c=.o)
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac
index 324db20f9a3..4f1bedf4bbf 100644
--- a/emulators/wine/patches/patch-ac
+++ b/emulators/wine/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.13 2004/03/12 11:13:48 adam Exp $
+$NetBSD: patch-ac,v 1.14 2004/04/09 12:44:22 adam Exp $
---- configure.orig 2004-03-10 03:37:58.000000000 +0000
+--- configure.orig 2004-04-08 22:38:17.000000000 +0000
+++ configure
-@@ -17894,7 +17894,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -17850,7 +17850,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.13 2004/03/12 11:13:48 adam Exp $
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-@@ -19564,7 +19564,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+@@ -19520,7 +19520,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
diff --git a/emulators/wine/patches/patch-af b/emulators/wine/patches/patch-af
new file mode 100644
index 00000000000..a38a6e8b4a8
--- /dev/null
+++ b/emulators/wine/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.6 2004/04/09 12:44:22 adam Exp $
+
+--- programs/winetest/util.c.orig 2004-04-09 14:30:40.000000000 +0000
++++ programs/winetest/util.c
+@@ -19,7 +19,6 @@
+ *
+ */
+ #include <windows.h>
+-#include <unistd.h>
+ #include <errno.h>
+
+ #include "winetest.h"