Skip site navigation (1)Skip section navigation (2)
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 <trevor@jpj.net>
Subject:   ports/22538: Upgrade the Wine port to 2000-10-26 (by maintainer)
Message-ID:  <200011021319.OAA35539@taygeta.dbai.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help

>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 <trevor@jpj.net>, 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011021319.OAA35539>