diff options
author | gerald <gerald@FreeBSD.org> | 2008-11-24 04:53:10 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-11-24 04:53:10 +0800 |
commit | 6d3a67433daf44f84d6d0ef57aa63c92676a26c1 (patch) | |
tree | 9e0f4d0562ae0635c123190fa24c70f25be7a123 | |
parent | db496c7edb7bcbce6989346ab533bc04e17c9efb (diff) | |
download | freebsd-ports-gnome-6d3a67433daf44f84d6d0ef57aa63c92676a26c1.tar.gz freebsd-ports-gnome-6d3a67433daf44f84d6d0ef57aa63c92676a26c1.tar.zst freebsd-ports-gnome-6d3a67433daf44f84d6d0ef57aa63c92676a26c1.zip |
Update to Wine 1.1.9. Among others, this includes the following changes:
- A large number of regression test fixes.
- Performance improvements in memory management.
- Improved POP3 support in inetcomm.
- Initial implementation of the XInput DLL.
- Various bug fixes.
It also fixes the "Invalid address" issue reported by some users, at least
according to my testing.
PR: 128926
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 8 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 8 |
6 files changed, 22 insertions, 10 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index decb1da99481..4b8298d2b6a7 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.8 +DISTVERSION= 1.1.9 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 0c72e7d6ce3d..4ce5fbf869d3 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.8.tar.bz2) = 3a65ee3448b80519d1aa606d3bba92be -SHA256 (wine-1.1.8.tar.bz2) = dbadd980d3ab1d3f188c5972c980312324aedf5681494732a45c0459b17d0c1e -SIZE (wine-1.1.8.tar.bz2) = 14665390 +MD5 (wine-1.1.9.tar.bz2) = c3975c66640c1efaf2717ffa2260b6c7 +SHA256 (wine-1.1.9.tar.bz2) = fed77069751d9a0d026b4f927672237cbd283971e08062932831cb800b3d1eca +SIZE (wine-1.1.9.tar.bz2) = 14731804 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index ecd9f97f0a61..635efa68fd73 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -24,7 +24,6 @@ bin/winemine bin/winepath bin/wineprefixcreate bin/wineserver -bin/wineshelllink bin/wmc bin/wrc include/wine/debug.h @@ -592,6 +591,7 @@ lib/wine/ctl3d.dll16 lib/wine/ctl3d32.dll.so lib/wine/ctl3dv2.dll16 lib/wine/d3d10.dll.so +lib/wine/d3d10core.dll.so lib/wine/d3d8.dll.so lib/wine/d3d9.dll.so lib/wine/d3dim.dll.so @@ -707,6 +707,7 @@ lib/wine/libcryptnet.def lib/wine/libcryptui.def lib/wine/libctl3d32.def lib/wine/libd3d10.def +lib/wine/libd3d10core.def lib/wine/libd3d8.def lib/wine/libd3d9.def lib/wine/libd3dim.def @@ -827,6 +828,7 @@ lib/wine/libwow32.def lib/wine/libws2_32.def lib/wine/libwsock32.def lib/wine/libwtsapi32.def +lib/wine/libxinput.def lib/wine/localspl.dll.so lib/wine/localui.dll.so lib/wine/lz32.dll.so @@ -1053,6 +1055,10 @@ lib/wine/ws2_32.dll.so lib/wine/wsock32.dll.so lib/wine/wtsapi32.dll.so lib/wine/xcopy.exe.so +lib/wine/xinput1_1.dll.so +lib/wine/xinput1_2.dll.so +lib/wine/xinput1_3.dll.so +lib/wine/xinput9_1_0.dll.so share/applications/wine.desktop %%DATADIR%%/aclocal/wine.m4 %%DATADIR%%/wine/generic.ppd diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index decb1da99481..4b8298d2b6a7 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.8 +DISTVERSION= 1.1.9 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 0c72e7d6ce3d..4ce5fbf869d3 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.8.tar.bz2) = 3a65ee3448b80519d1aa606d3bba92be -SHA256 (wine-1.1.8.tar.bz2) = dbadd980d3ab1d3f188c5972c980312324aedf5681494732a45c0459b17d0c1e -SIZE (wine-1.1.8.tar.bz2) = 14665390 +MD5 (wine-1.1.9.tar.bz2) = c3975c66640c1efaf2717ffa2260b6c7 +SHA256 (wine-1.1.9.tar.bz2) = fed77069751d9a0d026b4f927672237cbd283971e08062932831cb800b3d1eca +SIZE (wine-1.1.9.tar.bz2) = 14731804 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index ecd9f97f0a61..635efa68fd73 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -24,7 +24,6 @@ bin/winemine bin/winepath bin/wineprefixcreate bin/wineserver -bin/wineshelllink bin/wmc bin/wrc include/wine/debug.h @@ -592,6 +591,7 @@ lib/wine/ctl3d.dll16 lib/wine/ctl3d32.dll.so lib/wine/ctl3dv2.dll16 lib/wine/d3d10.dll.so +lib/wine/d3d10core.dll.so lib/wine/d3d8.dll.so lib/wine/d3d9.dll.so lib/wine/d3dim.dll.so @@ -707,6 +707,7 @@ lib/wine/libcryptnet.def lib/wine/libcryptui.def lib/wine/libctl3d32.def lib/wine/libd3d10.def +lib/wine/libd3d10core.def lib/wine/libd3d8.def lib/wine/libd3d9.def lib/wine/libd3dim.def @@ -827,6 +828,7 @@ lib/wine/libwow32.def lib/wine/libws2_32.def lib/wine/libwsock32.def lib/wine/libwtsapi32.def +lib/wine/libxinput.def lib/wine/localspl.dll.so lib/wine/localui.dll.so lib/wine/lz32.dll.so @@ -1053,6 +1055,10 @@ lib/wine/ws2_32.dll.so lib/wine/wsock32.dll.so lib/wine/wtsapi32.dll.so lib/wine/xcopy.exe.so +lib/wine/xinput1_1.dll.so +lib/wine/xinput1_2.dll.so +lib/wine/xinput1_3.dll.so +lib/wine/xinput9_1_0.dll.so share/applications/wine.desktop %%DATADIR%%/aclocal/wine.m4 %%DATADIR%%/wine/generic.ppd |