Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#42877 closed defect (wontfix)

No port ncursesw / render found in the index. — at Version 2

Reported by: variolaville@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: jmr@…, jeremyhu@…, ryandesign@…
Port: ncursesw render

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Probably shouldn't be getting these complaints:

$ sudo port upgrade installed
--->  ettercap-ng is replaced by ettercap
--->  Computing dependencies for ettercap
--->  Cleaning ettercap
Warning: No port ncursesw found in the index.
Warning: No port render found in the index.
--->  Scanning binaries for linking errors: 100.0%
--->  No broken files found.

It would seem those two are not, (or are no longer), dependencies:

$ port deps ettercap
Full Name: ettercap @0.8.0_0+gtk+plugins
Build Dependencies:   cmake, pkgconfig
Library Dependencies: openssl, libpcap, libnet11, ncurses, pcre, zlib, gtk2, curl, libtool

System:
OS 10.6.8
MacPorts 2.2.1

Change History (2)

comment:1 Changed 11 years ago by pixilla (Bradley Giesbrecht)

See #34872

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

Cc: jmr@… jeremyhu@… ryandesign@… added
Description: modified (diff)
Keywords: ncursesw render removed
Port: ncursesw render added; ettercap removed
Resolution: wontfix
Status: newclosed

The ncursesw and render ports were deleted many years ago. render was renamed to xorg-renderproto, and the functionality of the ncursesw port was merged into the ncurses port. You can simply uninstall the ncurses and render ports; they are no longer needed.

When ports get renamed or merged into other ports, we make an upgrade path available so that "sudo port upgrade outdated" will do the right thing, but we only leave that in place for one year or so, and then delete the old port. In the case of ncursesw, its functionality was rolled into ncurses in r76622 (3 years ago) and the upgrade path was deleted in r91972 (2 years ago). render was renamed to xorg-renderproto in r41785 (over 5 years ago), and the upgrade path was deleted in r44924 (5 years ago).

Note that "sudo port upgrade installed" is not the command you should usually run. Usually, you should run "sudo port upgrade outdated"; doing so would avoid the warning messages you saw.

Note: See TracTickets for help on using tickets.