Date: Wed, 23 Jan 2002 16:15:11 +0100 (CET) From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34208: Maintainer-update the Wine port to 2002.01.22 Message-ID: <200201231515.g0NFFB893133@naos.dbai.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 34208 >Category: ports >Synopsis: Maintainer-update the Wine port to 2002.01.22 >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: Wed Jan 23 07:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: >Description: This updates the Wine port to version 2002.01.22 of Wine. (I'm the maintainer of this port.) >How-To-Repeat: >Fix: Apply the patch below. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.116 diff -u -3 -p -r1.116 Makefile --- Makefile 2001/12/27 19:05:48 1.116 +++ Makefile 2002/01/23 12:13:47 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.12.26 +PORTVERSION= 2002.01.22 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.67 diff -u -3 -p -r1.67 distinfo --- distinfo 2001/12/27 19:05:48 1.67 +++ distinfo 2002/01/23 12:29:14 @@ -1 +1 @@ -MD5 (Wine-20011226.tar.gz) = 695a7322a6701a41ffc4d80e762a34b7 +MD5 (Wine-20020122.tar.gz) = 80d6f68330cd52b99789397aaa9b33b4 Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.29 diff -u -3 -p -r1.29 pkg-plist --- pkg-plist 2001/12/27 19:05:48 1.29 +++ pkg-plist 2002/01/23 15:08:36 @@ -1,4 +1,3 @@ -bin/dosmod bin/function_grep.pl bin/fnt2bdf bin/wine @@ -167,6 +166,7 @@ include/wine/msvcrt/sys/stat.h include/wine/msvcrt/sys/timeb.h include/wine/msvcrt/sys/types.h include/wine/msvcrt/sys/utime.h +include/wine/wine/debug.h include/wine/wine/exception.h include/wine/wine/icmpapi.h include/wine/wine/ipexport.h @@ -230,6 +230,7 @@ lib/wine/libcomm.so lib/wine/libcommdlg.so lib/wine/libcompobj.so lib/wine/libcrtdll.so +lib/wine/libcrypt32.so lib/wine/libdciman32.so lib/wine/libddeml.so lib/wine/libddraw.so Index: files/patch-gb =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/files/patch-gb,v retrieving revision 1.2 diff -u -3 -p -r1.2 patch-gb --- files/patch-gb 2000/07/22 09:47:31 1.2 +++ files/patch-gb 2002/01/23 12:33:19 @@ -1,10 +1,10 @@ ---- Makefile.in.old Tue Jul 18 18:36:26 2000 -+++ Makefile.in Tue Jul 18 18:36:36 2000 -@@ -147,7 +147,6 @@ +--- 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) $(INSTALL_PROGRAM) wine $(bindir)/wine - $(INSTALL_PROGRAM) loader/dos/dosmod $(bindir)/dosmod - -$(LDCONFIG) uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) - cd $(libdir) && $(RM) libwine.a libwine.so libwine.so.$(SOVERSION) + cd $(bindir) && $(RM) wine >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201231515.g0NFFB893133>