ports/67733: [patch] Update imake to 4.4 release of XFree86.

Mark Linimon linimon at lonesome.com
Mon Jul 5 17:40:25 PDT 2004


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

From: Mark Linimon <linimon at lonesome.com>
To: freebsd-gnats-submit at FreeBSD.org, dejan.lesjak at ijs.si
Cc:  
Subject: Re: ports/67733: [patch] Update imake to 4.4 release of XFree86.
Date: Mon, 5 Jul 2004 19:33:46 -0500

 --Boundary-00=_qNf6AGObS7HRHuS
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 The Makefile patch, above, no longer applies.  Use this one instead:
 
 
 --Boundary-00=_qNf6AGObS7HRHuS
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="diff.out"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="diff.out"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/FreeBSD/pcvs/ports/devel/imake-4/Makefile,v
 retrieving revision 1.30
 diff -u -r1.30 Makefile
 --- Makefile	19 Jun 2004 06:16:17 -0000	1.30
 +++ Makefile	6 Jul 2004 00:27:22 -0000
 @@ -6,12 +6,12 @@
  #
  
  PORTNAME=	imake
 -PORTVERSION=	4.3.0
 -PORTREVISION=	2
 +PORTVERSION=	4.4.0
  CATEGORIES=	devel
  MASTER_SITES=	${MASTER_SITE_XFREE}
  MASTER_SITE_SUBDIR=	${PORTVERSION}
 -DISTFILES=	X430src-1.tgz X430src-3.tgz
 +DISTFILES=	XFree86-4.4.0-src-1.tgz \
 +		XFree86-4.4.0-src-3.tgz
  
  MAINTAINER=	x11 at FreeBSD.org
  COMMENT=	Imake and other utilities from XFree86
 @@ -19,6 +19,7 @@
  CONFLICTS=	imake-6*
  
  PREFIX?=	${X11BASE}
 +MTREE_FILE=	/etc/mtree/BSD.x11-4.dist
  USE_PERL5=	YES
  USE_REINPLACE=	yes
  
 @@ -28,14 +29,8 @@
  
  .include <bsd.port.pre.mk>
  
 -.if ${OSVERSION} < 500000
 -LATEST_LINK=	imake4
 -.else
 -LATEST_LINK=	imake
 -.endif
  DIST_SUBDIR=	xc
  WRKSRC=		${WRKDIR}/xc/config
 -MTREE_FILE=	/etc/mtree/BSD.x11-4.dist
  PATCH_DIST_ARGS=	--force -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP} 2>/dev/null || true
  MAN1=		ccmakedep.1 \
  		cleanlinks.1 \
 
 --Boundary-00=_qNf6AGObS7HRHuS--


More information about the freebsd-x11 mailing list