Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#586 closed enhancement (fixed)

add mod_dav_svn variant for Subversion port

Reported by: jcorley1@… Owned by: rooneg@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: subversion

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

Here is a patch for mod_dav_svn support for Subversion.

Index: Portfile
===================================================================
RCS file: 
/Volumes/src/cvs/od/proj/darwinports/dports/devel/subversion/Portfile,v
retrieving revision 1.11
diff -u -d -r1.11 Portfile
--- Portfile    27 May 2003 00:09:00 -0000      1.11
+++ Portfile    27 May 2003 11:47:32 -0000
@@ -34,3 +34,10 @@
 post-configure {
         reinplace "s|need_relink=yes|need_relink=no|g" ${worksrcpath}/libtool
 }
+
+variant mod_dav_svn {
+    depends_build   path:${prefix}/apache2/bin/apxs:apache2
+    configure.args-append    --with-apxs=${prefix}/apache2/bin/apxs \
+                             --disable-mod-activation
+    configure.args-delete    --without-apxs
+}

This RFE will depend on the inclusion of apache2 in DarwinPorts:

#583

Jason

Change History (5)

comment:1 Changed 21 years ago by jcorley1@…

dependson: 583

comment:2 Changed 21 years ago by rooneg@…

Status: newassigned

I'll take a look at this later tonight.

comment:3 Changed 21 years ago by rooneg@…

Owner: changed from darwinports-bugs@… to rooneg@…
Status: assignednew

Bah, I meant to assign this to me...

comment:4 Changed 21 years ago by rooneg@…

Resolution: fixed
Status: newclosed

Committed, thanks.

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

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