Date: Sat, 13 Jul 2002 00:05:54 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40485: [patch] fix devel/jam REINPLACE problem Message-ID: <20020712140554.322646A711E@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 40485 >Category: ports >Synopsis: [patch] fix devel/jam REINPLACE problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 12 07:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: The new REINPLACE_CMD command doesn't support \t as abbrevation for tab and the makefile for devel/jam needs that. >How-To-Repeat: cd /usr/ports/devel/jam make >Fix: Note that the "spaces" after the + are tabs! --- 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" ps. are you already getting sick of my PR's? :-P >Release-Note: >Audit-Trail: >Unformatted: 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?20020712140554.322646A711E>