From owner-freebsd-ports Wed Oct 27 6:49:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 5BE8D14A01 for ; Wed, 27 Oct 1999 06:49:17 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id DE3D69B22; Wed, 27 Oct 1999 09:49:15 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id D01C7BA1C; Wed, 27 Oct 1999 09:49:15 -0400 (EDT) Date: Wed, 27 Oct 1999 09:49:15 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: The Hermit Hacker Cc: freebsd-ports@freebsd.org Subject: Re: qt20 requires gcc that isn't available? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 27 Oct 1999, The Hermit Hacker wrote: > > Just tried to install qt20 on 3.3-RELEASE and it wants g++295, of which > there appears to be no port...there is a port for gcc28 and gcc-devel, but > not gcc29 ... > /usr/ports/x11-toolkits/qt20/Makefile has: USE_NEWGCC= YES which, referencing /usr/ports/Mk/bsd.port.mk, shows: .if defined(USE_NEWGCC) && ${OSVERSION} < 400004 CC= gcc295 CXX= g++295 BUILD_DEPENDS+= gcc295:${PORTSDIR}/lang/egcs MAKE_ENV+= CC=${CC} CXX=${CXX} .endif /usr/ports/lang/egcs/Makefile has: DISTNAME= gcc-2.95.1 I'm confused as to what the problem is. When the qt20 port is used, it should automatically build g++295 from ${PORTSDIR}/lang/egcs...is it not? ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one, and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message