#1688: Update subversion mod_dav_svn variant -------------------------+-------------------------------- Reporter: dluke@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.0 Resolution: fixed | Keywords: Port: subversion | -------------------------+-------------------------------- Changes (by ryandesign@…): * port: => subversion Old description:
Update the mod_dav_svn variant to point to the correct (new) apxs location.
Thanks to py@iki.fi for bringing this to my attention (and providing a patch).
I've got a patch to add a python bindings variant too, but I thought it would be best to have them committed separately.
diffs inline:
Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v retrieving revision 1.21 diff -u -d -b -w -r1.21 Portfile --- Portfile 15 Mar 2004 16:39:17 -0000 1.21 +++ Portfile 31 Mar 2004 18:18:30 -0000 @@ -32,7 +32,7 @@
variant mod_dav_svn { depends_build path:${prefix}/apache2/bin/apxs:apache2 configure.args-append \ - --with-apxs=${prefix}/apache2/bin/apxs \ + --with-apxs=${prefix}/sbin/apxs \ --disable-mod-activation configure.args-delete --without-apxs }
New description: Update the mod_dav_svn variant to point to the correct (new) apxs location. Thanks to py@iki.fi for bringing this to my attention (and providing a patch). I've got a patch to add a python bindings variant too, but I thought it would be best to have them committed separately. diffs inline: {{{ Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v retrieving revision 1.21 diff -u -d -b -w -r1.21 Portfile --- Portfile 15 Mar 2004 16:39:17 -0000 1.21 +++ Portfile 31 Mar 2004 18:18:30 -0000 @@ -32,7 +32,7 @@ variant mod_dav_svn { depends_build path:${prefix}/apache2/bin/apxs:apache2 configure.args-append \ - --with-apxs=${prefix}/apache2/bin/apxs \ + --with-apxs=${prefix}/sbin/apxs \ --disable-mod-activation configure.args-delete --without-apxs } }}} -- -- Ticket URL: <https://trac.macports.org/ticket/1688#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X