- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit)
- Take maintainership.
- Remove USE_XLIB (it only requires SDL).
- Build 2 binaries, one for the full game and other for the shareware version.
- Expand pkg-descr and pkg-message to reflect the previous change.
- Replace -O2 and higher in CFLAGS by -O1 (crashes otherwise).
- Convert a line-specific REINPLACE_CMD into a patch.
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)
This is a port of Apogee's 3D action title Rise of the Triad,
originally released in 1994. This port duplicates the
functionality of the original game on modern operating systems,
including Linux, Win32, OSX and now FreeBSD. In order to run
game you'll need original game data.
PR: ports/63049
Submitted by: Igor Pokrovsky <tiamat@comset.net>