[102978] trunk/base/src/port1.0/portbuild.tcl

cal at macports.org cal at macports.org
Mon Feb 11 05:34:34 PST 2013


Revision: 102978
          https://trac.macports.org/changeset/102978
Author:   cal at macports.org
Date:     2013-02-11 05:34:34 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
portbuild: when adding automatic bsdmake dependency, also add bsdmake to depends_skip_archcheck

Modified Paths:
--------------
    trunk/base/src/port1.0/portbuild.tcl

Modified: trunk/base/src/port1.0/portbuild.tcl
===================================================================
--- trunk/base/src/port1.0/portbuild.tcl	2013-02-11 13:32:49 UTC (rev 102977)
+++ trunk/base/src/port1.0/portbuild.tcl	2013-02-11 13:34:34 UTC (rev 102978)
@@ -72,6 +72,8 @@
         ui_debug "build.type is BSD, adding bin:bsdmake:bsdmake build dependency"
         depends_build-delete bin:bsdmake:bsdmake
         depends_build-append bin:bsdmake:bsdmake
+        depends_skip_archcheck-delete bsdmake
+        depends_skip_archcheck-append bsdmake
     }
 }
 # Register the above procedure as a callback after Portfile evaluation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/1e4f8a29/attachment.html>


More information about the macports-changes mailing list