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)
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
* Menu disappear" and other bugs fixed.
* Additions to the Tux-table.
* Ogg files instead of midi files as midi had compability problems.
* Some tools and bug fixes in table editor.
Also, mark as BROKEN for the Allegro case. The website says that
the Allegro version is always a bit behind in development and has
more bugs than the SDL/OpenGL version; the maintainer adds that it's
just completely broken now. If you're using Allegro, you will want
to avoid upgrading.
PR: ports/60192
Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
If defined WITH_ALLEGRO, pinball tries to use allegro.4,
but Allegro has been upgraded to 4.1. Thanks to Aleksander Fafula
for his report.
Remark: Emilia Pinball has been upgraded to 0.13, and then to 0.2.0,
but these versions are broken with allegro. Seen with the author, and
I shall submit an upgraded PR as soon as the fix will be released.
PR: ports/51107
Submitted by: Thierry Thomas <thierry@pompo.net>