[108311] trunk/base/src/port1.0/portmain.tcl

larryv at macports.org larryv at macports.org
Thu Jul 18 21:20:34 PDT 2013


Revision: 108311
          https://trac.macports.org/changeset/108311
Author:   larryv at macports.org
Date:     2013-07-18 21:20:34 -0700 (Thu, 18 Jul 2013)
Log Message:
-----------
portmain.tcl: Correctly handle spaces in worksrcdir (#12429).

Also do the same for filesdir, even though Portfiles should not set it.

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

Modified: trunk/base/src/port1.0/portmain.tcl
===================================================================
--- trunk/base/src/port1.0/portmain.tcl	2013-07-18 20:50:41 UTC (rev 108310)
+++ trunk/base/src/port1.0/portmain.tcl	2013-07-19 04:20:34 UTC (rev 108311)
@@ -101,8 +101,8 @@
 default license unknown
 default distname {${name}-${version}}
 default worksrcdir {$distname}
-default filespath {[file join $portpath $filesdir]}
-default worksrcpath {[file join $workpath $worksrcdir]}
+default filespath {[file join $portpath [join $filesdir]]}
+default worksrcpath {[file join $workpath [join $worksrcdir]]}
 # empty list means all archs are supported
 default supported_archs {}
 default depends_skip_archcheck {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130718/5ee9a852/attachment.html>


More information about the macports-changes mailing list