Howdy. I hope this is the right place to send a port bug report, but my
apologies if not and I'll appreciate any redirection.
It looks to me like the subversion port is ignoring the MOD_DAV_SVN
configuration setting, always behaving as if it's turned on even when
it's not (which is the default). The mod_dav_svn.so and
mod_authz_svn.so modules always get built into Apache's modules
directory, and the corresponding LoadModule lines are always added to
httpd.conf.
I found I was able to force it not to build and load these modules by
specifying the make argument:
CONFIGURE_ARGS="--without-apxs"
but I think the need to do that indicates a bug in the portification, yes?
system:
-FreeBSD 8.1
-subversion 1.6.15 port
-apache 2.2.17 from source
Thanks much!
adam
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"