summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2005-04-19 21:47:01 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2005-04-19 21:47:01 +0000
commit1c9ae312fd36393de300d2488a32db740cd53187 (patch)
tree34eeba4140675ab18809f3ca79ce1f52ab660de3 /emulators/wine-devel
parent- Use PLIST_FILES/PORTDOCS (diff)
Update to the 20050419 version of Wine. This needs one patch to fix the
build, which I have submitted upstream as well.
Notes
Notes: svn path=/head/; revision=133710
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile2
-rw-r--r--emulators/wine-devel/distinfo4
-rw-r--r--emulators/wine-devel/files/patch-dlls-kernel-sync.c15
3 files changed, 18 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index a9bcbd3c85e9..fc6d1000c563 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= wine
-PORTVERSION= 20050310
+PORTVERSION= 20050419
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index 08f433e120b2..c734d2d60158 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (Wine-20050310.tar.gz) = d90d31716ba71211af26ac773934f57e
-SIZE (Wine-20050310.tar.gz) = 11798040
+MD5 (Wine-20050419.tar.gz) = f43ad76846f792f9598fca2428d23e60
+SIZE (Wine-20050419.tar.gz) = 11936962
diff --git a/emulators/wine-devel/files/patch-dlls-kernel-sync.c b/emulators/wine-devel/files/patch-dlls-kernel-sync.c
new file mode 100644
index 000000000000..1ac6a41467b7
--- /dev/null
+++ b/emulators/wine-devel/files/patch-dlls-kernel-sync.c
@@ -0,0 +1,15 @@
+Index: dlls/kernel/sync.c
+===================================================================
+RCS file: /home/wine/wine/dlls/kernel/sync.c,v
+retrieving revision 1.76
+diff -u -3 -p -r1.76 sync.c
+--- dlls/kernel/sync.c 18 Apr 2005 14:57:04 -0000 1.76
++++ dlls/kernel/sync.c 19 Apr 2005 19:53:50 -0000
+@@ -38,6 +38,7 @@
+ #ifdef HAVE_SYS_SOCKET_H
+ #include <sys/socket.h>
+ #endif
++#include <limits.h>
+ #include <stdarg.h>
+ #include <stdio.h>
+