From owner-freebsd-x11@FreeBSD.ORG Tue Jul 6 00:40:25 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C1E316A4CE for ; Tue, 6 Jul 2004 00:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BA943D39 for ; Tue, 6 Jul 2004 00:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i660ePX8093279 for ; Tue, 6 Jul 2004 00:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i660eOoZ093278; Tue, 6 Jul 2004 00:40:25 GMT (envelope-from gnats) Date: Tue, 6 Jul 2004 00:40:25 GMT Message-Id: <200407060040.i660eOoZ093278@freefall.freebsd.org> To: x11@FreeBSD.org From: Mark Linimon Subject: Re: ports/67733: [patch] Update imake to 4.4 release of XFree86. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Linimon List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 00:40:25 -0000 The following reply was made to PR ports/67733; it has been noted by GNATS. From: Mark Linimon 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 -.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--