Date: Mon, 16 Aug 2004 17:20:22 GMT From: Pav Lucistnik <pav@FreeBSD.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/70459: Update port: games/ssc fix build on 5.x Message-ID: <200408161720.i7GHKMmE045792@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70459; it has been noted by GNATS. From: Pav Lucistnik <pav@FreeBSD.org> To: Igor Pokrovsky <ip@doom.homeunix.org> 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 <bsd.port.pre.mk> > + > +.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 <pav@oook.cz> <pav@FreeBSD.org> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408161720.i7GHKMmE045792>