liblzma and ffmpeg
Clemens Lang
cal at macports.org
Sat Oct 4 04:02:30 PDT 2014
Hi,
----- On 4 Oct, 2014, at 00:34, Daniel J. Luke dluke at geeklair.net 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
More information about the macports-users
mailing list