[MacPorts] #20382: tiff port fails to build with extract error
MacPorts
noreply at macports.org
Mon Jul 20 23:03:39 PDT 2009
#20382: tiff port fails to build with extract error
------------------------------------+---------------------------------------
Reporter: dmz@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.7.1
Keywords: | Port:
------------------------------------+---------------------------------------
Comment(by blb@…):
The problem is that some ports (like tiff here) want to check to make sure
you have a recent enough Xcode install by checking the version in its
plist file. It obviously fails when Xcode is not installed in /Developer.
Perhaps if these ports instead made use of xcode-select:
{{{
set current_xcodeversion [exec defaults read [exec xcode-select -print-
path]/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
}}}
Though that then brings up the question of which Xcode versions have
xcode-select available?
--
Ticket URL: <http://trac.macports.org/ticket/20382#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list