summaryrefslogtreecommitdiff
path: root/emulators/wine
diff options
context:
space:
mode:
authoradam <adam>2006-05-26 09:40:33 +0000
committeradam <adam>2006-05-26 09:40:33 +0000
commit65e04cb134c9282fb150e151301068f5cddf3183 (patch)
tree8ab25dedafd7692e56c88dffcf60a94b303fba0c /emulators/wine
parent7e6664b43f01d1efcf122db9fba6cd2f830f4729 (diff)
downloadpkgsrc-65e04cb134c9282fb150e151301068f5cddf3183.tar.gz
Changes 0.9.14:
- Better MS/RPC compatibility. - Many fixes to Direct3D shaders. - Several improvements to the header control. - Lots of bug fixes
Diffstat (limited to 'emulators/wine')
-rw-r--r--emulators/wine/Makefile4
-rw-r--r--emulators/wine/PLIST6
-rw-r--r--emulators/wine/distinfo10
-rw-r--r--emulators/wine/patches/patch-al6
4 files changed, 15 insertions, 11 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 150bcddc48b..98b5a8fc474 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2006/05/12 20:53:36 adam Exp $
+# $NetBSD: Makefile,v 1.106 2006/05/26 09:40:33 adam Exp $
-DISTNAME= wine-0.9.13
+DISTNAME= wine-0.9.14
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wine/} \
http://ibiblio.org/pub/linux/system/emulators/wine/
diff --git a/emulators/wine/PLIST b/emulators/wine/PLIST
index 5a7fe719199..dd8c18febd0 100644
--- a/emulators/wine/PLIST
+++ b/emulators/wine/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2006/05/12 20:53:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2006/05/26 09:40:33 adam Exp $
bin/bin2res
bin/fnt2bdf
bin/function_grep.pl
@@ -174,6 +174,7 @@ include/wine/windows/dxerr8.h
include/wine/windows/dxerr9.h
include/wine/windows/dxfile.h
include/wine/windows/dyngraph.idl
+include/wine/windows/errors.h
include/wine/windows/evcode.h
include/wine/windows/evntrace.h
include/wine/windows/excpt.h
@@ -266,6 +267,7 @@ include/wine/windows/nspapi.h
include/wine/windows/ntddcdrm.h
include/wine/windows/ntddscsi.h
include/wine/windows/ntddstor.h
+include/wine/windows/ntdsapi.h
include/wine/windows/ntsecapi.h
include/wine/windows/ntstatus.h
include/wine/windows/oaidl.h
@@ -560,6 +562,7 @@ lib/wine/libmswsock.def
lib/wine/libnetapi32.def
lib/wine/libnewdev.def
lib/wine/libntdll.def
+lib/wine/libntdsapi.def
lib/wine/libodbc32.def
lib/wine/libodbccp32.def
lib/wine/libole32.def
@@ -657,6 +660,7 @@ lib/wine/netapi32.dll.so
lib/wine/newdev.dll.so
lib/wine/notepad.exe.so
lib/wine/ntdll.dll.so
+lib/wine/ntdsapi.dll.so
lib/wine/objsel.dll.so
lib/wine/odbc32.dll.so
lib/wine/odbccp32.dll.so
diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo
index 0bbe4f55893..db24b9720ff 100644
--- a/emulators/wine/distinfo
+++ b/emulators/wine/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.45 2006/05/12 20:53:36 adam Exp $
+$NetBSD: distinfo,v 1.46 2006/05/26 09:40:33 adam Exp $
-SHA1 (wine-0.9.13.tar.bz2) = 955ef5dff9310769a8fcdf10fd5658e9110539d3
-RMD160 (wine-0.9.13.tar.bz2) = 320a2b0e46f2b39fe3c2b460d78d4cd04a7ce45c
-Size (wine-0.9.13.tar.bz2) = 10823249 bytes
+SHA1 (wine-0.9.14.tar.bz2) = 470bb65e9569d0018ff8c028deab5da7e0edc4de
+RMD160 (wine-0.9.14.tar.bz2) = 2f2ecaf088b5f94cd95255851732a6321ef8a3ee
+Size (wine-0.9.14.tar.bz2) = 10910290 bytes
SHA1 (patch-aa) = 52b95bbc7ac3e2181963836c80c959be4e134a05
SHA1 (patch-ab) = 66c1f1ec98674d15c7a72e8ac16105c28aa25e91
SHA1 (patch-ac) = 8ce71679b7aa96961c72cf5627766c877f61be0a
@@ -13,4 +13,4 @@ SHA1 (patch-ag) = 656f9667da542489595d1db65c84579b3dfce279
SHA1 (patch-ai) = a334ee48b949f9f5d4356beed3b422ee032619c2
SHA1 (patch-aj) = 9ad0a5e641f86756018bf460a969c0187aae17a0
SHA1 (patch-ak) = e42edb9973240dd0193702112f15de372fdb0f0b
-SHA1 (patch-al) = e778c70a4cc79577a0427d1c253ac4477a27d803
+SHA1 (patch-al) = 7ee943a4060d526dab328cb2a8a7308b98514949
diff --git a/emulators/wine/patches/patch-al b/emulators/wine/patches/patch-al
index 6a2937d481d..ab8e148902c 100644
--- a/emulators/wine/patches/patch-al
+++ b/emulators/wine/patches/patch-al
@@ -1,9 +1,9 @@
-$NetBSD: patch-al,v 1.5 2006/02/26 07:48:11 wiz Exp $
+$NetBSD: patch-al,v 1.6 2006/05/26 09:40:33 adam Exp $
---- dlls/riched20/tests/editor.c.orig 2006-02-15 16:02:44.000000000 +0000
+--- dlls/riched20/tests/editor.c.orig 2006-05-24 19:40:04.000000000 +0200
+++ dlls/riched20/tests/editor.c
@@ -18,6 +18,7 @@
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+#include <winsock.h>