Hi, ----- On 4 Oct, 2014, at 00:34, Daniel J. Luke [email protected] wrote:
> http://permalink.gmane.org/gmane.os.apple.macports.devel/26581 I think that's a good change. Want to go ahead and provide a patch/commit it before we forget about it again? We could also add a step that "de-normalizes" the MacPorts prefix if it is a symlink, e.g. something along the lines of: package require struct::list set fileComponents [file split [file normalize $filename]] set normalizedPrefix [file split [file normalize $prefix]] set prefixLen [llength $normalizedPrefix] if {::struct::list equal [lrange $fileComponents 0 $prefixLen] $normalizedPrefix} { set prefixComponents [file split $prefix] set fileComponents [lreplace 0 $prefixLen-1] $prefixComponents } set filename [file join {*}$fileComponents] -- Clemens Lang _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
