Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2006 14:27:03 -0500
From:      "Matt Singerman" <matt.singerman@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Adjusting configuration options during port installation?
Message-ID:  <54682af50603261127l30c6c622t5f25dbf71d41a6aa@mail.gmail.com>
In-Reply-To: <20060326135430.E69019@tripel.monochrome.org>
References:  <54682af50603261010nbc004eby2e3fc19972f1d652@mail.gmail.com> <20060326133209.M69019@tripel.monochrome.org> <54682af50603261043j1c377235ldad7c10ef537d2cd@mail.gmail.com> <20060326135430.E69019@tripel.monochrome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Chris,



> You would have to browse through the Makefile and look for configuration
> options. Typically, if there is a FOOBAR option, you would 'make
> -DFOOBAR install' in the port directory.

I will try this. Thanks.

> Or, you could just edit the Makefile to add the arg you want. Let's look
> at mail/cyrus-imapd23. Its Makefile has a section that goes

I actually already tried this option.  Unfortunately, it did not work
for reasons that are unknown to me.

Another thing that I was thinking was going into the
work/cyrus-imapd2.2.12 directory and manuall running ./configure (with
the options listed in Makefile as well as the options I need) and make
from there, then going back the port's main directory and running make
install.  Does anyone know if this will or will not work?  Also, the
Makefile specifies a couple of items as follows:

--with-sasl=3D${LOCALBASE} \
--with-bdb-libdir=3D${LOCALBASE}/lib \
--with-openssl=3D${OPENSSLBASE} \
--with-perl=3D${PERL5} \

How can I determine what these variables are?

Thanks again to all for your help.



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