mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to Wine 1.5.31. This includes the following relevant changes:
- New version of the Gecko engine based on Firefox 21. - Various bug fixes (54 reports closed). Also, the upstream bug around installing libwine.so has been fixed, so we can revert our hack around that.
This commit is contained in:
parent
629f021401
commit
cbcfcfffba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320250
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.5.30
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.5.31
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -126,7 +125,7 @@ RUN_DEPENDS+= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGECKO}
|
||||
RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-1.9-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
|
||||
RUN_DEPENDS+= ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMONO}
|
||||
@ -151,7 +150,7 @@ post-install:
|
||||
@-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
|
||||
${MAN1PREFIX}/man/fr.UTF-8/man1 \
|
||||
${MAN1PREFIX}/man/pl.UTF-8/man1
|
||||
@${INSTALL_LIB} ${WRKSRC}/libs/wine/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1
|
||||
@${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1
|
||||
.if !defined(NOPORTDOCS)
|
||||
-@${MKDIR} ${DOCSDIR}
|
||||
.for i in README ANNOUNCE AUTHORS
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wine-1.5.30.tar.bz2) = 0f6f92a5730037b85b75089af6817ae2ceffb335caa5077e2ab1b41944c452c3
|
||||
SIZE (wine-1.5.30.tar.bz2) = 22149237
|
||||
SHA256 (wine-1.5.31.tar.bz2) = 462547451e17a3d2a287b2881731282da3b537bc2cf338e9c2ab86d8470e92c2
|
||||
SIZE (wine-1.5.31.tar.bz2) = 22171605
|
||||
|
@ -735,6 +735,7 @@ include/wine/windows/ddk/usbdlib.h
|
||||
include/wine/windows/ddk/wdm.h
|
||||
include/wine/windows/ddk/winddiui.h
|
||||
include/wine/windows/ddk/winsplp.h
|
||||
lib/libwine.so
|
||||
lib/libwine.so.1
|
||||
lib/wine/acledit.dll.so
|
||||
lib/wine/aclui.dll.so
|
||||
@ -857,6 +858,7 @@ lib/wine/ddraw.dll.so
|
||||
lib/wine/ddrawex.dll.so
|
||||
lib/wine/devenum.dll.so
|
||||
lib/wine/dhcpcsvc.dll.so
|
||||
lib/wine/difxapi.dll.so
|
||||
lib/wine/dinput.dll.so
|
||||
lib/wine/dinput8.dll.so
|
||||
lib/wine/dispdib.dll16.so
|
||||
@ -1014,6 +1016,7 @@ lib/wine/fakedlls/ddraw.dll
|
||||
lib/wine/fakedlls/ddrawex.dll
|
||||
lib/wine/fakedlls/devenum.dll
|
||||
lib/wine/fakedlls/dhcpcsvc.dll
|
||||
lib/wine/fakedlls/difxapi.dll
|
||||
lib/wine/fakedlls/dinput.dll
|
||||
lib/wine/fakedlls/dinput8.dll
|
||||
lib/wine/fakedlls/dispdib.dll16
|
||||
|
Loading…
Reference in New Issue
Block a user