From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 16 17:20:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E6B316A4CE for ; Mon, 16 Aug 2004 17:20:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F3543D45 for ; Mon, 16 Aug 2004 17:20:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7GHKMG1045793 for ; Mon, 16 Aug 2004 17:20:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7GHKMmE045792; Mon, 16 Aug 2004 17:20:22 GMT (envelope-from gnats) Date: Mon, 16 Aug 2004 17:20:22 GMT Message-Id: <200408161720.i7GHKMmE045792@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Pav Lucistnik Subject: Re: ports/70459: Update port: games/ssc fix build on 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 17:20:23 -0000 The following reply was made to PR ports/70459; it has been noted by GNATS. From: Pav Lucistnik To: Igor Pokrovsky Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/70459: Update port: games/ssc fix build on 5.x Date: Mon, 16 Aug 2004 19:11:01 +0200 --=-MDvgV8RwjqDJY/KF4atJ Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable V po, 16. 08. 2004 v 19:08, Igor Pokrovsky p=ED=B9e: > I have no idea how to fix old C++ code of the game, > that's why I forced build system to use GCC 3.3. > I think this approach is suitable, and once me or somebody else > will come with the correct code fix it won't be hard to modify the port. > I fixed OSVERSION number, the updated patch follows. =20 > +.include > + > +.if ${OSVERSION} >=3D 502126 > +USE_GCC=3D 3.3 > +.endif Won't work. USE_GCC=3D3.3 tells use 3.3 *or newer* if available, so on post-502126 systems it will use 3.4 from base anyway. options are: 1) fix breakage in source 2) mark BROKEN for >=3D 502126 --=20 Pav Lucistnik A two-eyed cyclops would be a bicyclops. --=-MDvgV8RwjqDJY/KF4atJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBIOqlntdYP8FOsoIRApX0AJ9IUiwAuqeLI1/n2qxTb+enyB4JbwCfXvXu cOKjsiw0Pn0Mq3XGN5v7TfA= =0TXy -----END PGP SIGNATURE----- --=-MDvgV8RwjqDJY/KF4atJ--