Date: Fri, 12 Jul 2002 08:30:04 -0700 (PDT) From: Edwin Groothuis <edwin@mavetju.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/40485: [patch] fix devel/jam REINPLACE problem Message-ID: <200207121530.g6CFU4mj044001@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40485; it has been noted by GNATS. From: Edwin Groothuis <edwin@mavetju.org> To: Simon 'corecode' Schubert <corecode@corecode.ath.cx> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207121530.g6CFU4mj044001>