From owner-freebsd-ports Fri Jul 12 8:30:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CDD37B400 for ; Fri, 12 Jul 2002 08:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4D143E75 for ; Fri, 12 Jul 2002 08:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6CFU4JU044002 for ; Fri, 12 Jul 2002 08:30:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6CFU4mj044001; Fri, 12 Jul 2002 08:30:04 -0700 (PDT) Date: Fri, 12 Jul 2002 08:30:04 -0700 (PDT) Message-Id: <200207121530.g6CFU4mj044001@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/40485: [patch] fix devel/jam REINPLACE problem Reply-To: Edwin Groothuis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40485; it has been noted by GNATS. From: Edwin Groothuis To: Simon 'corecode' Schubert Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/40485: [patch] fix devel/jam REINPLACE problem Date: Sat, 13 Jul 2002 01:22:52 +1000 On Fri, Jul 12, 2002 at 05:11:41PM +0200, Simon 'corecode' Schubert wrote: > On Sat, 13 Jul 2002 00:05:54 +1000 (EST) Edwin Groothuis wrote: > > > The new REINPLACE_CMD command doesn't support \t as abbrevation for > > tab and the makefile for devel/jam needs that. > [...] > > --- Makefile.old Fri Jul 12 23:55:50 2002 > > +++ Makefile Fri Jul 12 23:58:31 2002 > > @@ -21,7 +21,7 @@ > > pre-patch: > > @${REINPLACE_CMD} -e 's|^CC|#CC|g ; \ > > s|^CFLAGS|#CFLAGS|g ; \ > > - s|\tjam|\t\$$\{.CURDIR\}/jam|g' ${WRKSRC}/Makefile > > + s| jam| \$$\{.CURDIR\}/jam|g' ${WRKSRC}/Makefile > > > > do-install: > > .if ${MACHINE_ARCH} == "alpha" > > i think a better fix for that would be a files/patch-aa like that one > that existed until the last update ;] ^^^---vvv (Unfortunatly there is no Attic available for ports) I agree, except that I don't think(*) that it would be possible due to use of ${.CURDIR}. Edwin (*) Feel free to correct me if I'm wrong, I'm used to it :-) -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: bash$ :(){ :|:&};: | http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message