1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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

- Direct3D improvements, including driver version emulation.
 - Beginnings of support for OLE objects in Richedit.
 - Several fixes to the animation control.
 - A bunch of fixes for regression test failures.
 - Lots of bug fixes.
Make the post-install target less noisy.
This commit is contained in:
Gerald Pfeifer 2008-02-10 09:57:49 +00:00
parent 0a04cc8b43
commit 438116077a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206984
6 changed files with 20 additions and 18 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= wine
PORTVERSION= 0.9.54
PORTVERSION= 0.9.55
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \
@ -58,11 +58,11 @@ pre-build:
cd ${WRKSRC} && make depend
post-install:
${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wineserver.1
-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
${MAN1PREFIX}/man/fr.UTF-8/man1
@${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wineserver.1
@-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
${MAN1PREFIX}/man/fr.UTF-8/man1
${MV} -f ${PREFIX}/lib/libwine.so.1.0 ${PREFIX}/lib/libwine.so.1
${LN} -sf libwine.so.1 ${PREFIX}/lib/libwine.so
.if !defined(NOPORTDOCS)

View File

@ -1,3 +1,3 @@
MD5 (wine-0.9.54.tar.bz2) = 8d9d5c8ed53f1f97cc997c2612bc3993
SHA256 (wine-0.9.54.tar.bz2) = ce877d0fcce366dc22faa33ddc57024ca2e1af90564d044d6eb97c4e54d2988f
SIZE (wine-0.9.54.tar.bz2) = 13106716
MD5 (wine-0.9.55.tar.bz2) = bf4e8fb1b9f33e29ccc6efcfef2697f4
SHA256 (wine-0.9.55.tar.bz2) = 8da8e13f7e3d6d7c50844e9dd862f8e6dea99c38f11f3fb6b6682f7726695ee3
SIZE (wine-0.9.55.tar.bz2) = 13103916

View File

@ -129,6 +129,7 @@ include/wine/windows/d3dx8.h
include/wine/windows/d3dx8core.h
include/wine/windows/d3dx8math.h
include/wine/windows/d3dx8math.inl
include/wine/windows/d3dx8mesh.h
include/wine/windows/d3dx9.h
include/wine/windows/d3dx9core.h
include/wine/windows/d3dx9math.h

View File

@ -7,7 +7,7 @@
#
PORTNAME= wine
PORTVERSION= 0.9.54
PORTVERSION= 0.9.55
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \
@ -58,11 +58,11 @@ pre-build:
cd ${WRKSRC} && make depend
post-install:
${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wineserver.1
-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
${MAN1PREFIX}/man/fr.UTF-8/man1
@${RM} -f ${MAN1PREFIX}/man/de.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wine.1 \
${MAN1PREFIX}/man/fr.UTF-8/man1/wineserver.1
@-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \
${MAN1PREFIX}/man/fr.UTF-8/man1
${MV} -f ${PREFIX}/lib/libwine.so.1.0 ${PREFIX}/lib/libwine.so.1
${LN} -sf libwine.so.1 ${PREFIX}/lib/libwine.so
.if !defined(NOPORTDOCS)

View File

@ -1,3 +1,3 @@
MD5 (wine-0.9.54.tar.bz2) = 8d9d5c8ed53f1f97cc997c2612bc3993
SHA256 (wine-0.9.54.tar.bz2) = ce877d0fcce366dc22faa33ddc57024ca2e1af90564d044d6eb97c4e54d2988f
SIZE (wine-0.9.54.tar.bz2) = 13106716
MD5 (wine-0.9.55.tar.bz2) = bf4e8fb1b9f33e29ccc6efcfef2697f4
SHA256 (wine-0.9.55.tar.bz2) = 8da8e13f7e3d6d7c50844e9dd862f8e6dea99c38f11f3fb6b6682f7726695ee3
SIZE (wine-0.9.55.tar.bz2) = 13103916

View File

@ -129,6 +129,7 @@ include/wine/windows/d3dx8.h
include/wine/windows/d3dx8core.h
include/wine/windows/d3dx8math.h
include/wine/windows/d3dx8math.inl
include/wine/windows/d3dx8mesh.h
include/wine/windows/d3dx9.h
include/wine/windows/d3dx9core.h
include/wine/windows/d3dx9math.h