From owner-freebsd-ports Thu Nov 2 5:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1595F37B4C5 for ; Thu, 2 Nov 2000 05:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48881; Thu, 2 Nov 2000 05:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 8D93C37B479 for ; Thu, 2 Nov 2000 05:19:36 -0800 (PST) Received: from taygeta.dbai.tuwien.ac.at (taygeta [128.130.111.77]) by vexpert.dbai.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id OAA15091; Thu, 2 Nov 2000 14:19:21 +0100 (MET) Received: (from pfeifer@localhost) by taygeta.dbai.tuwien.ac.at (8.9.3/8.9.3) id OAA35539; Thu, 2 Nov 2000 14:19:21 +0100 (CET) (envelope-from pfeifer) Message-Id: <200011021319.OAA35539@taygeta.dbai.tuwien.ac.at> Date: Thu, 2 Nov 2000 14:19:21 +0100 (CET) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) To: FreeBSD-gnats-submit@freebsd.org Cc: Trevor Johnson X-Send-Pr-Version: 3.2 Subject: ports/22538: Upgrade the Wine port to 2000-10-26 (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22538 >Category: ports >Synopsis: Upgrade the Wine port to 2000-10-26 (by maintainer) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 02 05:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 4.1-RELEASE i386 >Organization: >Environment: >Description: This uprades the Wine port to 2000-10-26 and also makes the installation of documentation pieces optional. The changes concerning latter have been contributed by Trevor Johnson , the rest is by myself, this port's maintainer. >How-To-Repeat: >Fix: Install the following patch. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.95 diff -u -3 -p -r1.95 Makefile --- Makefile 2000/10/15 07:32:37 1.95 +++ Makefile 2000/11/01 20:42:41 @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2000.10.02 +PORTVERSION= 2000.10.26 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -67,21 +67,18 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.sample [ -f ${PREFIX}/etc/wine.conf ] \ || ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf +.if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 -@${MKDIR} ${PREFIX}/lib/wine/documentation ${PREFIX}/lib/wine/reg 2>/dev/null - ${INSTALL_DATA} \ - ${WRKSRC}/README \ - ${WRKSRC}/ANNOUNCE \ - ${WRKSRC}/AUTHORS \ - ${WRKSRC}/LICENSE \ - ${WRKSRC}/WARRANTY \ - ${WRKSRC}/documentation/psdrv.reg \ - ${PREFIX}/lib/wine/documentation +.for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg + ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation +.endfor ${INSTALL_DATA} ${WRKSRC}/debugger/README \ ${PREFIX}/lib/wine/documentation/README.debugger ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ ${PREFIX}/lib/wine/documentation/README.regapi +.endif ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ ${PREFIX}/lib/wine ${INSTALL_SCRIPT} \ Index: distinfo =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v retrieving revision 1.54 diff -u -3 -p -r1.54 distinfo --- distinfo 2000/10/15 07:32:37 1.54 +++ distinfo 2000/11/01 20:44:27 @@ -1 +1 @@ -MD5 (Wine-20001002.tar.gz) = 9866f93a735c3df7a470e91d911e04a0 +MD5 (Wine-20001026.tar.gz) = 933381f05b75ace29931b04e27e6432b Index: pkg-plist =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-plist,v retrieving revision 1.14 diff -u -3 -p -r1.14 pkg-plist --- pkg-plist 2000/10/15 07:32:37 1.14 +++ pkg-plist 2000/11/01 21:43:25 @@ -34,6 +34,7 @@ include/wine/instance.h include/wine/lmcons.h include/wine/lzexpand.h include/wine/mapidefs.h +include/wine/mcx.h include/wine/mmreg.h include/wine/mmsystem.h include/wine/msacm.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message