Ticket #20333: subversion.patch
File subversion.patch, 1.6 KB (added by jochen@…, 15 years ago) |
---|
-
Portfile
39 39 --disable-neon-version-check --with-serf=${prefix} \ 40 40 --with-sasl=${prefix} 41 41 42 if {[variant_isset disable_sasl]} { 43 universal_variant yes 44 } else { 42 45 # port:cyrus-sasl2 is not universal 43 46 universal_variant no 44 47 } 45 48 use_parallel_build yes 46 49 build.target all 47 50 … … 95 98 96 99 destroot.violate_mtree yes 97 100 98 post-install { 99 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." 100 } 101 post-install { 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." } 101 102 } 102 103 103 104 variant tools description {Install some optional extra subversion tools} { … … 131 132 configure.args-append --disable-keychain 132 133 } 133 134 135 variant disable_sasl description {Disables support for SASL authentication (allows to compile subversion universal)} { 136 depends_lib-delete port:cyrus-sasl2 137 configure.args-delete --with-sasl=${prefix} 138 configure.args-append --without-sasl 139 } 140 134 141 # 10.3 says -> CarbonCore/MacTypes.h: No such file or directory 135 142 platform darwin 7 { configure.args-append \ 136 143 --disable-keychain