aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/ncurses.mk
Commit message (Collapse)AuthorAgeFilesLines
* depends: Package cleanupHoward Chu2022-05-101-3/+2
| | | | | | | | | All patching should be in _preprocess_cmd. config_cmd should just run configure and nothing else before it, otherwise $PATH is broken when it runs. Also remove redundant settings to configure, _autoconf already sets them. We leave explicit AR_FLAGS settings because the builtin rule uses ARFLAGS, and so would leave AR_FLAGS unset otherwise.
* Fix arm64 darwin package defsHoward Chu2022-05-061-1/+1
|
* Add ARFLAGSHoward Chu2019-11-171-1/+1
| | | | Needed to invoke deterministic mode on some archivers
* Fix readline buildHoward Chu2019-11-031-3/+7
| | | | | | | | Make sure it links to our libtinfo from our ncurses build. Hardcode some basic terminal descriptions into our libtinfo. Re-enable $HOME/.terminfo support to allow user customization. Use unlikely terminfo-dir, to prevent accidentally using differently-configured system databases.
* depends: attempt to fix readlineiDunk54002019-09-071-3/+5
| | | | Make readline actually compile, and make ncurses use existing terminfo data (if available).
* Add ncurses package for linux and darwin readlineTheCharlatan2019-06-251-0/+58
Readline support is now compiled with the ncurses backend.