[109161] branches/subversion-subports/dports/devel/subversion/Portfile

larryv at macports.org larryv at macports.org
Thu Aug 8 13:12:43 PDT 2013


Revision: 109161
          https://trac.macports.org/changeset/109161
Author:   larryv at macports.org
Date:     2013-08-08 13:12:43 -0700 (Thu, 08 Aug 2013)
Log Message:
-----------
[subversion-subports] subversion: Use *-replace where appropriate.

Modified Paths:
--------------
    branches/subversion-subports/dports/devel/subversion/Portfile

Modified: branches/subversion-subports/dports/devel/subversion/Portfile
===================================================================
--- branches/subversion-subports/dports/devel/subversion/Portfile	2013-08-08 19:30:51 UTC (rev 109160)
+++ branches/subversion-subports/dports/devel/subversion/Portfile	2013-08-08 20:12:43 UTC (rev 109161)
@@ -100,22 +100,20 @@
 
 variant mod_dav_svn description {Install the subversion apache module (mod_dav_svn)} {
     depends_build           path:apache2/bin/apxs:apache2
-    configure.args-append   --with-apxs=${prefix}/apache2/bin/apxs \
-                            --disable-mod-activation
-    configure.args-delete   --without-apxs
+    configure.args-replace  --without-apxs --with-apxs=${prefix}/apache2/bin/apxs
+    configure.args-append   --disable-mod-activation
     destroot.violate_mtree  yes
 }
 
 variant no_bdb description {Build without support for BerkeleyDB repositories} {
     depends_lib-delete      port:db46
-    configure.args-delete   --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6
-    configure.args-append   --without-berkeley-db
+    configure.args-replace  --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
+                            --without-berkeley-db
 }
 
 variant mac_os_x_server_mod_dav_svn description {Unsupported - attempt to build the subversion apache module with apple supplied apache2} {
-    configure.args-append   --with-apxs=/opt/apache2/bin/apxs \
-                            --disable-mod-activation
-    configure.args-delete   --without-apxs
+    configure.args-replace  --without-apxs --with-apxs=/opt/apache2/bin/apxs
+    configure.args-append   --disable-mod-activation
     destroot.violate_mtree  yes
     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."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130808/f4b07894/attachment.html>


More information about the macports-changes mailing list