Ticket #12479: subversion.diff

File subversion.diff, 807 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago)
  • Portfile

     
    5151                                --with-apxs=${prefix}/apache2/bin/apxs \
    5252                                --disable-mod-activation
    5353                        configure.args-delete --without-apxs
     54                        destroot.violate_mtree yes
    5455                        }
    5556
    5657variant no_neon {       depends_lib-delete      port:neon
     
    6768                                                --with-apxs=/opt/apache2/bin/apxs \
    6869                                                --disable-mod-activation
    6970                                        configure.args-delete --without-apxs
     71                                        destroot.violate_mtree yes
    7072
    7173                                        post-install {
    7274                                                        ui_warn "This variant (+mac_os_x_server_mod_dav_svn builds against the Apple-supplied apache2 in /opt/apache2 and thus may have problems that the normal variant (+mod_dav_svn) which builds against the macports supplied apache2 will not have."