From owner-freebsd-ports Mon May 15 8:39:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id F3B9437B64E for ; Mon, 15 May 2000 08:39:22 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id IAA21502; Mon, 15 May 2000 08:38:59 -0700 Date: Mon, 15 May 2000 08:38:59 -0700 From: Arun Sharma Message-Id: <200005151538.IAA21502@sharmas.dhs.org> To: andrews@technologist.com Cc: ports@freebsd.org Subject: Re: **HEADS UP** KDE2 -> ports tree In-Reply-To: <20000515010219.B53719@argon.blackdawn.com> References: <20000515010219.B53719@argon.blackdawn.com> Reply-To: adsharma@sharmas.dhs.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In muc.lists.freebsd.ports, you wrote: > Everyone should consider this email a warning. I have tried my best to > ensure that users don't accidentally install KDE + KDE2 stuff at the same > time. I'm not sure it's even possible to have both kdelibs 1.x AND 2.x > installed at the same time without a lot of trouble.. I have both KDE and KDE2 installed on my machine at the same time. The switch can be done with the following script: $ cat $HOME/.kde2 export KDEDIR=/home/adsharma/kde export QTDIR=/home/adsharma/kde/qt-copy export PATH=$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib Given that kde2 still has a lot of bugs and crashes, I'd expect everyone to have KDE around for non development work. How about changing the ports to install in say, /usr/local/kde2 ? -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message