[MacPorts] #586: add mod_dav_svn variant for Subversion port

MacPorts noreply at macports.org
Thu Mar 24 04:53:07 PDT 2016


#586: add mod_dav_svn variant for Subversion port
--------------------------+----------------------
  Reporter:  jcorley1@…   |      Owner:  rooneg@…
      Type:  enhancement  |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  1.0
Resolution:  fixed        |   Keywords:
      Port:  subversion   |
--------------------------+----------------------
Changes (by ryandesign@…):

 * port:   => subversion


Old 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

New 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:\\
    #583\\
 Jason

--

-- 
Ticket URL: <https://trac.macports.org/ticket/586#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list