[87910] branches/gsoc11-rev-upgrade/base

cal at macports.org cal at macports.org
Sun Dec 11 17:38:43 PST 2011


Revision: 87910
          http://trac.macports.org/changeset/87910
Author:   cal at macports.org
Date:     2011-12-11 17:38:43 -0800 (Sun, 11 Dec 2011)
Log Message:
-----------
rev-upgrade: Merge from trunk

Modified Paths:
--------------
    branches/gsoc11-rev-upgrade/base/src/port1.0/portutil.tcl

Property Changed:
----------------
    branches/gsoc11-rev-upgrade/base/


Property changes on: branches/gsoc11-rev-upgrade/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:78828-87697
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:78828-87909
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/gsoc11-rev-upgrade/base/src/port1.0/portutil.tcl
===================================================================
--- branches/gsoc11-rev-upgrade/base/src/port1.0/portutil.tcl	2011-12-12 01:35:47 UTC (rev 87909)
+++ branches/gsoc11-rev-upgrade/base/src/port1.0/portutil.tcl	2011-12-12 01:38:43 UTC (rev 87910)
@@ -399,6 +399,10 @@
         set ${command}.env_array(LIBRARY_PATH) [join [option compiler.library_path] :]
     }
 
+    # When building, g-ir-scanner should not save its cache to $HOME
+    # See: https://trac.macports.org/ticket/26783
+    set ${command}.env_array(GI_SCANNER_DISABLE_CACHE) "1"
+
     # Debug that.
     ui_debug "Environment: [environment_array_to_string ${command}.env_array]"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111211/5c56ea1e/attachment.html>


More information about the macports-changes mailing list