From owner-freebsd-questions@FreeBSD.ORG Sun Aug 17 07:57:08 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 C24D537B401 for ; Sun, 17 Aug 2003 07:57:08 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 99EAA43FAF for ; Sun, 17 Aug 2003 07:57:07 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 17994 invoked by uid 65534); 17 Aug 2003 14:57:06 -0000 Received: from dsl-cust-145.openweb.ca (EHLO [64.39.186.145]) (64.39.186.145) by mail.gmx.net (mp003) with SMTP; 17 Aug 2003 16:57:06 +0200 From: Adam McLaurin To: freebsd-questions@freebsd.org In-Reply-To: <1247229639.20030817182831@mail.ru> References: <1247229639.20030817182831@mail.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VAzO6dekTLFTBrtWHWY8" Message-Id: <1061132223.648.10.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 17 Aug 2003 10:57:03 -0400 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 14:57:09 -0000 --=-VAzO6dekTLFTBrtWHWY8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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? You'll need to first cvsup your ports tree, then install the KDE meta-port (x11/kde3). Here's how I update my ports: #!/bin/sh CVSUP_MIRROR=3Dcvsup16.FreeBSD.org OUTDATED_LOG=3D/home/eskimo/logs/outdated.ports.txt CVSUP_SUPFILE=3D/usr/share/examples/cvsup/ports-supfile /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 Note that you'll need net/cvsup-without-gui and sysutils/portupgrade to run my script. Read the Handbook for more information about updating your ports tree=20 --=20 Adam McLaurin --=-VAzO6dekTLFTBrtWHWY8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/P5e/t+DSc2Q4lGYRAicEAKCdr0A+K+EldA28XhlCet42TFXubgCfeBG7 gekqlD4tw+FysKvNU0EKc9o= =ihX0 -----END PGP SIGNATURE----- --=-VAzO6dekTLFTBrtWHWY8--