From owner-freebsd-questions@FreeBSD.ORG Sun Apr 26 17:47:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2581106564A for ; Sun, 26 Apr 2009 17:47:29 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7AB8FC1C for ; Sun, 26 Apr 2009 17:47:29 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 94D967E837; Sun, 26 Apr 2009 09:47:27 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Sun, 26 Apr 2009 19:47:24 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904261947.25154.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Tom Worster Subject: Re: portmaster -a on a live server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2009 17:47:29 -0000 On Sunday 26 April 2009 01:12:48 Tom Worster wrote: > thanks for the tip, mel. i got rid of the ports involved and reinstalled > with WITHOUT_X11=yes and the install was faster and things are a lot > tidier. > > i had no idea that i ought to be configuring port builds with env vars. is > there documentation anywhere so i find out about these options in gneral? /usr/ports/Mk/bsd.port.mk comments section and /usr/ports/Mk/bsd.*.mk for specific collections, like bsd.databases.mk lets you set a default version for various database engines, for which multiple versions exist in the port. It does not have to be env vars, make.conf works as well, but you will forget in 3 months you have set it, so be careful what you choose and where you put it. -- Mel