aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2008-02-10 09:57:49 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2008-02-10 09:57:49 +0000
commit438116077a0a33222787d23e397d4040210567e1 (patch)
tree1403eab0b094ef140e5f51939cfc79164d0d35a9 /emulators
parent0a04cc8b4301765d46122166b55f795d63e57a06 (diff)
downloadports-438116077a0a33222787d23e397d4040210567e1.tar.gz
ports-438116077a0a33222787d23e397d4040210567e1.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.
Notes
Notes: svn path=/head/; revision=206984
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile12
-rw-r--r--emulators/wine-devel/distinfo6
-rw-r--r--emulators/wine-devel/pkg-plist1
-rw-r--r--emulators/wine/Makefile12
-rw-r--r--emulators/wine/distinfo6
-rw-r--r--emulators/wine/pkg-plist1
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