Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 03:53:43 +0100
From:      <roukounas@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Where are teh choices stored when I build a port?
Message-ID:  <20060821035343.2fcb964d@athena>
In-Reply-To: <20060821014549.GA21704@teddy.fas.com>
References:  <20060821014549.GA21704@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 20 Aug 2006 21:45:49 -0400
stan <stanb@panix.com> wrote:

> Lately I've noticed that once I've built a given port, the
> configurtaion chocies I make, in the menu, seem to be saved.  Where
> is this information saved? Andm how can I overide it, if I want to
> rebuild the port with different options?
> 

The options are stored in /var/db/port_name_here/options.
If you do a "make rmconfig" or "rmconfig-recursive" before a "make
install", then it is deleting the options file, and with a "make
install" you can happily choose your favorite options again. 
As usual, the manual for ports
# man ports
will list most of the things you can do with ports.
You can take a look at /usr/ports/Mk/bsd.port.mk for more information.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060821035343.2fcb964d>