From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 08:50:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8029B37B401 for ; Sun, 17 Aug 2003 08:50:02 -0700 (PDT) Received: from services.homebass.ca (216.126.94.86 [216.126.94.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C1F43F85 for ; Sun, 17 Aug 2003 08:50:01 -0700 (PDT) (envelope-from liquid@homebass.ca) Received: (qmail 73217 invoked by uid 0); 17 Aug 2003 15:55:34 -0000 Received: from unknown (HELO windows) (liquid@homebass.ca@192.168.0.100) by services.homebass.ca with SMTP; 17 Aug 2003 15:55:34 -0000 From: "liquid" To: Date: Sun, 17 Aug 2003 11:50:10 -0400 Message-ID: <001b01c364d7$3d2a3b70$6400a8c0@windows> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <1061132223.648.10.camel@jake> Importance: Normal Subject: RE: how to install on fbsd 4.8 new version of KDE? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 15:50:02 -0000 You can always install portinstall from the ports. Then cvsup your ports tree regularly and run ports db -Uu (or something similar, I can't recall right now - it's in the portinstall man page) and simply type: Portupgrade kde And it'll go through the whole thing. Be warned, it can take a LONG time to compile and stuff. On my athlon 800 it took something like 12 hours to go from 3.1.1 to 3.1.2 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Adam McLaurin > Sent: August 17, 2003 10:57 AM > To: freebsd-questions@freebsd.org > Subject: Re: how to install on fbsd 4.8 new version of KDE? >=20 > On Sun, 2003-08-17 at 10:28, Denis wrote: > > Does anybody know how can i to install on fbsd 4.8 new version of > > KDE, such as in fbsd 5.1???? > > Or it's impossible? >=20 > You'll need to first cvsup your ports tree, then install the KDE > meta-port (x11/kde3). >=20 > Here's how I update my ports: > #!/bin/sh >=20 > CVSUP_MIRROR=3Dcvsup16.FreeBSD.org > OUTDATED_LOG=3D/home/eskimo/logs/outdated.ports.txt > CVSUP_SUPFILE=3D/usr/share/examples/cvsup/ports-supfile >=20 > /usr/local/bin/cvsup -h $CVSUP_MIRROR -P - -g -L 2 $CVSUP_SUPFILE > /usr/local/sbin/pkgdb -aF > cd /usr/ports > /usr/bin/make -v index > /usr/local/sbin/portsdb -u > /usr/local/sbin/portsclean -C > /usr/local/sbin/pkgdb -u > /usr/local/sbin/portversion -v |/usr/bin/fgrep "needs" >$OUTDATED_LOG >=20 >=20 > Note that you'll need net/cvsup-without-gui and sysutils/portupgrade > to > run my script. >=20 > Read the Handbook for more information about updating your ports tree >=20 > -- > Adam McLaurin