[MacPorts] howto/Subversion modified

Daniel J. Luke dluke at geeklair.net
Thu Feb 20 07:40:58 PST 2014


On Feb 20, 2014, at 10:24 AM, Rainer Müller <raimue at macports.org> wrote:
> 
> On 2014-02-20 16:07, MacPorts wrote:
>> Page "howto/Subversion" was changed by ulrich at familie-schulte.net
>> Diff URL: <https://trac.macports.org/wiki/howto/Subversion?action=diff&version=7>
>> Revision 7
>> Changes:
>> -------8<------8<------8<------8<------8<------8<------8<------8<--------
>> Index: howto/Subversion
>> =========================================================================
>> --- howto/Subversion (version: 6)
>> +++ howto/Subversion (version: 7)
>> @@ -90,6 +90,14 @@
>> LoadModule authz_svn_module modules/mod_authz_svn.so
>> }}}
>> 
>> +These modules are stored in /opt/local/libexec, so one has to create symbolic links in /opt/local/apache2/modules
>> +
>> +{{{
>> +sudo ln -s /opt/local/libexec/mod_dav_svn.so /opt/local/apache2/modules/mod_dav_svn.so
>> +sudo ln -s /opt/local/libexec/mod_authz_svn.so /opt/local/apache2/modules/mod_authz_svn.so
>> +}}}
>> +Alternatively, you may copy them.
>> +
> 
> This sounds like a bug in the port that should be fixed instead of
> applying workarounds that require to copy files around manually.

no, it's a misunderstanding of the apache config file (which works perfectly fine with loading modules that aren't in the modules directory)

> Please file a ticket instead, http://guide.macports.org/#project.tickets

--
Daniel J. Luke                                                                   
+========================================================+                        
| *---------------- dluke at geeklair.net ----------------* |                          
| *-------------- http://www.geeklair.net -------------* |                          
+========================================================+                        
|   Opinions expressed are mine and do not necessarily   |                          
|          reflect the opinions of my employer.          |                          
+========================================================+





More information about the macports-dev mailing list