the kdelibs11 and kdebase11 ports, which work just fine with no GL depend
in Qt 1.x. Also nuke a.out support.
Requested by: Alex Zepeda <jazepeda@pacbell.net> and probably others.
a short test period to make sure qt142 is an adequate replacement.
Note #1: I changed it to install libqt.so.2.0. qt141 or newer are
required for some software (most notably kde). We missed the
chance to change the shlib number in qt141 so I'm doing it now.
Note #2: After talking with Peter Wemm, I decided not to add extra
-rpath directives. The fix for kdesupport and other build
problems are forthcoming in ld.
Reason: the qt library very often changes the release number.
So every time you need to fix the configure script of KDE ports.
Since every KDE port checks libqt.so, it's much easier for Stefan
to maintain KDE and for us all to use the package instead of
hacking configure scripts again and again.