Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2004 20:08:21 -0400 (AST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        Zoran Kikic <kikic@magic-garden.de>
Cc:        questions@FreeBSD.org
Subject:   Re: ports confusion - are they configurable like I want?
Message-ID:  <20040106200657.G69880@ganymede.hub.org>
In-Reply-To: <19B481CA418DC04CA76EEF2B90B905F10331B9@srv-mail.magic-garden.local>
References:  <19B481CA418DC04CA76EEF2B90B905F10331B9@srv-mail.magic-garden.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 7 Jan 2004, Zoran Kikic wrote:

> hi,
>
> I build my apache from source and it runs wonderful on fbsd 5.1.
> Now I tried to do the same with the fbsd apache-port but I
> have no idea how to install the port with the same(exact) configuration
> arguments I used for my source build:
>
> ./configure --enable-layout=xyz --enable-file-cache --enable-cache
> --enable-deflate \
> --enable-proxy --enable-bucketeer --enable-module=so --with-mpm=worker \
> --enable-mods-shared=all --enable-logio --enable-ssl=shared
> --with-ssl-dir=/usr/local/ssl
>
> I realized the knobs an CONFIGURE_ARGS in Makefile but I still don't
> know how
> to proceed... I found many hints about this but nobody shows any
> samples.

One thing that should work is if you put a:

CONFIGURE_ARGS=

right after the last CONFIGURE_ARGS+= in the Makefile ... the ARGS+= adds
arguments, but if you say ARGS=, it will wipe out the previous settings
and force it "your way" ...

The thing is, there are alot of other defines in the Makefile that
may/maynot be what you want, so just CONFIGURE_ARGS doesn't quite do it :(


----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664



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