[101393] trunk/dports/aqua/qt4-mac/Portfile

Ryan Schmidt ryandesign at macports.org
Thu Jan 10 10:19:08 PST 2013


On Jan 10, 2013, at 07:30, Michael Dickens wrote:

> The primary symptom is that LIBRARY_PATH is not being honored.  Which is
> why the comment in the qt4-mac Portfile about qt4 (really, the port
> qt4-mac) not compiling with clang 3.0 or older.  The "feature" was not
> corrected until at least the 3.1 release; I think it might even be a
> "late 3.1" release, as opposed to an "early 3.1" release.
> 
> I think the issue on 2 of my tickets, both with folks running 10.7, is
> that they updated Xcode.app, but Xcode was not set to "Check for and
> install updates automatically".  Hence, whatever command line tools were
> installed from the previous Xcode.app were left in place. Thus,
> "xcodebuild -version" reported 4.5.1 or 4.5.2, but "/usr/bin/clang -v"
> reported 2.1 or 3.1.

That is what I thought. So you should not be blacklisting clang based on Xcode or OS version, but based on clang version. Please use the compiler_blacklist_versions portgroup for this.



More information about the macports-dev mailing list