Opened 21 years ago

Last modified 8 years ago

#586 closed enhancement

add mod_dav_svn variant for Subversion port — at Initial Version

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

Description

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:

http://www.opendarwin.org/bugzilla/show_bug.cgi?id=583

Jason

Change History (0)

Note: See TracTickets for help on using tickets.