mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 2001.08.24
PR: 30101 Submitted by: maintainer
This commit is contained in:
parent
4e9bd30f08
commit
26135841fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46936
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
PORTVERSION= 2001.07.31
|
||||
PORTVERSION= 2001.08.24
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= ALPHA/wine/development
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Wine-20010731.tar.gz) = 44c5e05861763656e439d3674500b0e1
|
||||
MD5 (Wine-20010824.tar.gz) = 95692d6539a756162a8bccb782ed4e14
|
||||
|
@ -1,10 +1,35 @@
|
||||
--- include/winsock2.h 2000/09/26 22:20:50 1.5
|
||||
+++ include/winsock2.h 2000/11/29 21:00:17
|
||||
@@ -7,6 +7,7 @@
|
||||
#ifndef __WINSOCK2API__
|
||||
#define __WINSOCK2API__
|
||||
|
||||
+#include "config.h"
|
||||
#include "winsock.h"
|
||||
|
||||
/* proper 4-byte packing */
|
||||
Index: dlls/wininet/ftp.c
|
||||
===================================================================
|
||||
RCS file: /home/wine/wine/dlls/wininet/ftp.c,v
|
||||
retrieving revision 1.18
|
||||
diff -u -3 -p -r1.18 ftp.c
|
||||
--- dlls/wininet/ftp.c 2001/08/24 19:13:36 1.18
|
||||
+++ dlls/wininet/ftp.c 2001/08/26 09:02:47
|
||||
@@ -21,12 +21,6 @@
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
-#ifdef HAVE_NETINET_IN_SYSTM_H
|
||||
-# include <netinet/in_systm.h>
|
||||
-#endif
|
||||
-#ifdef HAVE_NETINET_IP_H
|
||||
-# include <netinet/ip.h>
|
||||
-#endif
|
||||
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
Index: dlls/wininet/internet.h
|
||||
===================================================================
|
||||
RCS file: /home/wine/wine/dlls/wininet/internet.h,v
|
||||
retrieving revision 1.5
|
||||
diff -u -3 -p -r1.5 internet.h
|
||||
--- dlls/wininet/internet.h 2001/08/24 19:13:36 1.5
|
||||
+++ dlls/wininet/internet.h 2001/08/26 09:02:49
|
||||
@@ -6,6 +6,7 @@
|
||||
# include <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
+# include <sys/types.h>
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
|
@ -18,6 +18,7 @@ bin/regSet.sh
|
||||
etc/wine.conf.sample
|
||||
include/wine/amaudio.h
|
||||
include/wine/amvideo.h
|
||||
include/wine/audevcod.h
|
||||
include/wine/basetsd.h
|
||||
include/wine/cderr.h
|
||||
include/wine/cguid.h
|
||||
@ -41,7 +42,10 @@ include/wine/dlgs.h
|
||||
include/wine/docobj.h
|
||||
include/wine/dplay.h
|
||||
include/wine/dplobby.h
|
||||
include/wine/dshow.h
|
||||
include/wine/dsound.h
|
||||
include/wine/errors.h
|
||||
include/wine/evcode.h
|
||||
include/wine/guiddef.h
|
||||
include/wine/imagehlp.h
|
||||
include/wine/imm.h
|
||||
@ -101,8 +105,10 @@ include/wine/tapi.h
|
||||
include/wine/tlhelp32.h
|
||||
include/wine/unknwn.h
|
||||
include/wine/urlmon.h
|
||||
include/wine/uuids.h
|
||||
include/wine/ver.h
|
||||
include/wine/vfw.h
|
||||
include/wine/vfwmsgs.h
|
||||
include/wine/winbase.h
|
||||
include/wine/wincon.h
|
||||
include/wine/wincrypt.h
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
PORTVERSION= 2001.07.31
|
||||
PORTVERSION= 2001.08.24
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= ALPHA/wine/development
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Wine-20010731.tar.gz) = 44c5e05861763656e439d3674500b0e1
|
||||
MD5 (Wine-20010824.tar.gz) = 95692d6539a756162a8bccb782ed4e14
|
||||
|
@ -1,10 +1,35 @@
|
||||
--- include/winsock2.h 2000/09/26 22:20:50 1.5
|
||||
+++ include/winsock2.h 2000/11/29 21:00:17
|
||||
@@ -7,6 +7,7 @@
|
||||
#ifndef __WINSOCK2API__
|
||||
#define __WINSOCK2API__
|
||||
|
||||
+#include "config.h"
|
||||
#include "winsock.h"
|
||||
|
||||
/* proper 4-byte packing */
|
||||
Index: dlls/wininet/ftp.c
|
||||
===================================================================
|
||||
RCS file: /home/wine/wine/dlls/wininet/ftp.c,v
|
||||
retrieving revision 1.18
|
||||
diff -u -3 -p -r1.18 ftp.c
|
||||
--- dlls/wininet/ftp.c 2001/08/24 19:13:36 1.18
|
||||
+++ dlls/wininet/ftp.c 2001/08/26 09:02:47
|
||||
@@ -21,12 +21,6 @@
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
-#ifdef HAVE_NETINET_IN_SYSTM_H
|
||||
-# include <netinet/in_systm.h>
|
||||
-#endif
|
||||
-#ifdef HAVE_NETINET_IP_H
|
||||
-# include <netinet/ip.h>
|
||||
-#endif
|
||||
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
Index: dlls/wininet/internet.h
|
||||
===================================================================
|
||||
RCS file: /home/wine/wine/dlls/wininet/internet.h,v
|
||||
retrieving revision 1.5
|
||||
diff -u -3 -p -r1.5 internet.h
|
||||
--- dlls/wininet/internet.h 2001/08/24 19:13:36 1.5
|
||||
+++ dlls/wininet/internet.h 2001/08/26 09:02:49
|
||||
@@ -6,6 +6,7 @@
|
||||
# include <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
+# include <sys/types.h>
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
|
@ -18,6 +18,7 @@ bin/regSet.sh
|
||||
etc/wine.conf.sample
|
||||
include/wine/amaudio.h
|
||||
include/wine/amvideo.h
|
||||
include/wine/audevcod.h
|
||||
include/wine/basetsd.h
|
||||
include/wine/cderr.h
|
||||
include/wine/cguid.h
|
||||
@ -41,7 +42,10 @@ include/wine/dlgs.h
|
||||
include/wine/docobj.h
|
||||
include/wine/dplay.h
|
||||
include/wine/dplobby.h
|
||||
include/wine/dshow.h
|
||||
include/wine/dsound.h
|
||||
include/wine/errors.h
|
||||
include/wine/evcode.h
|
||||
include/wine/guiddef.h
|
||||
include/wine/imagehlp.h
|
||||
include/wine/imm.h
|
||||
@ -101,8 +105,10 @@ include/wine/tapi.h
|
||||
include/wine/tlhelp32.h
|
||||
include/wine/unknwn.h
|
||||
include/wine/urlmon.h
|
||||
include/wine/uuids.h
|
||||
include/wine/ver.h
|
||||
include/wine/vfw.h
|
||||
include/wine/vfwmsgs.h
|
||||
include/wine/winbase.h
|
||||
include/wine/wincon.h
|
||||
include/wine/wincrypt.h
|
||||
|
Loading…
Reference in New Issue
Block a user