Quote:
Originally Posted by BSDKaffee
kde-lite is nothing more than a metaport that installs other KDE ports. It is not a watered down or lightweight version of KDE.
My favorite way to install KDE is to forget about the metaports and go directly for the main ports themselves.
First make sure your ports tree is up-to-date.
Then update the ports you already have installed so that the KDE ports have up-to-date dependencies.
Then install x11/kdelibs3
Then install x11/kdebase3
After kdebase is installed, you will at least have a basic KDE desktop up and running. Then you can install whatever other KDE ports you want at your leisure. Hasn't failed me yet.
|
thx, but if I try:
Code:
# portupgrade -fRr x11/kdelibs3
then I get the following:
Code:
/usr/local/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" kshortcutdialog_simple.cpp.temp | /usr/local/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/local/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_kshortcutdialog_simple,g" | /usr/local/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> kshortcutdialog_simple.cpp ;\
rm -f kshortcutdialog_simple.cpp.temp ;\
if test "$ret" = 0; then echo '#include "kshortcutdialog_simple.moc"' >> kshortcutdialog_simple.cpp; else rm -f kshortcutdia
Mutex unlock failure: Operation not permitted
and the installation hangs with this message.