From owner-freebsd-ports Sun Aug 26 5:10:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61C4B37B40F for ; Sun, 26 Aug 2001 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7QCA1e72418; Sun, 26 Aug 2001 05:10:01 -0700 (PDT) (envelope-from gnats) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 2E46037B407 for ; Sun, 26 Aug 2001 05:08:58 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from deneb.dbai.tuwien.ac.at (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f7QC8sI24839; Sun, 26 Aug 2001 14:08:55 +0200 (MET DST) Received: (from pfeifer@localhost) by deneb.dbai.tuwien.ac.at (8.11.3/8.11.3) id f7QC8sC48647; Sun, 26 Aug 2001 14:08:54 +0200 (CEST) (envelope-from pfeifer) Message-Id: <200108261208.f7QC8sC48647@deneb.dbai.tuwien.ac.at> Date: Sun, 26 Aug 2001 14:08:54 +0200 (CEST) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30101: Update Wine port to 2001.08.24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30101 >Category: ports >Synopsis: Update Wine port to 2001.08.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 26 05:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: >Description: Update the Wine port (ports/emulators/wine) to the 2001.08.24 snapshot. I'm the maintainer of this port. >How-To-Repeat: >Fix: Commit the patch below. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.111 diff -u -3 -p -r1.111 Makefile --- Makefile 2001/08/08 13:39:57 1.111 +++ Makefile 2001/08/25 05:44:12 @@ -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 Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.64 diff -u -3 -p -r1.64 distinfo --- distinfo 2001/08/08 13:39:58 1.64 +++ distinfo 2001/08/25 05:50:36 @@ -1 +1 @@ -MD5 (Wine-20010731.tar.gz) = 44c5e05861763656e439d3674500b0e1 +MD5 (Wine-20010824.tar.gz) = 95692d6539a756162a8bccb782ed4e14 Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.25 diff -u -3 -p -r1.25 pkg-plist --- pkg-plist 2001/08/08 13:39:58 1.25 +++ pkg-plist 2001/08/25 06:24:53 @@ -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 Index: files/patch-gf =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/files/patch-gf,v retrieving revision 1.2 diff -u -3 -p -r1.2 patch-gf --- files/patch-gf 2001/01/15 23:45:30 1.2 +++ files/patch-gf 2001/08/26 10:07:55 @@ -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 + #include +-#ifdef HAVE_NETINET_IN_SYSTM_H +-# include +-#endif +-#ifdef HAVE_NETINET_IP_H +-# include +-#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 + #endif + #ifdef HAVE_NETINET_IN_H ++# include + # include + #endif + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message