Ports with GUI configs

RW fbsd06 at mlists.homeunix.com
Thu Nov 15 13:20:19 PST 2007


On Thu, 15 Nov 2007 14:55:02 -0500
Chuck Robey <chuckr at chuckr.org> wrote:


> Are you seriously saying that a decision regarding what ports are to
> be installed should be made after they are installed?  If you have
> 10,000 ports installed, you obviously have no need whatever to make
> any decision at all.   Whether or not they are outdated is utterly 
> irrelevant, because if they're installed, it may be inferred that you 
> wanted them.  It's the decision whether to install them or not that 
> we're talking about.



What you don't appear to understand is that the Option Framework allows
a user to recursively set options for ports *before* they are installed.
So to configure the whole of Gnome, you can simply do this:

# cd /usr/port/x11/gnome2 && make config-recursive

The reason I mentioned the script is that upgrades are the only part of
the process that isn't directly supported by the ports system, you need
something to catch the ports that have changed options, or you may
waste time. This requires a script, but new installs are completely
trivial.





More information about the freebsd-questions mailing list