- 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
- Install localized messages (no USE_GETTEXT since the game does not use any
of its bits)
- Drop USE_GCC=4.2+ which was only required on FreeBSD 6.X
- Adjust a comment and cleanup post-patch things a bit
- Set NO_PACKAGE as it will be worth approximately 144M now
- Relinquish port control (lack of time)
Submitted by: fiziologus@gmail.com (version bump and NLS parts)
- Prevent ld(1) from picking up wrong -lstdc++ when using non-default
compiler (e.g. GCC from ports) and thus unbreak the build [1]
- Mute chmod(1) command
- Adjust Makefile header and touch couple of comments while here
PR: ports/150442 [1]