- 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]