Opened 15 years ago

Closed 15 years ago

#21690 closed defect (fixed)

watch should use macports ncurses

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mjhsieh@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: watch

Description

watch links with the system's ncurses library but should link with macports' version of it, and declare a dependency on it.

$ otool -L /opt/local/bin/watch
/opt/local/bin/watch:
	/usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 124.1.1)

Change History (2)

comment:1 Changed 15 years ago by mjhsieh@…

This issue should be solved in the Portfile of Ticket #21689 .

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

Resolution: fixed
Status: newclosed

Fixed in r58528.

Note: See TracTickets for help on using tickets.