- 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)
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
- 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