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.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dde868425a4f
branches:  trunk
changeset: 510638:dde868425a4f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 01 16:47:48 2006 +0000

description:
Changes 0.9.11:
  - Fake dll files created in the system directory to help installers.
  - Desktop mode now properly supports multiple processes.
  - Better type parsing in dbghelp.
  - Several OpenGL fixes.
  - A bunch of Unicode functions in advpack.
  - Lots of bug fixes.

diffstat:

 emulators/wine/Makefile         |   4 ++--
 emulators/wine/PLIST            |   6 +++---
 emulators/wine/distinfo         |  10 +++++-----
 emulators/wine/patches/patch-ac |   8 ++++----
 4 files changed, 14 insertions(+), 14 deletions(-)

diffs (90 lines):

diff -r bbe07d429bdc -r dde868425a4f emulators/wine/Makefile
--- a/emulators/wine/Makefile   Sat Apr 01 16:14:31 2006 +0000
+++ b/emulators/wine/Makefile   Sat Apr 01 16:47:48 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2006/03/31 10:48:00 adam Exp $
+# $NetBSD: Makefile,v 1.103 2006/04/01 16:47:48 adam Exp $
 
-DISTNAME=      wine-0.9.10
+DISTNAME=      wine-0.9.11
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wine/} \
                http://ibiblio.org/pub/linux/system/emulators/wine/
diff -r bbe07d429bdc -r dde868425a4f emulators/wine/PLIST
--- a/emulators/wine/PLIST      Sat Apr 01 16:14:31 2006 +0000
+++ b/emulators/wine/PLIST      Sat Apr 01 16:47:48 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2006/03/31 10:48:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.41 2006/04/01 16:47:48 adam Exp $
 bin/bin2res
 bin/fnt2bdf
 bin/function_grep.pl
@@ -335,6 +335,7 @@
 include/wine/windows/shtypes.idl
 include/wine/windows/sipbase.h
 include/wine/windows/snmp.h
+include/wine/windows/softpub.h
 include/wine/windows/sql.h
 include/wine/windows/sqlext.h
 include/wine/windows/sqltypes.h
@@ -416,8 +417,6 @@
 lib/wine/avicap32.dll.so
 lib/wine/avifil32.dll.so
 lib/wine/avifile.dll16
-lib/wine/aviinfo.exe.so
-lib/wine/aviplay.exe.so
 lib/wine/cabinet.dll.so
 lib/wine/capi2032.dll.so
 lib/wine/cards.dll.so
@@ -698,6 +697,7 @@
 lib/wine/shlwapi.dll.so
 lib/wine/snmpapi.dll.so
 lib/wine/sound.drv16
+lib/wine/spoolss.dll.so
 lib/wine/start.exe.so
 lib/wine/stdole2.tlb.so
 lib/wine/stdole32.tlb.so
diff -r bbe07d429bdc -r dde868425a4f emulators/wine/distinfo
--- a/emulators/wine/distinfo   Sat Apr 01 16:14:31 2006 +0000
+++ b/emulators/wine/distinfo   Sat Apr 01 16:47:48 2006 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.42 2006/03/31 10:48:00 adam Exp $
+$NetBSD: distinfo,v 1.43 2006/04/01 16:47:48 adam Exp $
 
-SHA1 (wine-0.9.10.tar.bz2) = a7ea7937153790bce473e846ae4d14729754b44f
-RMD160 (wine-0.9.10.tar.bz2) = c55c6a1fee2b4386aa91c9dd7b4c52d9c69e87ff
-Size (wine-0.9.10.tar.bz2) = 10618613 bytes
+SHA1 (wine-0.9.11.tar.bz2) = 75a4a78dbb77fc6d3c19a90c1461711ef9db1751
+RMD160 (wine-0.9.11.tar.bz2) = e48d33d7f6d39a4ad9e59ed84b1b75608e736194
+Size (wine-0.9.11.tar.bz2) = 10671110 bytes
 SHA1 (patch-aa) = 52b95bbc7ac3e2181963836c80c959be4e134a05
 SHA1 (patch-ab) = 66c1f1ec98674d15c7a72e8ac16105c28aa25e91
-SHA1 (patch-ac) = 4e9704986b1264b4b34b7ee55100d0332cdfb385
+SHA1 (patch-ac) = 248188454474196497ba77fccb075061e2f8f9e3
 SHA1 (patch-ad) = 67366ff3feed3f0941f8ca8d7cb097b16dd5d421
 SHA1 (patch-ae) = dbd40183fb8e1f1d7af9ab4e51910a2227524e3c
 SHA1 (patch-af) = 423bb6844dc5684cf6d14528ec2a4a0f0089d0ce
diff -r bbe07d429bdc -r dde868425a4f emulators/wine/patches/patch-ac
--- a/emulators/wine/patches/patch-ac   Sat Apr 01 16:14:31 2006 +0000
+++ b/emulators/wine/patches/patch-ac   Sat Apr 01 16:47:48 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.25 2006/03/31 10:48:00 adam Exp $
+$NetBSD: patch-ac,v 1.26 2006/04/01 16:47:48 adam Exp $
 
---- configure.orig     2006-03-15 15:50:30.000000000 +0100
+--- configure.orig     2006-03-31 14:38:24.000000000 +0200
 +++ configure
-@@ -16407,7 +16407,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
+@@ -16409,7 +16409,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then
@@ -11,7 +11,7 @@
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
-@@ -18104,7 +18104,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
+@@ -18106,7 +18106,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
    ac_status=$?
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; }; then



Home | Main Index | Thread Index | Old Index