From owner-svn-ports-all@freebsd.org Sat Sep 1 09:41:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47DEEFE3D60; Sat, 1 Sep 2018 09:41:23 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F12E182748; Sat, 1 Sep 2018 09:41:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D250E5E7; Sat, 1 Sep 2018 09:41:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w819fM5F031808; Sat, 1 Sep 2018 09:41:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w819fMCU031807; Sat, 1 Sep 2018 09:41:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201809010941.w819fMCU031807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 1 Sep 2018 09:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478663 - head/games/ppracer X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/ppracer X-SVN-Commit-Revision: 478663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 09:41:23 -0000 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