Note: upgraders from 0.11.6 or below should note the changed topic 3C
in pkg-message.
PR: ports/67238
Submitted by: Heiner Eichmann <h.eichmann at gmx dot de> (maintainer)
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.
fixed automatic writing mode selection when the writer does not support DAO
The OggDecoder now refuses non-44100 hz files since it does no resampling yet
fixed vcdimager version check
fixed bug that caused cuefiles to be cut to 0 byte
PR: ports/60764
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)