From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 14:08:55 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 86B9116A4CE for ; Mon, 20 Dec 2004 14:08:55 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129B543D5A for ; Mon, 20 Dec 2004 14:08:55 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so108028wri for ; Mon, 20 Dec 2004 06:08:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=f+VoSStJCbvDfy/XQvzsL2FP1kw0NxzAl2LMmyi1B0bmVTyJsz7Kac5R5qKo9wETW/az0wXgzPyP7seSKrnvUIHRKHYlnuOpL5qt5ajfCnJr14nTEs0BVvQMDbmg+z6eKcOk7AteL5iZInxdIC3YbrWfzrrzuIEvkKZxZsynSeo= Received: by 10.54.54.80 with SMTP id c80mr311601wra; Mon, 20 Dec 2004 06:08:54 -0800 (PST) Received: by 10.54.11.34 with HTTP; Mon, 20 Dec 2004 06:08:54 -0800 (PST) Message-ID: Date: Mon, 20 Dec 2004 08:08:54 -0600 From: Joshua Lokken To: Nikolas Britton In-Reply-To: <41C4F0CC.30700@nbritton.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <003b01c4e489$6497d0e0$9a11a8c0@d3stomc> <41C36F45.6060305@nbritton.org> <200412171746.07980.krinklyfig@spymac.com> <41C4F0CC.30700@nbritton.org> cc: Joshua Tinnin cc: Kevin Smith 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 Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 14:08:55 -0000 On Sat, 18 Dec 2004 21:09:00 -0600, Nikolas Britton wrote: > 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? I don't know about that. If I want portupgrade to use custom make flags, I specify them in /usr/local/etc/pkgtools.conf. To remove options from a previous build, you can do: # rm /var/db/ports//options > Also, semi related, whats this "Generating INDEX-5 - please wait.." > thing and why does it take an hour for it to generate? The machine is building the ports collection INDEX-5 file from the make describe output of all of the ports. You can simplify this process by doing 'make fetchindex' after you cvsup each time. -- Joshua Lokken Open Source Advocate