Opened 13 years ago

Closed 12 years ago

#27725 closed defect (fixed)

libcudd: post-install message is wrong and should use notes

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: haspatch Cc:
Port: libcudd

Description

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?

Attachments (1)

libcudd-notes.diff (953 bytes) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: libcudd-notes.diff added

proposed patch

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.