ports/67787: Update XFree86 nest server to 4.4 release.

Mark Linimon linimon at lonesome.com
Sat Jul 24 14:50:22 PDT 2004


The following reply was made to PR ports/67787; it has been noted by GNATS.

From: Mark Linimon <linimon at lonesome.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc: dejan.lesjak at ijs.si
Subject: Re: ports/67787: Update XFree86 nest server to 4.4 release.
Date: Sat, 24 Jul 2004 16:41:52 -0500

 --Boundary-00=_getABncyonU37jF
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Now that the x.org patches have gone in, the above patch no longer
 applies cleanly.  Here is a corrected one.
 
 
 --Boundary-00=_getABncyonU37jF
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="67787.corrected"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="67787.corrected"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/FreeBSD/pcvs/ports/x11-servers/XFree86-4-NestServer/Makefile,v
 retrieving revision 1.28
 diff -u -r1.28 Makefile
 --- Makefile	23 Jul 2004 19:10:25 -0000	1.28
 +++ Makefile	24 Jul 2004 04:50:16 -0000
 @@ -6,21 +6,20 @@
  #
  
  PORTNAME=	NestServer
 -PORTVERSION=	4.3.0
 -PORTREVISION=	4
 +PORTVERSION=	4.4.0
  CATEGORIES=	x11-servers
  MASTER_SITES=	${MASTER_SITE_XFREE:S/$/:x/} \
  		${MASTER_SITE_LOCAL:S/$/:local/}
  MASTER_SITE_SUBDIR=	${PORTVERSION}/:x \
  			anholt/:local
  PKGNAMEPREFIX=	XFree86-
 -DISTFILES=	X430src-1.tgz:x \
 -		X430src-2.tgz:x \
 -		X430src-3.tgz:x \
 -		Wraphelp2.gz:local
 -EXTRACT_ONLY=	X430src-1.tgz \
 -		X430src-2.tgz \
 -		X430src-3.tgz
 +DISTFILES=	XFree86-4.4.0-src-1.tgz:x \
 +		XFree86-4.4.0-src-2.tgz:x \
 +		XFree86-4.4.0-src-3.tgz:x \
 +  		Wraphelp2.gz:local
 +EXTRACT_ONLY=	XFree86-4.4.0-src-1.tgz \
 +		XFree86-4.4.0-src-2.tgz \
 +		XFree86-4.4.0-src-3.tgz
  
  MAINTAINER=	x11 at FreeBSD.org
  COMMENT=	XFree86-4 nested X server
 @@ -28,6 +27,7 @@
  CONFLICTS=	xorg-nestserver-*
  
  MAN1=			Xnest.1
 +EXTRA_PATCHES+=		${FILESDIR}/patch-programs::Xserver::Xext::Imakefile
  XBUILD_DIRS=		lib/font lib/lbxutil lib/Xdmcp lib/Xau programs/Xserver
  XINCLUDE_DIRS=		lib/xkbfile lib/xtrans
  XINSTALL_DIRS=		programs/Xserver
 @@ -36,6 +36,9 @@
  post-extract:
  	${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \
  		${WRKSRC}/lib/Xdmcp/Wraphelp.c
 +
 +post-install:
 +	@${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
  
  .include "${.CURDIR}/../../x11/XFree86-4-libraries/Makefile.inc"
  .include <bsd.port.pre.mk>
 
 --Boundary-00=_getABncyonU37jF--


More information about the freebsd-x11 mailing list