From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 23:34:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27A58C08; Tue, 17 Feb 2015 23:34:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 129E180F; Tue, 17 Feb 2015 23:34:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNYNUa009998; Tue, 17 Feb 2015 23:34:23 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HNYNVF009997; Tue, 17 Feb 2015 23:34:23 GMT (envelope-from db@FreeBSD.org) Message-Id: <201502172334.t1HNYNVF009997@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Tue, 17 Feb 2015 23:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379197 - head/devel/zpu-gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 23:34:24 -0000 Author: db Date: Tue Feb 17 23:34:23 2015 New Revision: 379197 URL: https://svnweb.freebsd.org/changeset/ports/379197 QAT: https://qat.redports.org/buildarchive/r379197/ Log: Support full path to cc and make for external toolchains PR: ports/197650 Submitted by: sbruno Modified: head/devel/zpu-gcc/Makefile Modified: head/devel/zpu-gcc/Makefile ============================================================================== --- head/devel/zpu-gcc/Makefile Tue Feb 17 23:22:44 2015 (r379196) +++ head/devel/zpu-gcc/Makefile Tue Feb 17 23:34:23 2015 (r379197) @@ -23,9 +23,9 @@ INFO= zpuc/cpp zpuc/cppinternals zpuc/d zpuc/gccint post-patch: - @${REINPLACE_CMD} -e 's/%%CC%%/${CC}/' ${WRKSRC}/build.sh + @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' ${WRKSRC}/build.sh ${CP} ${FILESDIR}/install.sh ${WRKSRC} - @${REINPLACE_CMD} -e 's/%%MAKE_CMD%%/${MAKE_CMD}/' ${WRKSRC}/build.sh \ + @${REINPLACE_CMD} -e 's|%%MAKE_CMD%%|${MAKE_CMD}|' ${WRKSRC}/build.sh \ ${WRKSRC}/install.sh @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/build.sh @${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' ${WRKSRC}/gcc/Makefile.in