From owner-freebsd-ports Mon Mar 11 6:50:21 2002 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 B161D37B405 for ; Mon, 11 Mar 2002 06:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2BEo1W15346; Mon, 11 Mar 2002 06:50:01 -0800 (PST) (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 06B1F37B416 for ; Mon, 11 Mar 2002 06:46:58 -0800 (PST) Received: from naos.dbai.tuwien.ac.at (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id g2BEks308932; Mon, 11 Mar 2002 15:46:54 +0100 (MET) Received: (from pfeifer@localhost) by naos.dbai.tuwien.ac.at (8.11.6/8.11.6) id g2BEkqE63651; Mon, 11 Mar 2002 15:46:52 +0100 (CET) (envelope-from pfeifer) Message-Id: <200203111446.g2BEkqE63651@naos.dbai.tuwien.ac.at> Date: Mon, 11 Mar 2002 15:46:52 +0100 (CET) From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35781: (Maintainer)update the emulators/wine port to 2002.03.10 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: 35781 >Category: ports >Synopsis: (Maintainer)update the emulators/wine port to 2002.03.10 >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: Mon Mar 11 06:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: >Description: This (maintainer)updates the emulators/wine port to the 2002.03.10 snapshot of Wine. >How-To-Repeat: >Fix: Install the following patch: Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.117 diff -u -3 -p -r1.117 Makefile --- Makefile 23 Jan 2002 17:45:56 -0000 1.117 +++ Makefile 11 Mar 2002 12:53:58 -0000 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2002.01.22 +PORTVERSION= 2002.03.10 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -73,7 +73,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 .if !defined(NOPORTDOCS) -@${MKDIR} ${PREFIX}/share/doc/${PORTNAME} -.for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg +.for i in README ANNOUNCE AUTHORS LICENSE documentation/psdrv.reg @${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} .endfor ${INSTALL_DATA} ${WRKSRC}/debugger/README \ Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.68 diff -u -3 -p -r1.68 distinfo --- distinfo 23 Jan 2002 17:45:56 -0000 1.68 +++ distinfo 11 Mar 2002 05:52:42 -0000 @@ -1 +1 @@ -MD5 (Wine-20020122.tar.gz) = 80d6f68330cd52b99789397aaa9b33b4 +MD5 (Wine-20020310.tar.gz) = a3c4cac20b4336d99671594707a5fff1 Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.30 diff -u -3 -p -r1.30 pkg-plist --- pkg-plist 23 Jan 2002 17:45:56 -0000 1.30 +++ pkg-plist 11 Mar 2002 12:58:39 -0000 @@ -55,6 +55,7 @@ include/wine/instance.h include/wine/lmcons.h include/wine/lzexpand.h include/wine/mapi.h +include/wine/mapicode.h include/wine/mapidefs.h include/wine/mciavi.h include/wine/mcx.h @@ -69,6 +70,7 @@ include/wine/msvcrt/ctype.h include/wine/msvcrt/direct.h include/wine/msvcrt/dos.h include/wine/msvcrt/eh.h +include/wine/msvcrt/excpt.h include/wine/msvcrt/fcntl.h include/wine/msvcrt/io.h include/wine/msvcrt/locale.h @@ -262,6 +264,7 @@ lib/wine/libmsimg32.so lib/wine/libmsnet32.so lib/wine/libmsrle32.so lib/wine/libmsvcrt.so +lib/wine/libmsvcrt20.so lib/wine/libmsvfw32.so lib/wine/libmsvideo.so lib/wine/libnetapi32.so @@ -351,7 +354,6 @@ lib/wine/winedefault.reg %%PORTDOCS%%share/doc/wine/README %%PORTDOCS%%share/doc/wine/README.debugger %%PORTDOCS%%share/doc/wine/README.regapi -%%PORTDOCS%%share/doc/wine/WARRANTY %%PORTDOCS%%share/doc/wine/psdrv.reg %%PORTDOCS%%@dirrm share/doc/wine @dirrm lib/wine/reg Index: files/patch-gb =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/files/patch-gb,v retrieving revision 1.3 diff -u -3 -p -r1.3 patch-gb --- files/patch-gb 23 Jan 2002 17:45:56 -0000 1.3 +++ files/patch-gb 9 Mar 2002 09:49:12 -0000 @@ -1,9 +1,9 @@ ---- Makefile.in.orig Wed Jan 23 13:32:44 2002 -+++ Makefile.in Wed Jan 23 13:32:53 2002 -@@ -87,7 +87,6 @@ wine: dlls $(EMUOBJS) - install:: all $(INSTALLSUBDIRS:%=%/__install__) - [ -d $(bindir) ] || $(MKDIR) $(bindir) +--- Makefile.in.orig Thu Feb 28 22:43:46 2002 ++++ Makefile.in Sat Mar 9 10:48:45 2002 +@@ -89,7 +89,6 @@ install_wine: $(INSTALL_PROGRAM) wine $(bindir)/wine + + install:: all install_wine $(INSTALLSUBDIRS:%=%/__install__) - -$(LDCONFIG) uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message