From owner-freebsd-questions Sat Sep 27 00:23:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06208 for questions-outgoing; Sat, 27 Sep 1997 00:23:09 -0700 (PDT) Received: from FreeBSD.csie.NCTU.edu.tw (daemon@freebsd.csie.nctu.edu.tw [140.113.235.250]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA06188 for ; Sat, 27 Sep 1997 00:22:50 -0700 (PDT) Received: (from daemon@localhost) by FreeBSD.csie.NCTU.edu.tw (8.8.7/8.8.5) id PAA29167; Sat, 27 Sep 1997 15:22:52 +0800 (CST) To: questions@freebsd.org Path: not-for-mail From: dwhite@gdi.uoregon.edu (Doug White) Newsgroups: mailing.freebsd.questions Subject: Re: Optimizing Compile of Ports Date: 27 Sep 1997 15:22:52 +0800 Organization: NCTU CSIE FreeBSD Server Lines: 21 Message-ID: <60ic8c$sfc$1@FreeBSD.csie.NCTU.edu.tw> Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 25 Sep 1997, Greg Pavelcak wrote: > I've been installing ports lately instead of packages just for the > heck of it. Compile optimizations seem to be out of my control with > ports. Ilooked in /etc/make.conf /usr/share/mk/bsd.port.mk and the > individual make files associated with ports and I don't see anything > about compile options. Am I missing something, or is this just the > way it is? (It's probably a good idea to keep me from messing with > this stuff anyway.) The ports do assume a standard set of compile-time options. If you want to tweak them just before the build starts, you can run ``make configure'', which will fetch, extract, patch, and configure everything but stop before the make is started. See /usr/share/mk/bsd.port.mk line 220-ish for the standard target list. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major