FreeBSD Port: subversion-python-1.1.3

Christopher Nehren apeiron+usenet at coitusmentis.info
Tue Mar 8 19:10:21 PST 2005


On 2005-03-09, Benson Wong scribbled these
curious markings:
> I installed the port from a package. One thing that I can't seem to 
> find is mod_dav_svn, is the package compiled with it?. I used to run an 
> older version of subversion which I compiled from the port with 
> WITH_MOD_DAV_SVN, but the package doesn't seem to include it. 

[(21:45:38) apeiron at prophecy ~] pkg_info -L subversion-python-1.1.3.tgz | grep dav
/usr/local/include/subversion-1/mod_dav_svn.h
/usr/local/include/subversion-1/svn_dav.h
/usr/local/lib/libsvn_ra_dav-1.a
/usr/local/lib/libsvn_ra_dav-1.so
/usr/local/lib/libsvn_ra_dav-1.so.0
[(21:45:53) apeiron at prophecy ~] pkg_info -L subversion-1.1.1 | grep dav
/usr/local/include/subversion-1/mod_dav_svn.h
/usr/local/include/subversion-1/svn_dav.h
/usr/local/lib/libsvn_ra_dav-1.a
/usr/local/lib/libsvn_ra_dav-1.so
/usr/local/lib/libsvn_ra_dav-1.so.0
/usr/local/libexec/apache2/mod_dav_svn.so <-- I build mine from source
with WITH_MOD_DAV_SVN.
[(21:46:06) apeiron at prophecy ~]

Doesn't seem to be, no. If you take a look at pkg_info -v
subversion-python-1.1.3.tgz (note: lots of output) and look for
mod_dav_svn.so, you'll see that it's commented out in the plist -- along
with (obviously) the Perl bindings (for which there isn't even a
package :( ), among other items.

Best Regards,
Christopher Nehren
-- 
I abhor a system designed for the "user", if that word is a coded
pejorative meaning "stupid and unsophisticated". -- Ken Thompson
If you ask the wrong questions, you get answers like "42" and "God".
Unix is user friendly. However, it isn't idiot friendly.



More information about the freebsd-ports mailing list