Page MenuHomeFreeBSD

Use shared library symlink instead of header for testing ncurses.
ClosedPublic

Authored by delphij on Aug 6 2015, 9:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 10, 6:46 PM
Unknown Object (File)
Feb 17 2024, 12:14 AM
Unknown Object (File)
Dec 24 2023, 1:37 PM
Unknown Object (File)
Dec 19 2023, 11:46 PM
Unknown Object (File)
Dec 12 2023, 3:32 PM
Unknown Object (File)
Sep 2 2023, 4:48 AM
Unknown Object (File)
Jul 30 2023, 10:38 PM
Unknown Object (File)
Jul 15 2023, 10:36 PM
Subscribers
None

Details

Summary

The current code uses the header when testing ncurses. On portsnap
builder, the header is not available at this time.

Note that /lib/libncurses.so have gone long ago and 9, 10, 11 all have
/usr/lib/libncurses.so, I think it's reasonable to just use the shared
library itself to determine the availability.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij retitled this revision from to Use shared library symlink instead of header for testing ncurses..
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added a reviewer: bapt.

Note: this is no longer required for a correct portsnap build as I fixed the stored image, but I think this should still be considered for the sake of consistency.

bapt edited edge metadata.
This revision is now accepted and ready to land.Aug 7 2015, 5:47 AM
This revision was automatically updated to reflect the committed changes.