Date: Sat, 4 Nov 2000 14:11:53 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: Roman Shterenzon <roman@xpert.com> Cc: freebsd-ports@freebsd.org Subject: Re: gcc 2.95 Message-ID: <20001104141153.A54202@peitho.fxp.org> In-Reply-To: <Pine.LNX.4.10.10011042105400.7818-100000@jamus.xpert.com>; from roman@xpert.com on Sat, Nov 04, 2000 at 09:09:46PM %2B0200 References: <Pine.LNX.4.10.10011042105400.7818-100000@jamus.xpert.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 04, 2000 at 09:09:46PM +0200, Roman Shterenzon wrote: > Hi, > I've got a question regarding g++ . > Suppose the port doesn't build with g++ 2.73 (FreeBSD RELENG_3); > Once we used to have lang/gcc295, but now it's gone. > Should I mark those ports broken for < 40000 ? > I don't know if they can be built with gcc28.. > I'm going to install RELENG_3 machine here for further testing it. > Ideas, anyone? > From bsd.port.mk: # USE_NEWGCC - Says that the port requirest the latest gcc, either in # the system or installed from a port. ... .if defined(USE_NEWGCC) && ${OSVERSION} < 400012 CC= gcc295 CXX= g++295 BUILD_DEPENDS+= gcc295:${PORTSDIR}/lang/egcs MAKE_ENV+= CC=${CC} CXX=${CXX} .endif -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.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?20001104141153.A54202>