diff options
author | gerald <gerald@FreeBSD.org> | 2005-04-19 21:47:01 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-04-19 21:47:01 +0000 |
commit | daeb58026fafef271bc414b47326532918e004db (patch) | |
tree | 46c8d287c7ef003a722902ee18a06f098b65c116 /emulators | |
parent | 70617752b07ce3a6034e7f7c45a518a92ec47214 (diff) | |
download | FreeBSD-ports-daeb58026fafef271bc414b47326532918e004db.zip FreeBSD-ports-daeb58026fafef271bc414b47326532918e004db.tar.gz |
Update to the 20050419 version of Wine. This needs one patch to fix the
build, which I have submitted upstream as well.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-dlls-kernel-sync.c | 15 | ||||
-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 |
6 files changed, 36 insertions, 6 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a9bcbd3..fc6d100 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 08f433e..c734d2d 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 0000000..1ac6a41 --- /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> + diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index a9bcbd3..fc6d100 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 08f433e..c734d2d 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 0000000..1ac6a41 --- /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> + |