From owner-freebsd-questions@FreeBSD.ORG Sun Dec 19 03:09:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C50716A4CE for ; Sun, 19 Dec 2004 03:09:03 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 457C443D2F for ; Sun, 19 Dec 2004 03:09:03 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from [192.168.1.10] (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20041219030901i92002b9s1e>; Sun, 19 Dec 2004 03:09:02 +0000 Message-ID: <41C4F0CC.30700@nbritton.org> Date: Sat, 18 Dec 2004 21:09:00 -0600 From: Nikolas Britton User-Agent: Mozilla Thunderbird 0.9 (X11/20041203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joshua Tinnin References: <003b01c4e489$6497d0e0$9a11a8c0@d3stomc> <41C36F45.6060305@nbritton.org> <200412171746.07980.krinklyfig@spymac.com> In-Reply-To: <200412171746.07980.krinklyfig@spymac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: 'Kevin Smith' cc: 'Joshua Lokken' cc: freebsd-questions@freebsd.org cc: Tom Connolly Subject: Re: (cvsup newbie questions) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 03:09:03 -0000 Joshua Tinnin wrote: > > >Well, if you build a port with make options once, then it will remember >your make options. Otherwise, you can enter make arguments >in /etc/pkgtools.conf, although this only helps if you know what >arguments the ports you're installing might need. > > What do you mean it "remembers" what make options I used... if I do a portupgrade it without setting MAKE_ARGS in pkgtools.conf it will remember my make options from the last time I built it? Also how to I make it "unremember" make options I don't want anymore? Also, semi related, whats this "Generating INDEX-5 - please wait.." thing and why does it take an hour for it to generate?