Opened 12 years ago

Closed 12 years ago

#35547 closed defect (fixed)

pinfo links with MacPorts readline and ncurses but does not declare a dependency on them

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

Description

$ port installed pinfo
The following ports are currently installed:
  pinfo @0.6.9_0 (active)
$ port contents pinfo
Port pinfo contains:
  /opt/local/bin/pinfo
  /opt/local/etc/pinforc
  /opt/local/share/info/pinfo.info
  /opt/local/share/man/man1/pinfo.1.gz
$ otool -L /opt/local/bin/pinfo
/opt/local/bin/pinfo:
	/opt/local/lib/libreadline.6.2.dylib (compatibility version 6.0.0, current version 6.2.0)
	/opt/local/lib/libncurses.5.dylib (compatibility version 5.0.0, current version 5.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)
$ port deps pinfo
pinfo @0.6.9_0 has no dependencies.
$ 

Either add the dependencies (probably best), or stop linking with those libraries.

Change History (1)

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

Resolution: fixed
Status: newclosed

Dependencies added as part of r96281.

Note: See TracTickets for help on using tickets.