diff options
author | adam <adam@pkgsrc.org> | 2005-05-25 08:23:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-25 08:23:43 +0000 |
commit | e362a8899520e2dbbbcf0176d962d4d93b4d854c (patch) | |
tree | 1ef4ad2828603dde7415d65d6f6e1d98468a2196 /emulators/wine/patches | |
parent | 8aedb701775dab3c96020cf6f97213e94dbbc1b7 (diff) | |
download | pkgsrc-e362a8899520e2dbbbcf0176d962d4d93b4d854c.tar.gz |
Changes 20050419:
- Mailslot support.
- Support for side mouse buttons (X buttons).
- More Richedit improvements.
- Loading of Windows registry files disabled for now.
- Many code cleanups.
- Lots of bug fixes.
Changes 20050524:
- Many MSI improvements.
- More features in the file manager.
- Better compatibility for Winelib import libraries.
- SGML documentation moved out of the source tree.
- Header files cleanups.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r-- | emulators/wine/patches/patch-aa | 8 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ab | 6 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ac | 8 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ae | 8 | ||||
-rw-r--r-- | emulators/wine/patches/patch-af | 10 | ||||
-rw-r--r-- | emulators/wine/patches/patch-ag | 12 |
6 files changed, 32 insertions, 20 deletions
diff --git a/emulators/wine/patches/patch-aa b/emulators/wine/patches/patch-aa index 9f6b73ddcd4..c7f4a724031 100644 --- a/emulators/wine/patches/patch-aa +++ b/emulators/wine/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.14 2005/01/14 13:00:05 adam Exp $ +$NetBSD: patch-aa,v 1.15 2005/05/25 08:23:43 adam Exp $ ---- Make.rules.in.orig 2004-09-13 18:14:55.000000000 +0000 +--- Make.rules.in.orig 2005-05-07 12:39:58.000000000 +0000 +++ Make.rules.in -@@ -106,7 +106,7 @@ conf_manext = 5 +@@ -107,7 +107,7 @@ conf_manext = 5 CLEAN_FILES = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \ - *.flc *.spec.c *.spec.def *.dbg.c *.tab.c *.tab.h @LEX_OUTPUT_ROOT@.c core + *.flc *.spec.c *.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-ab b/emulators/wine/patches/patch-ab index e832ae2fd40..e1ad0a89ca0 100644 --- a/emulators/wine/patches/patch-ab +++ b/emulators/wine/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.17 2005/01/14 13:00:05 adam Exp $ +$NetBSD: patch-ab,v 1.18 2005/05/25 08:23:43 adam Exp $ ---- dlls/ntdll/cdrom.c.orig 2004-06-15 00:45:01.000000000 +0000 +--- dlls/ntdll/cdrom.c.orig 2005-05-06 16:22:55.000000000 +0000 +++ dlls/ntdll/cdrom.c -@@ -61,6 +61,16 @@ +@@ -63,6 +63,16 @@ #endif #ifdef HAVE_LINUX_CDROM_H # include <linux/cdrom.h> diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac index 652af11ee14..843cae3bb5e 100644 --- a/emulators/wine/patches/patch-ac +++ b/emulators/wine/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.17 2005/02/16 12:22:11 adam Exp $ +$NetBSD: patch-ac,v 1.18 2005/05/25 08:23:43 adam Exp $ ---- configure.orig 2005-02-11 13:34:18.000000000 +0000 +--- configure.orig 2005-05-24 14:16:16.000000000 +0000 +++ configure -@@ -17811,7 +17811,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l +@@ -17799,7 +17799,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.17 2005/02/16 12:22:11 adam Exp $ else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -@@ -19481,7 +19481,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c +@@ -19469,7 +19469,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-ae b/emulators/wine/patches/patch-ae index d43a0955622..8e7676fb541 100644 --- a/emulators/wine/patches/patch-ae +++ b/emulators/wine/patches/patch-ae @@ -1,6 +1,6 @@ -$NetBSD: patch-ae,v 1.10 2005/01/14 13:00:05 adam Exp $ +$NetBSD: patch-ae,v 1.11 2005/05/25 08:23:43 adam Exp $ ---- programs/winetest/winetest.rc.orig 2004-06-18 15:12:26.000000000 +0000 +--- programs/winetest/winetest.rc.orig 2005-04-18 09:54:24.000000000 +0000 +++ programs/winetest/winetest.rc @@ -21,7 +21,6 @@ #include <windows.h> @@ -8,5 +8,5 @@ $NetBSD: patch-ae,v 1.10 2005/01/14 13:00:05 adam Exp $ #include "resource.h" -#include "tests.rc" - IDD_STATUS DIALOG 0, 0, 160, 140 - STYLE WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX + IDD_TAG DIALOG 0, 0, 150, 65 + STYLE WS_POPUP diff --git a/emulators/wine/patches/patch-af b/emulators/wine/patches/patch-af index f96ce031c60..4893934f30d 100644 --- a/emulators/wine/patches/patch-af +++ b/emulators/wine/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.11 2005/03/11 21:18:15 rillig Exp $ +$NetBSD: patch-af,v 1.12 2005/05/25 08:23:43 adam Exp $ ---- dlls/ntdll/signal_i386.c.orig Thu Dec 2 19:19:25 2004 -+++ dlls/ntdll/signal_i386.c Fri Feb 25 01:31:18 2005 -@@ -206,7 +206,7 @@ typedef struct trapframe SIGCONTEXT; +--- dlls/ntdll/signal_i386.c.orig 2005-05-16 17:52:10.000000000 +0000 ++++ dlls/ntdll/signal_i386.c +@@ -205,7 +205,7 @@ typedef struct trapframe SIGCONTEXT; #endif /* bsdi */ @@ -11,7 +11,7 @@ $NetBSD: patch-af,v 1.11 2005/03/11 21:18:15 rillig Exp $ typedef struct sigcontext SIGCONTEXT; -@@ -306,7 +306,40 @@ typedef struct ucontext SIGCONTEXT; +@@ -305,7 +305,40 @@ typedef struct ucontext SIGCONTEXT; #endif /* __APPLE__ */ diff --git a/emulators/wine/patches/patch-ag b/emulators/wine/patches/patch-ag new file mode 100644 index 00000000000..c11f5e408f7 --- /dev/null +++ b/emulators/wine/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.4 2005/05/25 08:23:43 adam Exp $ + +--- dlls/kernel/sync.c.orig 2005-04-20 11:06:24.000000000 +0000 ++++ dlls/kernel/sync.c +@@ -40,6 +40,7 @@ + #endif + #include <stdarg.h> + #include <stdio.h> ++#include <machine/limits.h> + + #define NONAMELESSUNION + #define NONAMELESSSTRUCT |