if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
From Tom Murphy (maintainer). Thank you!
changelog:
https://github.com/freeorion/freeorion/blob/v0.4.10.1/ChangeLog.md
- WANTLIB remove GLU and boost_system-mt
- remove upstreamed patch
- tweaks by gonzalo@ for missing tab and by me to adjust for boost
python bindings naming
- input from thfr@ and sthen@ regarding safely removing two WANTLIB not
used by freeorion directly. GLEW loads GLU and boost-locale loads
boost_system-mt.
"Tested and works fine for me." Tom Murphy (maintainer)
kirby@ tested on amd64 and macppc
ok thfr@ gonzalo@ kirby@
game in the tradition of the Master of Orion games.
The game is currently playable, but probably only fun to the more
hard-core fans of the genre. Many features have been implemented, but
many others are not. Much of the content is provisional, and unbalanced.
In other words, it'll be a while till it is finished. See the Roadmap
(https://www.freeorion.org/index.php/Roadmap) for the big picture on our
progress.
Tweaks by sthen@, solene@, bcallah@ and me
OK solene@