summaryrefslogtreecommitdiff
path: root/emulators/wine/patches
diff options
context:
space:
mode:
authoradam <adam>2006-07-28 13:04:35 +0000
committeradam <adam>2006-07-28 13:04:35 +0000
commite05c39fabf355fd1d85323c43286d045894599bf (patch)
tree51122f4340b6e0e8400db1bfe16e677b50321713 /emulators/wine/patches
parent3a4eae4718365dd97a42047aaa306ecea957cd86 (diff)
downloadpkgsrc-e05c39fabf355fd1d85323c43286d045894599bf.tar.gz
Changes 0.9.18:
- Still more work on Direct3D. - A lot of MSI bug fixes and improvements. - More compatible memory management. - Several fixes for Win64 support. - Some performance improvements. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches')
-rw-r--r--emulators/wine/patches/patch-aa6
-rw-r--r--emulators/wine/patches/patch-ac8
-rw-r--r--emulators/wine/patches/patch-ah14
3 files changed, 7 insertions, 21 deletions
diff --git a/emulators/wine/patches/patch-aa b/emulators/wine/patches/patch-aa
index 114f5275a91..7d2d9c47ec3 100644
--- a/emulators/wine/patches/patch-aa
+++ b/emulators/wine/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.21 2006/06/12 09:07:22 adam Exp $
+$NetBSD: patch-aa,v 1.22 2006/07/28 13:04:35 adam Exp $
---- Make.rules.in.orig 2006-06-08 17:06:37.000000000 +0200
+--- Make.rules.in.orig 2006-07-27 16:55:50.000000000 +0200
+++ Make.rules.in
-@@ -111,7 +111,7 @@ conf_manext = 5
+@@ -110,7 +110,7 @@ conf_manext = 5
CLEAN_FILES = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej \
*.flc *.tab.c *.tab.h @LEX_OUTPUT_ROOT@.c core
diff --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac
index 2cb307ba1b7..c9d4de96d76 100644
--- a/emulators/wine/patches/patch-ac
+++ b/emulators/wine/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.31 2006/07/10 21:12:03 adam Exp $
+$NetBSD: patch-ac,v 1.32 2006/07/28 13:04:35 adam Exp $
---- configure.orig 2006-07-10 18:01:06.000000000 +0200
+--- configure.orig 2006-07-27 16:55:50.000000000 +0200
+++ configure
-@@ -20839,7 +20839,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec
+@@ -20903,7 +20903,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.31 2006/07/10 21:12:03 adam Exp $
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
-@@ -22856,7 +22856,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec
+@@ -22920,7 +22920,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
diff --git a/emulators/wine/patches/patch-ah b/emulators/wine/patches/patch-ah
deleted file mode 100644
index 5fd272474fc..00000000000
--- a/emulators/wine/patches/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ah,v 1.11 2006/07/10 21:12:03 adam Exp $
-
---- libs/wine/loader.c.orig 2006-07-10 22:43:42.000000000 +0200
-+++ libs/wine/loader.c
-@@ -632,7 +632,9 @@ void wine_init( int argc, char *argv[],
-
- /* force a few limits that are set too low on some platforms */
- set_max_limit( RLIMIT_NOFILE );
-+#if !defined(__NetBSD__)
- set_max_limit( RLIMIT_AS );
-+#endif
-
- wine_init_argv0_path( argv[0] );
- build_dll_path();