summaryrefslogtreecommitdiff
path: root/emulators/wine/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-12-16 11:10:47 +0000
committeradam <adam@pkgsrc.org>2003-12-16 11:10:47 +0000
commitb3fe5e7d62f33dde3a6abf3d2ff38b76c1282139 (patch)
treea773996e534c1d44c8f5520c9fbe96a1fdd2e159 /emulators/wine/patches
parent1f74ac0bf8d52d5d68492d696c8229b437c58ff3 (diff)
downloadpkgsrc-b3fe5e7d62f33dde3a6abf3d2ff38b76c1282139.tar.gz
WHAT'S NEW with Wine-20031212: (see ChangeLog for details)
- Initial implementation of XDND drag&drop support. - Improved startup performance on remote displays. - Major improvements in the oleaut32 dll. - Some support for Netbios functions. - Work around for Exec Shield and prelinking troubles. - Many code cleanups. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r--emulators/wine/patches/patch-ac8
-rw-r--r--emulators/wine/patches/patch-ad6
-rw-r--r--emulators/wine/patches/patch-ae14
3 files changed, 21 insertions, 7 deletions
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac
index a9c6af465cf..7bc9e6af198 100644
--- a/emulators/wine/patches/patch-ac
+++ b/emulators/wine/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.9 2003/12/01 15:59:50 adam Exp $
+$NetBSD: patch-ac,v 1.10 2003/12/16 11:10:47 adam Exp $
---- configure.orig 2003-11-19 05:00:07.000000000 +0100
+--- configure.orig 2003-12-13 03:51:20.000000000 +0000
+++ configure
-@@ -15801,7 +15801,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+@@ -15905,7 +15905,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.9 2003/12/01 15:59:50 adam Exp $
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-@@ -16687,7 +16687,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+@@ -16791,7 +16791,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-ad b/emulators/wine/patches/patch-ad
index 846364efd3b..37175db5dd6 100644
--- a/emulators/wine/patches/patch-ad
+++ b/emulators/wine/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.5 2003/09/15 10:51:39 adam Exp $
+$NetBSD: patch-ad,v 1.6 2003/12/16 11:10:47 adam Exp $
---- dlls/iphlpapi/ifenum.c.orig 2003-09-06 01:08:37.000000000 +0200
+--- dlls/iphlpapi/ifenum.c.orig 2003-11-30 06:03:21.000000000 +0000
+++ dlls/iphlpapi/ifenum.c
-@@ -70,6 +70,7 @@
+@@ -56,6 +56,7 @@
#endif
#include <sys/types.h>
diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae
new file mode 100644
index 00000000000..4706cc4cc11
--- /dev/null
+++ b/emulators/wine/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.7 2003/12/16 11:10:47 adam Exp $
+
+--- dlls/netapi32/nbt.c.orig 2003-12-15 16:32:57.000000000 +0000
++++ dlls/netapi32/nbt.c
+@@ -72,8 +72,8 @@
+ #include "winbase.h"
+ #include "wine/debug.h"
+ #include "winreg.h"
+-#include "iphlpapi.h"
+ #include "winsock2.h"
++#include "iphlpapi.h"
+ #include "netbios.h"
+ #include "nbnamecache.h"
+