Date: 27 Sep 1997 15:22:52 +0800 From: dwhite@gdi.uoregon.edu (Doug White) To: questions@freebsd.org Subject: Re: Optimizing Compile of Ports Message-ID: <60ic8c$sfc$1@FreeBSD.csie.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60ic8c$sfc$1>