ports confusion - are they configurable like I want?

Marc G. Fournier scrappy at hub.org
Tue Jan 6 16:11:56 PST 2004


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 at hub.org           Yahoo!: yscrappy              ICQ: 7615664


More information about the freebsd-questions mailing list