For me portindex is choking on ld64:
        Failed to parse file devel/ld64/Portfile: couldn't execute 
"/opt/local/bin/llvm-config-mp-": no such file or directory


The problem appears to be the [exec 
${prefix}/bin/llvm-config-mp-${llvm_version} --cflags] statement:
...
set llvm_version        3.0
...
set llvm_version {}
variant llvm29 conflicts llvm30 llvm31 description {Use llvm-2.9 for libLTO} {
...
    xcode.build.settings OTHER_CFLAGS='[exec 
${prefix}/bin/llvm-config-mp-${llvm_version} --cflags] -I${prefix}/include' \
                         OTHER_CPLUSPLUSFLAGS='[exec 
${prefix}/bin/llvm-config-mp-${llvm_version} --cflags] -I${prefix}/include'
    xcode.destroot.settings OTHER_CFLAGS='[exec 
${prefix}/bin/llvm-config-mp-${llvm_version} --cflags] -I${prefix}/include' \
                            OTHER_CPLUSPLUSFLAGS='[exec 
${prefix}/bin/llvm-config-mp-${llvm_version} --cflags] -I${prefix}/include'
...



Regards,
Bradley Giesbrecht (pixilla)

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to