On Tue, Jan 06, 2004 at 12:52:21PM +, Matthew Seaman wrote:
> To apply these options without having to remember to type them in on
> the command line all the time, you can create a 'Makefile.inc' in the
> port directory which just contains the 'WITH_FOO=bar' variable
> assignments, or you can
On 06/01/2004, at 11:52 PM, Matthew Seaman wrote:
On Tue, Jan 06, 2004 at 10:33:49PM +1100, August Simonelli wrote:
I'm slowly getting used to FreeBSD from a Linux background so forgive
the ignorant questions.
I'm curious what the best way to add configure options are when
installing from a port.
On Tue, Jan 06, 2004 at 10:33:49PM +1100, August Simonelli wrote:
> I'm slowly getting used to FreeBSD from a Linux background so forgive
> the ignorant questions.
>
> I'm curious what the best way to add configure options are when
> installing from a port. For example, i'd like to add --enable
Ok that makes sense.
So something like
make --enable-rewrite
make install clean
would do the trick?
As well as make WITH_MODULES="include rewrite auth" install clean as
suggested by Gautam Gopalakrishnan?
august
On 06/01/2004, at 11:13 PM, Subhro wrote:
Hi August,
System wide make options a
On Tue, Jan 06, 2004 at 10:33:49PM +1100, August Simonelli wrote:
> Hi all,
>
> I'm slowly getting used to FreeBSD from a Linux background so forgive
> the ignorant questions.
>
> I'm curious what the best way to add configure options are when
> installing from a port. For example, i'd like to