[103108] trunk/base/src/port1.0/portutil.tcl

raimue at macports.org raimue at macports.org
Thu Feb 14 06:14:03 PST 2013


Revision: 103108
          https://trac.macports.org/changeset/103108
Author:   raimue at macports.org
Date:     2013-02-14 06:14:03 -0800 (Thu, 14 Feb 2013)
Log Message:
-----------
Add ccache port to list of allowed dependencies in trace mode for access to the
${prefix}/bin/ccache binary. The directory CCACHE_DIR is already part of the
sandbox.

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

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2013-02-14 14:11:10 UTC (rev 103107)
+++ trunk/base/src/port1.0/portutil.tcl	2013-02-14 14:14:03 UTC (rev 103108)
@@ -1440,6 +1440,11 @@
                         }
                     }
 
+                    # Add ccache port for access to ${prefix}/bin/ccache binary
+                    if [option configure.ccache] {
+                        lappend deplist ccache
+                    }
+
                     ui_debug "Tracemode will respect recursively collected port dependencies: [lsort $deplist]"
 
                     if {[llength $deptypes] > 0} {tracelib setdeps $deplist}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130214/df54ba10/attachment-0001.html>


More information about the macports-changes mailing list