1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to Wine 1.1.44. Among others, this includes the following changes:

- Many more new icons.
 - Many additional msvcr80/90 functions.
 - Improvements to Bidi handling.
 - More complete mmdevapi (Win7 audio) support.
 - Improved handling of MSI patches.
 - A number of fixes for desktop menus.
 - Optimizations in OLE storage.
 - Various bug fixes.

And the wineprefixcreate binary is gone.
This commit is contained in:
Gerald Pfeifer 2010-05-09 09:45:29 +00:00
parent 612d4b9f94
commit 305c8968b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253988
6 changed files with 26 additions and 12 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= wine
DISTVERSION= 1.1.43
DISTVERSION= 1.1.44
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
@ -36,7 +36,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine
MAKE_JOBS_SAFE= yes
MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \
winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1
winemaker.1 wineserver.1 wmc.1 wrc.1
MLINKS= winegcc.1 wineg++.1
ONLY_FOR_ARCHS= i386
USE_BISON= build

View File

@ -1,3 +1,3 @@
MD5 (wine-1.1.43.tar.bz2) = 78e3c8d8d39625d7959ffe070a59028d
SHA256 (wine-1.1.43.tar.bz2) = 20656ac69a628341ecce55a72d02ee93e20e0c2a4bf6df94336738f1f1ff793a
SIZE (wine-1.1.43.tar.bz2) = 16760374
MD5 (wine-1.1.44.tar.bz2) = f18649bd71b9099fecad22436d239cba
SHA256 (wine-1.1.44.tar.bz2) = 268deeba52b1e6b5210e502cc584fbffa323252ce239a1545d3ab1abb9b0f22e
SIZE (wine-1.1.44.tar.bz2) = 17002412

View File

@ -18,7 +18,6 @@ bin/winegcc
bin/winemaker
bin/winemine
bin/winepath
bin/wineprefixcreate
bin/wineserver
bin/wmc
bin/wrc
@ -87,6 +86,8 @@ include/wine/windows/amstream.idl
include/wine/windows/amvideo.h
include/wine/windows/amvideo.idl
include/wine/windows/appmgmt.h
include/wine/windows/asptlb.h
include/wine/windows/asptlb.idl
include/wine/windows/asynot.idl
include/wine/windows/asysta.idl
include/wine/windows/audevcod.h
@ -451,6 +452,7 @@ include/wine/windows/pstore.idl
include/wine/windows/qedit.h
include/wine/windows/qedit.idl
include/wine/windows/ras.h
include/wine/windows/rasdlg.h
include/wine/windows/raserror.h
include/wine/windows/reason.h
include/wine/windows/regstr.h
@ -946,6 +948,7 @@ lib/wine/fakedlls/mssign32.dll
lib/wine/fakedlls/mssip32.dll
lib/wine/fakedlls/mstask.dll
lib/wine/fakedlls/msvcirt.dll
lib/wine/fakedlls/msvcr100.dll
lib/wine/fakedlls/msvcr70.dll
lib/wine/fakedlls/msvcr71.dll
lib/wine/fakedlls/msvcr80.dll
@ -1023,6 +1026,7 @@ lib/wine/fakedlls/rsaenh.dll
lib/wine/fakedlls/rtutils.dll
lib/wine/fakedlls/rundll32.exe
lib/wine/fakedlls/sane.ds
lib/wine/fakedlls/sc.exe
lib/wine/fakedlls/sccbase.dll
lib/wine/fakedlls/schannel.dll
lib/wine/fakedlls/secedit.exe
@ -1398,6 +1402,7 @@ lib/wine/mssign32.dll.so
lib/wine/mssip32.dll.so
lib/wine/mstask.dll.so
lib/wine/msvcirt.dll.so
lib/wine/msvcr100.dll.so
lib/wine/msvcr70.dll.so
lib/wine/msvcr71.dll.so
lib/wine/msvcr80.dll.so
@ -1475,6 +1480,7 @@ lib/wine/rsaenh.dll.so
lib/wine/rtutils.dll.so
lib/wine/rundll32.exe.so
lib/wine/sane.ds.so
lib/wine/sc.exe.so
lib/wine/sccbase.dll.so
lib/wine/schannel.dll.so
lib/wine/secedit.exe.so
@ -1610,6 +1616,7 @@ lib/wine/xinput9_1_0.dll.so
lib/wine/xmllite.dll.so
share/applications/wine.desktop
%%DATADIR%%/wine/generic.ppd
%%DATADIR%%/wine/l_intl.nls
%%DATADIR%%/wine/wine.inf
%%DATADIR%%/wine/fonts/coue1255.fon
%%DATADIR%%/wine/fonts/coue1256.fon

View File

@ -7,7 +7,7 @@
#
PORTNAME= wine
DISTVERSION= 1.1.43
DISTVERSION= 1.1.44
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
@ -36,7 +36,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine
MAKE_JOBS_SAFE= yes
MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \
winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1
winemaker.1 wineserver.1 wmc.1 wrc.1
MLINKS= winegcc.1 wineg++.1
ONLY_FOR_ARCHS= i386
USE_BISON= build

View File

@ -1,3 +1,3 @@
MD5 (wine-1.1.43.tar.bz2) = 78e3c8d8d39625d7959ffe070a59028d
SHA256 (wine-1.1.43.tar.bz2) = 20656ac69a628341ecce55a72d02ee93e20e0c2a4bf6df94336738f1f1ff793a
SIZE (wine-1.1.43.tar.bz2) = 16760374
MD5 (wine-1.1.44.tar.bz2) = f18649bd71b9099fecad22436d239cba
SHA256 (wine-1.1.44.tar.bz2) = 268deeba52b1e6b5210e502cc584fbffa323252ce239a1545d3ab1abb9b0f22e
SIZE (wine-1.1.44.tar.bz2) = 17002412

View File

@ -18,7 +18,6 @@ bin/winegcc
bin/winemaker
bin/winemine
bin/winepath
bin/wineprefixcreate
bin/wineserver
bin/wmc
bin/wrc
@ -87,6 +86,8 @@ include/wine/windows/amstream.idl
include/wine/windows/amvideo.h
include/wine/windows/amvideo.idl
include/wine/windows/appmgmt.h
include/wine/windows/asptlb.h
include/wine/windows/asptlb.idl
include/wine/windows/asynot.idl
include/wine/windows/asysta.idl
include/wine/windows/audevcod.h
@ -451,6 +452,7 @@ include/wine/windows/pstore.idl
include/wine/windows/qedit.h
include/wine/windows/qedit.idl
include/wine/windows/ras.h
include/wine/windows/rasdlg.h
include/wine/windows/raserror.h
include/wine/windows/reason.h
include/wine/windows/regstr.h
@ -946,6 +948,7 @@ lib/wine/fakedlls/mssign32.dll
lib/wine/fakedlls/mssip32.dll
lib/wine/fakedlls/mstask.dll
lib/wine/fakedlls/msvcirt.dll
lib/wine/fakedlls/msvcr100.dll
lib/wine/fakedlls/msvcr70.dll
lib/wine/fakedlls/msvcr71.dll
lib/wine/fakedlls/msvcr80.dll
@ -1023,6 +1026,7 @@ lib/wine/fakedlls/rsaenh.dll
lib/wine/fakedlls/rtutils.dll
lib/wine/fakedlls/rundll32.exe
lib/wine/fakedlls/sane.ds
lib/wine/fakedlls/sc.exe
lib/wine/fakedlls/sccbase.dll
lib/wine/fakedlls/schannel.dll
lib/wine/fakedlls/secedit.exe
@ -1398,6 +1402,7 @@ lib/wine/mssign32.dll.so
lib/wine/mssip32.dll.so
lib/wine/mstask.dll.so
lib/wine/msvcirt.dll.so
lib/wine/msvcr100.dll.so
lib/wine/msvcr70.dll.so
lib/wine/msvcr71.dll.so
lib/wine/msvcr80.dll.so
@ -1475,6 +1480,7 @@ lib/wine/rsaenh.dll.so
lib/wine/rtutils.dll.so
lib/wine/rundll32.exe.so
lib/wine/sane.ds.so
lib/wine/sc.exe.so
lib/wine/sccbase.dll.so
lib/wine/schannel.dll.so
lib/wine/secedit.exe.so
@ -1610,6 +1616,7 @@ lib/wine/xinput9_1_0.dll.so
lib/wine/xmllite.dll.so
share/applications/wine.desktop
%%DATADIR%%/wine/generic.ppd
%%DATADIR%%/wine/l_intl.nls
%%DATADIR%%/wine/wine.inf
%%DATADIR%%/wine/fonts/coue1255.fon
%%DATADIR%%/wine/fonts/coue1256.fon