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.
gd_gif_in.c.bz2. The gd_gif_in.c file is not downloaded, but rather
copied from FILESDIR. Even though the changes from this PR were
backed out, this one should have been retained.
Add size data.
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
problem: configure stops waiting for stdin
this happens on all architetures.
sparc64-5-latest-logs 2004 Mar 5 18:17:20 tiff-3.6.1_1.log failed
i386-5-latest-logs 2004 Mar 4 15:47:17 tiff-3.6.1_1.log okay
alpha-5-latest-logs 2004 Feb 16 00:55:25 tiff-3.6.1_1.log.bz2 okay
amd64-5-latest-logs 2004 Feb 27 09:35:09 tiff-3.6.1_1.log.bz2 okay
i386-4-latest-logs 2004 Feb 21 11:58:42 tiff-3.6.1_1.log.bz2 okay
ia64-5-latest-logs 2004 Feb 16 23:28:46 tiff-3.6.1_1.log.bz2 okay
sparc64-5-latest-logs 2004 Feb 17 12:04:10 tiff-3.6.1_1.log.bz2 okay
workaround: build package on olnder enviroment.
e.G. install 5.2. release or current before 2004-02-29 in a jail.
Patches welcome