Date: Tue, 6 Jul 2004 00:40:25 GMT From: Mark Linimon <linimon@lonesome.com> To: x11@FreeBSD.org Subject: Re: ports/67733: [patch] Update imake to 4.4 release of XFree86. Message-ID: <200407060040.i660eOoZ093278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/67733; it has been noted by GNATS. From: Mark Linimon <linimon@lonesome.com> To: freebsd-gnats-submit@FreeBSD.org, dejan.lesjak@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@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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407060040.i660eOoZ093278>