Ticket #12479: subversion.diff
File subversion.diff, 807 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
51 51 --with-apxs=${prefix}/apache2/bin/apxs \ 52 52 --disable-mod-activation 53 53 configure.args-delete --without-apxs 54 destroot.violate_mtree yes 54 55 } 55 56 56 57 variant no_neon { depends_lib-delete port:neon … … 67 68 --with-apxs=/opt/apache2/bin/apxs \ 68 69 --disable-mod-activation 69 70 configure.args-delete --without-apxs 71 destroot.violate_mtree yes 70 72 71 73 post-install { 72 74 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."