Date: Wed, 1 Oct 2008 22:35:21 +0200 From: Roland Smith <rsmith@xs4all.nl> To: Grant Peel <gpeel@thenetnow.com> Cc: freebsd-questions@freebsd.org Subject: Re: Updating and Ports Message-ID: <20081001203521.GC58548@slackbox.xs4all.nl> In-Reply-To: <C5DBEFD0B42447C5B83FD5C78638FC8B@GRANT> References: <C5DBEFD0B42447C5B83FD5C78638FC8B@GRANT>
next in thread | previous in thread | raw e-mail | index | archive | help
--LwW0XdcUbUexiWVK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 01, 2008 at 04:15:20PM -0400, Grant Peel wrote: > Hi all, >=20 > I have heard people chattering occasionally about /etc/make.conf. >=20 > In a few days, I will be updating from 6.2, and 6.3, to RELENGE_6_3 and a= m=20 > curious how I can use / modufy /etc/make.conf so that I dont need to inst= all=20 > 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.=20 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=3Den_US.ISO8859-1 # Flag specific to the cups port. =2Eif ${.CURDIR:M*/print/cups*} CUPS_OVERWRITE_BASE=3Dtrue =2Eendif ----- make.conf example ----- Roland --=20 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) --LwW0XdcUbUexiWVK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkjj3wkACgkQEnfvsMMhpyUXCQCeOXfZ1pk9FAvyddBELTNINuYh AMAAnj1BMqdwy00Pwf1ucL8PEmeRN665 =I/Ej -----END PGP SIGNATURE----- --LwW0XdcUbUexiWVK--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081001203521.GC58548>