Date: Thu, 27 Dec 2001 19:55:27 +0100 (CET) From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33253: Update the Wine port to 2001-12-16 Message-ID: <200112271855.fBRItRD57663@naos.dbai.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
>Number: 33253 >Category: ports >Synopsis: Update the Wine port to 2001-12-16 >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: Thu Dec 27 11:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: >Description: This (maintainer-)updates the Wine port to 2001-12-16. >How-To-Repeat: >Fix: Apply the following patch and remove .../wine/files/patch-thread. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.115 diff -u -3 -p -r1.115 Makefile --- Makefile 2001/12/05 00:38:46 1.115 +++ Makefile 2001/12/27 18:49:12 @@ -7,8 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.11.08 -PORTREVISION= 1 +PORTVERSION= 2001.12.26 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -61,7 +60,7 @@ post-configure: cd ${WRKSRC} && make depend post-build: - cd ${WRKSRC}/programs/regapi && ${GMAKE} + #cd ${WRKSRC}/programs/regapi && ${GMAKE} ${SED} '1s/bash/sh/;s-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' <${WRKSRC}/programs/regapi/regSet.sh >${WRKDIR}/regSet.sh do-install: Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.66 diff -u -3 -p -r1.66 distinfo --- distinfo 2001/11/16 01:38:18 1.66 +++ distinfo 2001/12/27 08:12:28 @@ -1 +1 @@ -MD5 (Wine-20011108.tar.gz) = 390670df1d631c23057feb83d4a7eb8c +MD5 (Wine-20011226.tar.gz) = 695a7322a6701a41ffc4d80e762a34b7 Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.28 diff -u -3 -p -r1.28 pkg-plist --- pkg-plist 2001/12/04 18:25:02 1.28 +++ pkg-plist 2001/12/27 15:56:05 @@ -135,6 +135,7 @@ include/wine/winver.h include/wine/wownt32.h include/wine/wnaspi32.h include/wine/ws2spi.h +include/wine/ws2tcpip.h include/wine/wshisotp.h include/wine/wsipx.h include/wine/wtypes.h @@ -149,8 +150,12 @@ include/wine/msvcrt/fcntl.h include/wine/msvcrt/io.h include/wine/msvcrt/locale.h include/wine/msvcrt/malloc.h +include/wine/msvcrt/mbctype.h +include/wine/msvcrt/mbstring.h include/wine/msvcrt/process.h include/wine/msvcrt/search.h +include/wine/msvcrt/setjmp.h +include/wine/msvcrt/share.h include/wine/msvcrt/stddef.h include/wine/msvcrt/stdio.h include/wine/msvcrt/stdlib.h >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?200112271855.fBRItRD57663>