- Remove USE_X_PREFIX.
- Remove support for FreeBSD < 5.x.
- Remove old adjustements for the previous non-standard SDL location.
- Install documentation (when !NOPORTDOCS).
- Use %%DATADIR%% in pkg-plist.
- Update pkg-message (about upcoming games/alephone-data update and
games/alephone-scenarios, which need this to be committed first so they all
install under LOCALBASE).
PR: ports/110688
Submitted by: alepulver (myself)
Approved by: "Raymond Pasco" <ray@cultofray.net> (maintainer)
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)
SDL_VERSION variable used in screen_sdl.cpp is 6 when it should not be. I
think the culprit is sdl-devel-1.2._0_, which is just faulty logic. Anyhow,
this is the quick-fix to get the binaries for AlephOne on the 4.3R CDs.
A better solution should be looked into by the maintainer and others.
Found by: bento
Since PR 25400 is better and is the former,
let its originator take maintainership.
PR: ports/25400, ports/25446
Submitted by: Michael Alyn Miller <malyn@strangeGizmo.com>, pjones@pmade.org