You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Abrahams <da...@boost-consulting.com> on 2006/10/10 14:36:13 UTC

FreeBSD port missing configure option(s)

I'm not an expert in BSD, but this can't be right: when installing
subversion it will not install any of the apache modules unless I
pass "WITH_MOD_DAV_SVN=yes" to make.  However make config reports no
user-configurable options, and the only way I discovered
WITH_MOD_DAV_SVN was by crawling the makefile and googling.

Normally when I build a port it takes me through a text-mode dialog
that allows me to configure options like this one (albeit usually
lacking in useful explanation).  Shouldn't that be happening here,
too?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: FreeBSD port missing configure option(s)

Posted by Nik Clayton <ni...@ngo.org.uk>.
David Abrahams wrote:
> I'm not an expert in BSD, but this can't be right: when installing
> subversion it will not install any of the apache modules unless I
> pass "WITH_MOD_DAV_SVN=yes" to make.  However make config reports no
> user-configurable options, and the only way I discovered
> WITH_MOD_DAV_SVN was by crawling the makefile and googling.
> 
> Normally when I build a port it takes me through a text-mode dialog
> that allows me to configure options like this one (albeit usually
> lacking in useful explanation).  Shouldn't that be happening here,
> too?

Yes, but it's up the person that maintains the port to add the necessary 
configuration information to the Makefile.

In this case, the port maintainer (lev@freebsd.org) needs to add an 
appropriately defined OPTIONS variable (as described at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html) 
to enable this.

Your best bet is to contact lev, and either ask them to do this, or send 
them a patch that does it.

Hope that helps,

N

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org