Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2001 03:50:08 -0700 (PDT)
From:      Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/28608: Update port: emulators/wine
Message-ID:  <200107021050.f62Ao8F25899@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28608; it has been noted by GNATS.

From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
To: <pat@databits.net>
Cc: <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: ports/28608: Update port: emulators/wine
Date: Mon, 2 Jul 2001 12:48:18 +0200 (CEST)

 [ ports@freebsd.org, I'm the maintainer of this port, can someone please
   install the patch at the end of this message for me? ]
 
 Thanks! Parts of your patch match what I had prepared (but not submitted
 yet), however there are two potential problems.
 
 Can someone please install the modified patch at the end of this message,
 and can you (Patrik) then please submit a possibly updated patch with the
 remaining issues then?
 
 (And thanks for Cc:ing me when submitting the PR, I really appreciate
 that!)
 
 Makefile:
 > -	-@${MKDIR} ${PREFIX}/lib/wine/documentation
 > +	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
 
 pkg-plist:
 > +%%PORTDOCS%%@dirrm share/doc/wine
 
 This can't be correct, can it? Have you really tested this?
 
 Gerald
 
 
 PS: Finally, here's the patch. When installing this, please also remove
 ports/emulators/wine/files/patch-gg.
 
 Index: Makefile
 ===================================================================
 RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v
 retrieving revision 1.108
 diff -u -3 -p -r1.108 Makefile
 --- Makefile	2001/05/14 00:27:51	1.108
 +++ Makefile	2001/07/02 10:34:18
 @@ -7,7 +7,7 @@
  #
 
  PORTNAME=	wine
 -PORTVERSION=	2001.05.10
 +PORTVERSION=	2001.06.29
  CATEGORIES=	emulators
  MASTER_SITES=	${MASTER_SITE_SUNSITE}
  MASTER_SITE_SUBDIR=	ALPHA/wine/development
 @@ -69,8 +69,8 @@ do-install:
  	${INSTALL_DATA} ${WRKSRC}/documentation/samples/config ${PREFIX}/etc/wine.conf.sample
  	[ -f ${PREFIX}/etc/wine.conf ] \
  		|| ${INSTALL_DATA} ${PREFIX}/etc/wine.conf.sample ${PREFIX}/etc/wine.conf
 -	${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
 -	${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5
 +	${INSTALL_MAN} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
 +	${INSTALL_MAN} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5
  .if !defined(NOPORTDOCS)
  	-@${MKDIR} ${PREFIX}/lib/wine/documentation
  .for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg
 Index: distinfo
 ===================================================================
 RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/distinfo,v
 retrieving revision 1.62
 diff -u -3 -p -r1.62 distinfo
 --- distinfo	2001/05/14 00:27:51	1.62
 +++ distinfo	2001/06/30 20:32:40
 @@ -1 +1 @@
 -MD5 (Wine-20010510.tar.gz) = 6e1840a294845fa0db85704b1fc6728e
 +MD5 (Wine-20010629.tar.gz) = c81c4abdbe76c93a4d4c30829a128571
 
 

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?200107021050.f62Ao8F25899>