Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2009 15:33:15 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Manish Jain <invalid.pointer@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Clicking on Terminal crashes XFCE4
Message-ID:  <alpine.BSF.2.00.0903241519300.19226@wonkity.com>
In-Reply-To: <49C935E9.5070303@gmail.com>
References:  <49C869CD.3040306@gmail.com> <alpine.BSF.2.00.0903240721300.17625@wonkity.com> <49C90CF6.5070409@gmail.com> <ab581e310903241156k456a2389wa65fac2dff8de6de@mail.gmail.com> <49C935E9.5070303@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Mar 2009, Manish Jain wrote:
> However, I would still greatly appreciate it if somebody could send me 
> an sh/bash script or command that would demonstrate how to use cvsup 
> to keep my ports directory up2date. Using cvs is one area which, 
> thanks to my Linux heritage, is best rated as ERROR_NONE

Use csup:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

I use portupgrade, although many like portmaster instead.  Here's how I 
update ports and check what's outdated:

#!/bin/sh
/usr/bin/csup -4 /root/ports-supfile &&
portsdb -Fu &&
portversion -vL=

-Warren Block * Rapid City, South Dakota USA



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