[87905] trunk/base/src/port1.0/portutil.tcl
Ryan Schmidt
ryandesign at macports.org
Sun Dec 11 16:15:36 PST 2011
On Dec 11, 2011, at 17:18, jeremyhu at macports.org wrote:
> Revision: 87905
> http://trac.macports.org/changeset/87905
> Author: jeremyhu at macports.org
> Date: 2011-12-11 15:18:23 -0800 (Sun, 11 Dec 2011)
> Log Message:
> -----------
> Set GI_SCANNER_DISABLE_CACHE when building, see #26783
>
> Modified Paths:
> --------------
> trunk/base/src/port1.0/portutil.tcl
>
> Modified: trunk/base/src/port1.0/portutil.tcl
> ===================================================================
> --- trunk/base/src/port1.0/portutil.tcl 2011-12-11 22:12:51 UTC (rev 87904)
> +++ trunk/base/src/port1.0/portutil.tcl 2011-12-11 23:18:23 UTC (rev 87905)
> @@ -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"
Does this really belong in MacPorts base?
I would much rather fix this by implementing:
https://trac.macports.org/ticket/31827
More information about the macports-dev
mailing list