[MacPorts] #27725: libcudd: post-install message is wrong and should use notes
MacPorts
noreply at macports.org
Sat Dec 18 23:43:17 PST 2010
#27725: libcudd: post-install message is wrong and should use notes
-------------------------------------+--------------------------------------
Reporter: ryandesign@… | Owner: mij@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.9.2
Keywords: | Port: libcudd
-------------------------------------+--------------------------------------
When installing libcudd the following message is printed:
{{{
=============
The CUDD library for the Mac is compiled dynamically as per Apple's
recommendations.
To compile against it, use:
'-I/opt/local/cudd -L/opt/local/cudd -lcudd' for the C interface
'-I/opt/local/cudd -L/opt/local/cudd -lcudd -lcuddobj' for the C++
interface.
=============
}}}
The locations printed are wrong. The include files are actually in
/opt/local/include/cudd (not /opt/local/cudd) and the libraries are
actually in /opt/local/lib/cudd (not /opt/local/cudd).
Furthermore, this message should be displayed using notes, not a ui_msg.
I've attached a patch fixing both issues. May I commit it?
--
Ticket URL: <https://trac.macports.org/ticket/27725>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list