Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2003 10:57:03 -0400
From:      Adam McLaurin <blueeskimo@gmx.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: how to install on fbsd 4.8 new version of KDE?
Message-ID:  <1061132223.648.10.camel@jake>
In-Reply-To: <1247229639.20030817182831@mail.ru>
References:  <1247229639.20030817182831@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-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 <blueeskimo@gmx.net>

--=-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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1061132223.648.10.camel>