Changes between Initial Version and Version 5 of Ticket #586


Ignore:
Timestamp:
Mar 24, 2016, 11:53:06 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #586

    • Property Status changed from new to closed
    • Property Dependson changed from to 583
    • Property Owner changed from darwinports-bugs@… to rooneg@…
    • Property Resolution changed from to fixed
    • Property Port subversion added
  • Ticket #586 – Description

    initial v5  
    11Here is a patch for mod_dav_svn support for Subversion.
    22
    3 -----
    4 
     3{{{
    54Index: Portfile
    65===================================================================
     
    1312@@ -34,3 +34,10 @@
    1413 post-configure {
    15          reinplace "s|need_relink=yes|need_relink=no|g"
    16 ${worksrcpath}/libtool
     14         reinplace "s|need_relink=yes|need_relink=no|g" ${worksrcpath}/libtool
    1715 }
    1816+
     
    2321+    configure.args-delete    --without-apxs
    2422+}
     23}}}
    2524
    26 -----
    2725
    28 This RFE will depend on the inclusion of apache2 in DarwinPorts:
    29     http://www.opendarwin.org/bugzilla/show_bug.cgi?id=583
     26This RFE will depend on the inclusion of apache2 in DarwinPorts:\\
     27   #583\\
    3028Jason