diff options
author | gerald <gerald@FreeBSD.org> | 2008-02-10 17:57:49 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-02-10 17:57:49 +0800 |
commit | 1a7f91419600625f15c9de85ef1534ec02089a68 (patch) | |
tree | 4d6768f3f89b61c784fab605f85c94d9bc37e69e /emulators | |
parent | 4dbdc9cbf13a5574b8deee53ff423b7101f7c0bd (diff) | |
download | freebsd-ports-gnome-1a7f91419600625f15c9de85ef1534ec02089a68.tar.gz freebsd-ports-gnome-1a7f91419600625f15c9de85ef1534ec02089a68.tar.zst freebsd-ports-gnome-1a7f91419600625f15c9de85ef1534ec02089a68.zip |
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 12 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 12 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 1 |
6 files changed, 20 insertions, 18 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index bca66213f867..57017a1819b1 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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) diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index d50a9a041d19..7cce97d4d5a8 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -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 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 51a5f8dd8ebe..bc24d88acb01 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -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 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index bca66213f867..57017a1819b1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -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) diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index d50a9a041d19..7cce97d4d5a8 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -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 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 51a5f8dd8ebe..bc24d88acb01 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -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 |