Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2018 09:41:22 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478663 - head/games/ppracer
Message-ID:  <201809010941.w819fMCU031807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Sep  1 09:41:22 2018
New Revision: 478663
URL: https://svnweb.freebsd.org/changeset/ports/478663

Log:
  Deprecate games/ppracer
  
  It fails to build with Clang >= 6 [1] and is unmaintained upstream.
  games/etracer is an actively maintained fork of ppracer [2] that
  can be played instead.
  
  [1] http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/ppracer-0.5.a_12.log
  [2] https://en.wikipedia.org/wiki/Tux_Racer#Legacy

Modified:
  head/games/ppracer/Makefile

Modified: head/games/ppracer/Makefile
==============================================================================
--- head/games/ppracer/Makefile	Sat Sep  1 09:40:02 2018	(r478662)
+++ head/games/ppracer/Makefile	Sat Sep  1 09:41:22 2018	(r478663)
@@ -14,6 +14,9 @@ COMMENT=	3D downhill racing game... kind of like TuxRa
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Unmaintained.  Play games/etracer instead
+EXPIRATION_DATE=	2018-09-08
+
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfreetype.so:print/freetype2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809010941.w819fMCU031807>