From owner-svn-ports-all@FreeBSD.ORG Wed Apr 9 00:15:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94325DE8; Wed, 9 Apr 2014 00:15:58 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 68E001B28; Wed, 9 Apr 2014 00:15:58 +0000 (UTC) Received: from ip-109-43-61-135.web.vodafone.de (ip-109-43-61-135.web.vodafone.de [109.43.61.135]) by ainaz.pair.com (Postfix) with ESMTPSA id 468D33F410; Tue, 8 Apr 2014 20:15:51 -0400 (EDT) Date: Wed, 9 Apr 2014 02:16:10 +0200 (CEST) From: Gerald Pfeifer To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r350329 - in head/devel/bisoncpp: . files In-Reply-To: Message-ID: References: <201404060549.s365nYuf010306@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Muhammad Moinur Rahman <5u623l20@gmail.com>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 00:15:58 -0000 On Mon, 7 Apr 2014, Sunpoet Po-Chuan Hsieh wrote: > Thank you, Gerald. I should use CC and CXX here. Is it OK? > > Index: Makefile > =================================================================== > --- Makefile (revision 350329) > +++ Makefile (working copy) > @@ -47,11 +47,11 @@ > @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g; \ > s|%%PORTVERSION%%|${PORTVERSION}|g' \ > ${WRKSRC}/INSTALL.im > - @${REINPLACE_CMD} 's|"g++|"g++47|' \ > + @${REINPLACE_CMD} 's|"g++|"${CXX}|' \ > ${WRKSRC}/INSTALL.im \ > ${WRKSRC}/scanner/driver/build \ > ${WRKSRC}/parser/driver/build > - @${REINPLACE_CMD} 's|"gcc|"gcc47|' \ > + @${REINPLACE_CMD} 's|"gcc|"${CC}|' \ > ${WRKSRC}/icmake/special > @${REINPLACE_CMD} 's|"cp -d |"cp -Pp | ; \ > s|"cp -r |"cp -R | ; \ If it builds for you, I'd say so, yes. Thanks for looking into this so quickly. Gerald