If configuration parameter Translation isn't 'none' then when you
receive some packets their content is translated twise (from some
charset to another one) and gets unreadable.
PR: 66352
Submitted by: Andrej N. Gritsenko
- licq-console, licq-qt-gui:
conditionally include licq-devel/Makefile.inc instead of
licq/Makefile.inc if -DWITH_LICQ_DEVEL is specified
- dynamically generated plists (currently used in licq-qt-gui port only)
licq
licq-console (no changes)
licq-qt-gui
Protocol changed on Server.
licq-1.0.3 does not work corectlly, messages are lost.
problems fixed:
- program_transform_name installed the binaray as:
/usr/local/bin/i386--freebsd4.4-licq
- configure seeks now a qt-mt itself,
but the options for "ac_qt_libraries" are not processed
- use ob BZIP2 as compressor.
fact to get a port working again. For some reason, I didn't get the
pkg-message cvs added for Licq, causing the package registration to
fail (of course, it still installs fine...)
ports for different plugins. Commit the first of the plugins, qt-gui,
as that has in the past been part of the normal licq port. The rest
are coming after I've tried them out.
I'd like to thank Jeremy Norris greatly for doing this work :)
Submitted by: Jeremy Norris <ishmael27@home.com>
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)