(Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- 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
- Mark BROKEN: does not compile
src/lib/util/aviio.c: In function 'avi_error parse_indx_chunk(avi_file*,
avi_stream*, avi_chunk*)':
src/lib/util/aviio.c:1516:25: error: variable 'id' set but not used
[-Werror=unused-but-set-variable]
src/lib/util/aviio.c:1519:8: error: variable 'subtype' set but not used
[-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Reported by: pointyhat
Update to 0.139
Rename the port to mess as the sdl layer is now included in the mainstream code.
PR: ports/149191
Submitted by: Emmanuel Vadot (maintainer)