[MacPorts] XcodeVersionInfo modified
MacPorts
noreply at macports.org
Sun Dec 9 05:57:48 PST 2012
Page "XcodeVersionInfo" was changed by raimue at macports.org
Diff URL: <https://trac.macports.org/wiki/XcodeVersionInfo?action=diff&version=21>
Revision 21
Comment: Use absolute paths to avoid ${prefix}/bin/clang and alike
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: XcodeVersionInfo
=========================================================================
--- XcodeVersionInfo (version: 20)
+++ XcodeVersionInfo (version: 21)
@@ -9,7 +9,7 @@
{{{
#!sh
-echo -e "=== $(xcodebuild -version |head -n1) ===\n * '''Xcode''': $(xcodebuild -version |tail -1)\n * '''llvm-gcc''': $(llvm-gcc --version |head -1)\n * '''clang''': $(clang --version |head -n1)" |tee /dev/tty |pbcopy
+echo -e "=== $(/usr/bin/xcodebuild -version |head -n1) ===\n * '''Xcode''': $(/usr/bin/xcodebuild -version |tail -1)\n * '''llvm-gcc''': $(/usr/bin/llvm-gcc --version |head -1)\n * '''clang''': $(/usr/bin/clang --version |head -n1)" |tee /dev/tty |pbcopy
}}}
The toolchain version of the Xcode releases are also [https://en.wikipedia.org/wiki/Xcode#Toolchain_Versions documented on Wikipedia].
-------8<------8<------8<------8<------8<------8<------8<------8<--------
--
Page URL: <https://trac.macports.org/wiki/XcodeVersionInfo>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
This is an automated message. Someone added your email address to be
notified of changes on 'XcodeVersionInfo' page.
If it was not you, please report to .
More information about the macports-changes
mailing list