From 72e7441082e4abd1fae86ee7e00366b8f5018544 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 Jul 2007 12:29:16 +0000 Subject: Changes 0.9.41: - A number of gdiplus functions. - More complete pdh.dll implementation. - Support for MSI remote calls. - Messaging support in crypt32.dll. - Lots of bug fixes. --- emulators/wine/Makefile | 4 ++-- emulators/wine/PLIST | 5 ++++- emulators/wine/distinfo | 10 +++++----- emulators/wine/patches/patch-ad | 12 ++++++------ 4 files changed, 17 insertions(+), 14 deletions(-) (limited to 'emulators') diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d94d0e104cc..1acc2e9fe1a 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.134 2007/07/01 10:04:26 adam Exp $ +# $NetBSD: Makefile,v 1.135 2007/07/17 12:29:16 adam Exp $ -DISTNAME= wine-0.9.40 +DISTNAME= wine-0.9.41 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine/PLIST b/emulators/wine/PLIST index f7c99f1d3b6..5b6b4d3fb36 100644 --- a/emulators/wine/PLIST +++ b/emulators/wine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.64 2007/07/01 10:04:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.65 2007/07/17 12:29:16 adam Exp $ bin/bin2res bin/fnt2bdf bin/function_grep.pl @@ -132,6 +132,7 @@ include/wine/windows/dde.h include/wine/windows/ddeml.h include/wine/windows/ddk/compstui.h include/wine/windows/ddk/hidsdi.h +include/wine/windows/ddk/imm.h include/wine/windows/ddk/ntddcdvd.h include/wine/windows/ddk/ntddser.h include/wine/windows/ddk/ntddtape.h @@ -497,6 +498,7 @@ lib/wine/cryptnet.dll.so lib/wine/ctl3d.dll16 lib/wine/ctl3d32.dll.so lib/wine/ctl3dv2.dll16 +lib/wine/d3d10.dll.so lib/wine/d3d8.dll.so lib/wine/d3d9.dll.so lib/wine/d3dim.dll.so @@ -645,6 +647,7 @@ lib/wine/liboledlg.def lib/wine/libolepro32.def lib/wine/libolesvr32.def ${WINE_OPENGL}lib/wine/libopengl32.def +lib/wine/libpdh.def lib/wine/libpowrprof.def lib/wine/libpsapi.def lib/wine/libquartz.def diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 36f04cc3f97..f0754898747 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.70 2007/07/01 10:04:26 adam Exp $ +$NetBSD: distinfo,v 1.71 2007/07/17 12:29:16 adam Exp $ -SHA1 (wine-0.9.40.tar.bz2) = e4b6b04e135d11b1158a82a27a5c3dc540f6302c -RMD160 (wine-0.9.40.tar.bz2) = f04365a737c9056fa1f6dcf9b268f33658a424ae -Size (wine-0.9.40.tar.bz2) = 12091160 bytes +SHA1 (wine-0.9.41.tar.bz2) = afe78726e9dbc50bc1161dcb59587c22954ffc39 +RMD160 (wine-0.9.41.tar.bz2) = dd81d0c8a0527c15a08122de81b4675758784d8f +Size (wine-0.9.41.tar.bz2) = 12117969 bytes SHA1 (patch-aa) = 3b84f2f7693b79ed5de432a6ab8faf4ec258f57a SHA1 (patch-ab) = 66c1f1ec98674d15c7a72e8ac16105c28aa25e91 -SHA1 (patch-ad) = 21b66f430149cae8319eb80a30cf8ad890d1b1ef +SHA1 (patch-ad) = 978bdd94b75a2d671d5ed97d7664ff60488683cd SHA1 (patch-ae) = a4f39995baf5511ddc70b4e1c006a159a86eeb22 SHA1 (patch-af) = ff365b8c6f60adfe0cc47113db53de1dd27bb064 SHA1 (patch-ag) = c4bf5a592ad5cad67ff933c5da418c58d6e1367a diff --git a/emulators/wine/patches/patch-ad b/emulators/wine/patches/patch-ad index 819763752fc..0932796ce00 100644 --- a/emulators/wine/patches/patch-ad +++ b/emulators/wine/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.12 2007/02/19 17:30:02 rillig Exp $ +$NetBSD: patch-ad,v 1.13 2007/07/17 12:29:17 adam Exp $ ---- dlls/iphlpapi/ipstats.c.orig 2007-02-16 15:48:13.000000000 +0100 -+++ dlls/iphlpapi/ipstats.c 2007-02-17 15:02:32.000000000 +0100 -@@ -27,6 +27,10 @@ +--- dlls/iphlpapi/ipstats.c.orig 2007-07-13 19:46:16.000000000 +0200 ++++ dlls/iphlpapi/ipstats.c +@@ -28,6 +28,10 @@ #include #include #include @@ -13,7 +13,7 @@ $NetBSD: patch-ad,v 1.12 2007/02/19 17:30:02 rillig Exp $ #ifdef HAVE_SYS_SOCKET_H #include #endif -@@ -627,7 +631,11 @@ DWORD getNumRoutes(void) +@@ -740,7 +744,11 @@ DWORD getNumRoutes(void) /* Ignore all entries except for gateway routes which aren't multicast */ @@ -25,7 +25,7 @@ $NetBSD: patch-ad,v 1.12 2007/02/19 17:30:02 rillig Exp $ continue; RouteCount++; -@@ -700,8 +708,12 @@ DWORD getRouteTable(PMIB_IPFORWARDTABLE +@@ -813,8 +821,12 @@ DWORD getRouteTable(PMIB_IPFORWARDTABLE /* Ignore all entries except for gateway routes which aren't multicast */ -- cgit v1.2.3