structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
I separeted glest port to glest and glest-data ports.
Glest 2.0.0 has been released, this version includes loads of new features:
- New Magic units:
- Tower of Souls: Air defense building, attacks air only
- Golem: Defensive unit, needs EP to walk, can't attack air
- Daemon giant: Heavy melee unit
- Drake rider: Light ranged unit
- New Tech units:
- Aerodrome: Building for producing air units
- Air ballista: Air defense building, attacks air only
- Rider: Fast medium unit
- Ornithopter: Light air unit
- Airship: Heavy air unit, can't attack air
- New Magic upgrades
- New Tech upgrades
- New animations for existing units
- Shared vision between allies
- New particle blending
- Felix and Matze added to the credits
- Players now start on the location indicated in the game settings menu
- Score system
- HTML documentation
- Increased projectile accuracy
- Optimized particle rendering
- Loads of balance changes
PR: ports/95608
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Approved by: lawrance (mentor)
Before, a different version of glest.ini would overwrite a correct glest.ini
during the installation that causes game not runable by default.
- Get configure to find pthread correct by teach it about ${PTHREAD_LIBS}, not
use -lpthread (hardcore).
- Remove the MAKE_ENV, it is not need.
- Other very small clean up.
- Bump the PORTREVISION, for glest.ini issue.
Approved by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Glest is a project for making a free 3d real-time customizable
strategy game. Current version is fully playable, includes
single player game against CPU controlled players, two
factions with their corresponding tech trees, units, buildings
and some maps.
WWW: http://www.glest.org/
PR: ports/88306
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>