diff options
author | rm <rm@FreeBSD.org> | 2015-07-17 04:43:43 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-17 04:43:43 +0800 |
commit | 929b8a6a2120516c63b8fecd8eba713ab5aafae2 (patch) | |
tree | 67f78ba9cf99d3d076142f1b1f9634d646e845d3 | |
parent | b271782a6bfed86b3c420662dc9ea9279b42e46c (diff) | |
download | freebsd-ports-gnome-929b8a6a2120516c63b8fecd8eba713ab5aafae2.tar.gz freebsd-ports-gnome-929b8a6a2120516c63b8fecd8eba713ab5aafae2.tar.zst freebsd-ports-gnome-929b8a6a2120516c63b8fecd8eba713ab5aafae2.zip |
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.
-rw-r--r-- | games/galaxymage/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/galaxymage/Makefile b/games/galaxymage/Makefile index a113a6116a84..8952a03a060a 100644 --- a/games/galaxymage/Makefile +++ b/games/galaxymage/Makefile @@ -17,6 +17,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/_numpy.so:${PORTSDIR}/math/py-numeric ${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 |