Updating and Ports

Roland Smith rsmith at xs4all.nl
Wed Oct 1 20:35:25 UTC 2008


On Wed, Oct 01, 2008 at 04:15:20PM -0400, Grant Peel wrote:
> Hi all,
> 
> I have heard people chattering occasionally about /etc/make.conf.
> 
> In a few days, I will be updating from 6.2, and 6.3, to RELENGE_6_3 and am 
> curious how I can use / modufy /etc/make.conf so that I dont need to install 
> all my ports again.

You only have to reinstall your ports if you change to another major
version, e.g. from 6.x to 7.x. For a change from 6.2 to RELENG_6_3 that
isn't necessary. 

Editing make.conf will not in any way reinstall ports for you. What it
make.conf does is pass options to the 'make' program. Nothing
more. Options in make.conf can be global or only apply when make is
called from a specific directory:

----- make.conf example -----
# Global flag; documentation languages
DOC_LANG=en_US.ISO8859-1

# Flag specific to the cups port.
.if ${.CURDIR:M*/print/cups*}
CUPS_OVERWRITE_BASE=true
.endif
----- make.conf example -----


Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20081001/2c70ba69/attachment.pgp


More information about the freebsd-questions mailing list