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.
fix i18n support on some desklets which installing there language-files as gdeklets.mo
PR: ports/60920
Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=130509
This update is a collaboration between the maintainer and myself, the
libdesklets part isn't finished and needs a little more debugging (RAM
and boottime display).
Unfortunately we also have a problem with threads (they get created, but
they don't run/start) which we can't track down, so it's not easy to
debug the remaining libdesklets bugs.
We decided to commit the port in the current incarnation as at least the
desklets which I will commit shortly after this update will work without
problems.
Submitted by: maintainer