diff options
author | gerald <gerald@FreeBSD.org> | 2006-10-31 07:52:09 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-10-31 07:52:09 +0000 |
commit | 1cb63d566c168a07b45267336de0fc75313ae1c5 (patch) | |
tree | 3adcc7c32bcc39c79a9243c8220c409f9a01459f /emulators/wine | |
parent | d22535c6142d916c4e324e67ba1390923fcf7195 (diff) | |
download | FreeBSD-ports-1cb63d566c168a07b45267336de0fc75313ae1c5.zip FreeBSD-ports-1cb63d566c168a07b45267336de0fc75313ae1c5.tar.gz |
Update to Wine 0.9.24. Among others, this brings the following changes:
- Massive update of printf formats for Win64 compatibility.
- Dynamic drive support on MacOSX.
- MSI fixes and improvements.
- Support for multiple monitors using Xinerama.
- A ton of memory leaks fixed.
- Many common controls fixes.
- Lots of bug fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 04a5fc5..b10d555 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.22 +PORTVERSION= 0.9.24 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 45b575b..0dad8cb 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.22.tar.bz2) = 8141dbf39621e9aeae89de20b6a598ed -SHA256 (wine-0.9.22.tar.bz2) = c356bcf9b841ffd430f2bea0ae4afbafc8dc0af177c6e15550b31dd06288586b -SIZE (wine-0.9.22.tar.bz2) = 11168542 +MD5 (wine-0.9.24.tar.bz2) = d779b71ec1fcfbd1ed3860453762d4be +SHA256 (wine-0.9.24.tar.bz2) = 840ed63b7886cac5bbfc4a0d25a3a68b43c9194ae9eb0e7636a50ba324e77209 +SIZE (wine-0.9.24.tar.bz2) = 11258286 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 6bbe1a9..024863d 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -92,6 +92,8 @@ include/wine/windows/basetyps.h include/wine/windows/cderr.h include/wine/windows/cguid.h include/wine/windows/cierror.h +include/wine/windows/cfgmgr32.h +include/wine/windows/clusapi.h include/wine/windows/comcat.h include/wine/windows/comcat.idl include/wine/windows/commctrl.h @@ -367,6 +369,8 @@ include/wine/windows/tom.idl include/wine/windows/twain.h include/wine/windows/unknwn.h include/wine/windows/unknwn.idl +include/wine/windows/urlhist.h +include/wine/windows/urlhist.idl include/wine/windows/urlmon.h include/wine/windows/urlmon.idl include/wine/windows/usp10.h @@ -423,7 +427,6 @@ include/wine/windows/xmldso.h include/wine/windows/xmldso.idl include/wine/windows/xmldsodid.h include/wine/windows/zmouse.h -include/wine/windows/ddk/cfgmgr32.h include/wine/windows/ddk/compstui.h include/wine/windows/ddk/ntddcdvd.h include/wine/windows/ddk/ntddser.h @@ -609,6 +612,7 @@ lib/wine/libpowrprof.def lib/wine/libpsapi.def lib/wine/libquartz.def lib/wine/librasapi32.def +lib/wine/libresutils.def lib/wine/librsaenh.def lib/wine/libriched20.def lib/wine/librpcrt4.def @@ -670,6 +674,7 @@ lib/wine/msacm32.dll.so lib/wine/msacm32.drv.so lib/wine/msadp32.acm.so lib/wine/mscms.dll.so +lib/wine/mscoree.dll.so lib/wine/msdmo.dll.so lib/wine/msftedit.dll.so lib/wine/msg711.acm.so @@ -726,6 +731,7 @@ lib/wine/rasapi16.dll16 lib/wine/rasapi32.dll.so lib/wine/regedit.exe.so lib/wine/regsvr32.exe.so +lib/wine/resutils.dll.so lib/wine/riched20.dll.so lib/wine/riched32.dll.so lib/wine/rpcrt4.dll.so |