Date: Fri, 19 Jan 2007 21:20:53 +0000 From: RW <fbsd06@mlists.homeunix.com> To: freebsd-questions@freebsd.org Subject: Re: Hide ports make options/config Message-ID: <20070119212053.44a63254@gumby.homeunix.com> In-Reply-To: <002e01c73ba2$c609f2f0$7800a8c0@carla> References: <002e01c73ba2$c609f2f0$7800a8c0@carla>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Jan 2007 03:21:07 -0500 "Charlie Hynson III" <dachaos@dachaos.com> wrote: > I am making myself an easy install sh shell script that configures my > own basic setup on FreeBSD 6.2 Release. Wondering how I tell make when > installing a port not to ask me make options/config (silent install). > For all ports and or individual ports. Since I have my make options > set in pkgtools config for sysutils/portupgrade. Unless the behaviour of portupgrade has changed recently, this is a bad idea. The options in pkgtools.conf only apply to ports that portupgrade builds directly. During an initial installation most of the ports get built as missing dependencies, so miss the options set in pkgtools.conf. A better way is to set the options in make.conf either directly or by using sysutils/portconf.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070119212053.44a63254>