pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/wine Changes 0.9.14:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f643c5981049
branches:  trunk
changeset: 513337:f643c5981049
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 26 09:40:33 2006 +0000

description:
Changes 0.9.14:
  - Better MS/RPC compatibility.
  - Many fixes to Direct3D shaders.
  - Several improvements to the header control.
  - Lots of bug fixes

diffstat:

 emulators/wine/Makefile         |   4 ++--
 emulators/wine/PLIST            |   6 +++++-
 emulators/wine/distinfo         |  10 +++++-----
 emulators/wine/patches/patch-al |   6 +++---
 4 files changed, 15 insertions(+), 11 deletions(-)

diffs (91 lines):

diff -r 7bbca2bcc487 -r f643c5981049 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Fri May 26 09:21:25 2006 +0000
+++ b/emulators/wine/Makefile   Fri May 26 09:40:33 2006 +0000
@@ -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 -r 7bbca2bcc487 -r f643c5981049 emulators/wine/PLIST
--- a/emulators/wine/PLIST      Fri May 26 09:21:25 2006 +0000
+++ b/emulators/wine/PLIST      Fri May 26 09:40:33 2006 +0000
@@ -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/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/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/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/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 -r 7bbca2bcc487 -r f643c5981049 emulators/wine/distinfo
--- a/emulators/wine/distinfo   Fri May 26 09:21:25 2006 +0000
+++ b/emulators/wine/distinfo   Fri May 26 09:40:33 2006 +0000
@@ -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-ai) = a334ee48b949f9f5d4356beed3b422ee032619c2
 SHA1 (patch-aj) = 9ad0a5e641f86756018bf460a969c0187aae17a0
 SHA1 (patch-ak) = e42edb9973240dd0193702112f15de372fdb0f0b
-SHA1 (patch-al) = e778c70a4cc79577a0427d1c253ac4477a27d803
+SHA1 (patch-al) = 7ee943a4060d526dab328cb2a8a7308b98514949
diff -r 7bbca2bcc487 -r f643c5981049 emulators/wine/patches/patch-al
--- a/emulators/wine/patches/patch-al   Fri May 26 09:21:25 2006 +0000
+++ b/emulators/wine/patches/patch-al   Fri May 26 09:40:33 2006 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index