[MacPorts] #25475: cmake: libidn dependency should be depends_lib not depends_build
MacPorts
noreply at macports.org
Thu Jul 8 13:35:31 PDT 2010
#25475: cmake: libidn dependency should be depends_lib not depends_build
------------------------------+---------------------------------------------
Reporter: snc@… | Owner: css@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 1.9.99
Keywords: | Port: cmake
------------------------------+---------------------------------------------
Comment(by ryandesign@…):
Well, here's a patch. cmake now links with openssl again, but with the
system's openssl. So I removed the openssl dependency. And ccmake links
with the system's ncurses. Bleh.
{{{
$ otool -L /opt/local/bin/ccmake
/opt/local/bin/ccmake:
/usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current
version 0.9.8)
/usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8,
current version 0.9.8)
/opt/local/lib/libidn.11.dylib (compatibility version 18.0.0,
current version 18.2.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 550.29.0)
/usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0,
current version 5.4.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 7.9.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 125.2.0)
}}}
I say we commit this now, then deal with getting it to link with MacPorts
openssl and ncurses in a separate ticket later.
--
Ticket URL: <http://trac.macports.org/ticket/25475#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list