#36443: textmate2: file not found: /opt/local/libexec/llvm-3.2/lib/arc/libarclite_macosx.a -------------------------------------+--------------------------- Reporter: mojca.miklavec.lists@… | Owner: cal@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: lion haspatch Port: textmate2 | -------------------------------------+--------------------------- Comment (by mojca.miklavec.lists@…): Replying to [comment:1 ryandesign@…]:
What file did you patch and how? No patching should be needed since I
fixed textmate2 in r98233 to work with non-trunk MacPorts on Lion. I patched {{{/opt/local/share/macports/Tcl/port1.0/portconfigure.tcl}}}: {{{ macports-clang-3.1 { set name "MacPorts clang 3.1" } + macports-clang-3.2 { set name "MacPorts clang 3.2" } default { return -code error "Invalid value for configure.compiler" } }}} {{{ macports-clang-3.1 - + macports-clang-3.2 - macports-clang { }}} {{{ macports-clang-3.1 clang-3.1 + macports-clang-3.2 clang-3.2 } }}} {{{ + macports-clang-3.2 { + switch -exact ${type} { + cc { set ret ${prefix}/bin/clang-mp-3.2 } + objc { set ret ${prefix}/bin/clang-mp-3.2 } + cxx { set ret ${prefix}/bin/clang++-mp-3.2 } + } + } }}} But I guess this is irrelevant now. I wanted to keep SDK for 10.6, but it seems that I'll have to upgrade new Xcode anyway. -- Ticket URL: <https://trac.macports.org/ticket/36443#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS