Opened 17 years ago

Closed 17 years ago

#11194 closed enhancement (fixed)

ncurses port should use --enable-sigwinch

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

Description

Unlike a lot of other operating systems, the ncurses shipped with OS X isn't compiled with --enable-sigwinch, which means a lot of applications need to define their own SIGWINCH handler. MacPorts does the same. It would be a lot easier if the ncurses port would pass --enable-sigwinch to ./configure as well.

Change History (4)

comment:1 Changed 17 years ago by pguyot (Paul Guyot)

Component: baseports
severity: Crash/data lossPerformance

comment:2 Changed 17 years ago by imajes@…

Owner: changed from mww@… to imajes@…
Status: newassigned

accepting. will review

comment:3 Changed 17 years ago by master@…

version 5.6 has sigwinch handler enabled by default, but stating it explicitly in Portfile will not hurt. From the NEWS file: 20060415

+ add configure check to ensure that SIGWINCH is defined on platforms

such as OS X which exclude that when _XOPEN_SOURCE, etc., are defined (report by Nicholas Cole)

comment:4 Changed 17 years ago by pipping@…

Resolution: fixed
Status: assignedclosed

fixed in r22359.

Note: See TracTickets for help on using tickets.