Date: Fri, 12 Jul 2002 08:20:04 -0700 (PDT) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: freebsd-ports@FreeBSD.org Subject: Re: ports/40485: [patch] fix devel/jam REINPLACE problem Message-ID: <200207121520.g6CFK4bn042738@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: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: Edwin Groothuis <edwin@mavetju.org> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/40485: [patch] fix devel/jam REINPLACE problem Date: Fri, 12 Jul 2002 17:11:41 +0200 --=.IGcGz?k3wj'p'z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 ;] cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.IGcGz?k3wj'p'z Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9LvG2r5S+dk6z85oRAg2aAJ9Dqc0beZhRpRNSBkfJCUd94ZERUwCdFQtv rxJ2irP0kRj0q8DLJaljap0= =+LrD -----END PGP SIGNATURE----- --=.IGcGz?k3wj'p'z-- 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?200207121520.g6CFK4bn042738>