summaryrefslogtreecommitdiff
path: root/emulators/wine/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-05-12 20:40:43 +0000
committeradam <adam@pkgsrc.org>2007-05-12 20:40:43 +0000
commitb6db529ca3f0edd88b577ab808de28d35cfdc79b (patch)
tree373796ba6da8b594548a4e36688ab3bb9bb6962c /emulators/wine/patches
parent7a096988fe2b99a14f107343c97a2fdf0ee6b34d (diff)
downloadpkgsrc-b6db529ca3f0edd88b577ab808de28d35cfdc79b.tar.gz
Changes 0.9.37:
- MSI automation with JScript/VBScript support. - Various MSHTML improvements. - The usual assortment of Direct3D fixes. - Support for a few more exe protection schemes. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r--emulators/wine/patches/patch-af6
-rw-r--r--emulators/wine/patches/patch-ak6
-rw-r--r--emulators/wine/patches/patch-al12
3 files changed, 6 insertions, 18 deletions
diff --git a/emulators/wine/patches/patch-af b/emulators/wine/patches/patch-af
index a7fa184bd63..d3ce5c2b078 100644
--- a/emulators/wine/patches/patch-af
+++ b/emulators/wine/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.22 2007/03/17 23:07:58 adam Exp $
+$NetBSD: patch-af,v 1.23 2007/05/12 20:40:43 adam Exp $
---- dlls/ntdll/signal_i386.c.orig 2007-03-16 17:40:46.000000000 +0100
+--- dlls/ntdll/signal_i386.c.orig 2007-05-11 19:35:02.000000000 +0200
+++ dlls/ntdll/signal_i386.c
@@ -167,7 +167,7 @@ typedef struct trapframe SIGCONTEXT;
@@ -69,7 +69,7 @@ $NetBSD: patch-af,v 1.22 2007/03/17 23:07:58 adam Exp $
#else
TRAP_x86_DIVIDE = 0, /* Division by zero exception */
TRAP_x86_TRCTRAP = 1, /* Single-step exception */
-@@ -1376,7 +1418,11 @@ BOOL SIGNAL_Init(void)
+@@ -1385,7 +1427,11 @@ BOOL SIGNAL_Init(void)
#endif /* HAVE_SIGALTSTACK */
sig_act.sa_mask = server_block_set;
diff --git a/emulators/wine/patches/patch-ak b/emulators/wine/patches/patch-ak
index 851089203a4..b3dc0b10e1a 100644
--- a/emulators/wine/patches/patch-ak
+++ b/emulators/wine/patches/patch-ak
@@ -1,8 +1,8 @@
-$NetBSD: patch-ak,v 1.12 2007/04/29 12:48:05 adam Exp $
+$NetBSD: patch-ak,v 1.13 2007/05/12 20:40:43 adam Exp $
---- dlls/ntdll/file.c.orig 2007-04-27 16:48:53.000000000 +0200
+--- dlls/ntdll/file.c.orig 2007-05-11 19:35:02.000000000 +0200
+++ dlls/ntdll/file.c
-@@ -1809,6 +1809,35 @@ static NTSTATUS get_device_info( int fd,
+@@ -1833,6 +1833,35 @@ static NTSTATUS get_device_info( int fd,
info->DeviceType = FILE_DEVICE_DISK_FILE_SYSTEM;
break;
}
diff --git a/emulators/wine/patches/patch-al b/emulators/wine/patches/patch-al
deleted file mode 100644
index 2934ffaf5a0..00000000000
--- a/emulators/wine/patches/patch-al
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-al,v 1.7 2007/02/17 10:19:38 adam Exp $
-
---- dlls/riched20/tests/editor.c.orig 2007-02-16 15:48:13.000000000 +0100
-+++ dlls/riched20/tests/editor.c
-@@ -19,6 +19,7 @@
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
-
-+#include <winsock.h>
- #include <wine/test.h>
- #include <windows.h>
- #include <richedit.h>