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>