Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1688 closed defect (fixed)

Update subversion mod_dav_svn variant

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 (3)

comment:1 Changed 20 years ago by danielluke (Daniel J. Luke)

2 locations where this changes.

Corrected 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:27:41 -0000
@@ -30,10 +30,11 @@
                                ${worksrcpath}/libtool
                        }
 
-variant mod_dav_svn {  depends_build path:${prefix}/apache2/bin/apxs:apache2
+variant mod_dav_svn {  depends_build path:${prefix}/sbin/apxs:apache2
                        configure.args-append \
-                       --with-apxs=${prefix}/apache2/bin/apxs \
+                       --with-apxs=${prefix}/sbin/apxs \
                        --disable-mod-activation
                        configure.args-delete --without-apxs
                        }
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 20 years ago by matt@…

Resolution: fixed
Status: newclosed

Committed. Thanks Daniel!

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: subversion added
Note: See TracTickets for help on using tickets.