diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-04-19 21:47:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-04-19 21:47:01 +0000 |
commit | 1c9ae312fd36393de300d2488a32db740cd53187 (patch) | |
tree | 34eeba4140675ab18809f3ca79ce1f52ab660de3 /emulators/wine | |
parent | fe5af684da22ccc6b94162da7902336009a8ac49 (diff) | |
download | ports-1c9ae312fd36393de300d2488a32db740cd53187.tar.gz ports-1c9ae312fd36393de300d2488a32db740cd53187.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/files/patch-dlls-kernel-sync.c | 15 |
3 files changed, 18 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index a9bcbd3c85e9..fc6d1000c563 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/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/distinfo b/emulators/wine/distinfo index 08f433e120b2..c734d2d60158 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/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/files/patch-dlls-kernel-sync.c b/emulators/wine/files/patch-dlls-kernel-sync.c new file mode 100644 index 000000000000..1ac6a41467b7 --- /dev/null +++ b/emulators/wine/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> + |