[MacPorts] #27725: libcudd: post-install message is wrong and should use notes
#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
#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: haspatch | Port: libcudd -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * keywords: => haspatch -- Ticket URL: <https://trac.macports.org/ticket/27725#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27725: libcudd: post-install message is wrong and should use notes --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: mij@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: haspatch Port: libcudd | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: r88247. -- Ticket URL: <https://trac.macports.org/ticket/27725#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts