summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-04-01 16:47:48 +0000
committeradam <adam@pkgsrc.org>2006-04-01 16:47:48 +0000
commit3677b9048f7064698d15747b63dd68c3282c516e (patch)
treebc14be9eee2a34ca43b1715286e5fd5b892377f3 /emulators
parent99bf3f5823a6e34ff0cbce3ca40a649a22083f19 (diff)
downloadpkgsrc-3677b9048f7064698d15747b63dd68c3282c516e.tar.gz
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 (limited to 'emulators')
-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-ac8
4 files changed, 14 insertions, 14 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 98850e3dcdf..6502da3d24b 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -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 --git a/emulators/wine/PLIST b/emulators/wine/PLIST
index 49880ae65a9..65ba74a402c 100644
--- a/emulators/wine/PLIST
+++ b/emulators/wine/PLIST
@@ -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.h
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/atl.dll.so
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/shfolder.dll.so
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 --git a/emulators/wine/distinfo b/emulators/wine/distinfo
index c94e048dddc..32d377d27cd 100644
--- a/emulators/wine/distinfo
+++ b/emulators/wine/distinfo
@@ -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 --git a/emulators/wine/patches/patch-ac b/emulators/wine/patches/patch-ac
index 749fd4a813b..167592dc4d1 100644
--- a/emulators/wine/patches/patch-ac
+++ b/emulators/wine/patches/patch-ac
@@ -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 @@ $NetBSD: patch-ac,v 1.25 2006/03/31 10:48:00 adam Exp $
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