Date: Fri, 16 May 2003 13:15:40 +0100 From: Daniel Bye <dan@slightlystrange.org> To: questions@freebsd.org Subject: Re: not upgrading, just recompiling Message-ID: <20030516121540.GA6371@catflap.home.slightlystrange.org> In-Reply-To: <E19Gdvo-0002TI-00@host02.ipowerweb.com> References: <E19Gdvo-0002TI-00@host02.ipowerweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 16, 2003 at 05:03:24AM -0700, Aaron Peterson wrote: > I have changed my optimizations in make.conf (fbsd4.8) and would like to > recompile everything (just because it comforts me to have something > compiling at all times). I have found portupgrade etc... to help > upgrade packages but really what I want is to recompile all the packages > I've installed in bulk. "cd /usr/src && make buildworld && make > installworld" gets only part of the job done right? just the base > system? then how can i do installed ports? is there some simple > command i can use (or maybe two?) i'm sure i could write some perl > script to read pkg_version and go do things, but surely someone has > already written a utility to do this type of thing... Obviously i'm not > a fbsd veteran :) make buildworld etc just does the base system, yes. portupgrade -arR will upgrade all installed ports that need upgrading. To force a recompile, though, add the -f flag. The portupgrade manpage gives all the gory details. Dan -- Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030516121540.GA6371>