Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2005 15:58:47 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        moron <moron@industrial.org>
Cc:        freebsd-python@freebsd.org
Subject:   Re: problem upgrading to python-2.4.2 using port
Message-ID:  <43765787.6010806@mac.com>
In-Reply-To: <200511121201.42877.moron@industrial.org>
References:  <200511111214.42623.moron@industrial.org> <200511121119.16268.moron@industrial.org> <4376486E.5010104@mac.com> <200511121201.42877.moron@industrial.org>

next in thread | previous in thread | raw e-mail | index | archive | help
moron wrote:
[ ... ]
> Is there any major difference between "make update" and running cvsup directly 
> (as instructed to in the FreeBSD handbook)?

No, not really.  You can hook them together (along with doing "make update" in 
/usr/src, too), via this in /etc/make.conf:

# season to taste
SUP_UPDATE=     yes
SUP=            /usr/local/bin/cvsup
SUPFLAGS=       -g
SUPHOST=        cvsup4.FreeBSD.org
SUPFILE=        /etc/stable-supfile
PORTSSUPFILE=   /etc/ports-supfile

...or wherever you keep you supfiles.  If nothing else works, you might 
consider deleting the ports tree you have and checking a fresh one out.

-- 
-Chuck




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