Opened 17 years ago

Closed 17 years ago

#11311 closed defect (fixed)

BUG: some ports does not declare dependency on ncurses, uses mac-os-x-ncurses

Reported by: pipping@… Owned by: imajes@…
Priority: High Milestone:
Component: ports Version:
Keywords: ncurses Cc:
Port:

Description

http://paste.lisp.org/display/36113

$otool -L /opt/local/bin/screen
/opt/local/bin/screen:
        /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 88.1.7)
$otool -L /opt/local/bin/ncftpbookmarks 
/opt/local/bin/ncftpbookmarks:
        /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 88.1.7)
$otool -L /opt/local/bin/bash
/opt/local/bin/bash:
        /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0)
        /opt/local/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.1.0)
        /opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.7)
$port deps screen
screen has no dependencies

$port deps ncftp
ncftp has no dependencies

$port deps bash
bash has build dependencies on:
        gettext
bash has library dependencies on:
        libiconv

http://paste.lisp.org/display/36112

$otool -L /opt/local/bin/vim
/opt/local/bin/vim:
        /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 88.1.7)
$port deps vim
vim has no dependencies

Change History (4)

comment:1 Changed 17 years ago by imajes@…

Owner: changed from macports-dev@… to imajes@…
Status: newassigned

comment:2 Changed 17 years ago by pipping@…

Summary: BUG: screen, ncftp, bash, vim do not declare dependency on ncurses, use mac-os-x-ncursesBUG: ncftp, bash do not declare dependency on ncurses, use mac-os-x-ncurses

comment:3 Changed 17 years ago by pipping@…

Summary: BUG: ncftp, bash do not declare dependency on ncurses, use mac-os-x-ncursesBUG: bash does not declare dependency on ncurses, uses mac-os-x-ncurses

comment:4 Changed 17 years ago by pipping@…

Keywords: ncftp ncftpbookmarks screen bash removed
Resolution: fixed
Status: assignedclosed
Summary: BUG: bash does not declare dependency on ncurses, uses mac-os-x-ncursesBUG: some ports does not declare dependency on ncurses, uses mac-os-x-ncurses

fixed in r21886 (bash), r21882 (ncftp), r21850 (screen), r21808 (vim).

further such fixes: r21799 (nano), r21878 (less), r21881 (lame), r21745 (irssi)

Note: See TracTickets for help on using tickets.