Opened 20 years ago

Last modified 8 years ago

#1688 closed defect

Update subversion mod_dav_svn variant — at Initial Version

Reported by: danielluke (Daniel J. Luke) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: subversion

Description

Update the mod_dav_svn variant to point to the correct (new) apxs location.

Thanks to py@… 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 }

Change History (0)

Note: See TracTickets for help on using tickets.