[MacPorts] #48024: charm-qt5 @1.8.0_20150312: cannot evaluate portfile
MacPorts
noreply at macports.org
Thu Jun 11 14:08:36 PDT 2015
#48024: charm-qt5 @1.8.0_20150312: cannot evaluate portfile
------------------------+-------------------------
Reporter: larryv@… | Owner: rjvbertin@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: charm-qt5 |
------------------------+-------------------------
Comment (by rjvbertin@…):
{{{
- if {[file exists ${qt_frameworks_dir}/QtCore/QtCore]} {
- depends_lib-append
path:Library/Frameworks/QtCore/QtCore:qt5-mac
+ if {[file exists ${qt_frameworks_dir}/QtCore.framework/QtCore]} {
+ depends_lib-append
path:libexec/${qt_name}/Library/Frameworks/QtCore.framework/QtCore:qt5-mac
} else {
- depends_lib-append path:lib/libQtCore.5.dylib:qt5-mac
+ depends_lib-append
path:libexec/${qt_name}/lib/libQtCore.5.dylib:qt5-mac
}}}
That looks like another error, since `qt_frameworks_dir` is set to
`${qt_libs_dir}` which is `${qt_dir}/lib` .
I also note that `qt_cmake_modules_dir` is not set by the mainstream
portgroup.
--
Ticket URL: <https://trac.macports.org/ticket/48024#comment:7>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list