Date: Thu, 16 Jul 2015 20:43:44 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392321 - head/games/galaxymage Message-ID: <201507162043.t6GKhioD076166@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Jul 16 20:43:43 2015 New Revision: 392321 URL: https://svnweb.freebsd.org/changeset/ports/392321 Log: games/galaxymage: mark broken and deprecated Game fails to start with this message: IOError: [Errno 2] No translation file found for domain: 'GalaxyMage' Locale stuff in this app is really weird, and I wasn't able to fix it in affordable time, so just mark it broken, because in it's current state it completely unusable. This project was abandoned upstream since 2006 and then later revilitalized under slightly changed name, but no releases were issued since 2011, when this fork started. If anybody willing to fix this port, lets get in contact - I also have patches to make it work with numpy instead of Numeric. Mark deprecated, set expiration date to 2015-08-16. Modified: head/games/galaxymage/Makefile Modified: head/games/galaxymage/Makefile ============================================================================== --- head/games/galaxymage/Makefile Thu Jul 16 20:31:44 2015 (r392320) +++ head/games/galaxymage/Makefile Thu Jul 16 20:43:43 2015 (r392321) @@ -17,6 +17,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeri ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl +BROKEN= Does not start +DEPRECATED= Runtime broken and abandoned upstream +EXPIRATION_DATE= 2015-08-16 + USES= gettext python:run twisted NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507162043.t6GKhioD076166>