aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/ncurses.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-10depends: Package cleanupHoward Chu1-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.
2022-05-06Fix arm64 darwin package defsHoward Chu1-1/+1
2019-11-17Add ARFLAGSHoward Chu1-1/+1
Needed to invoke deterministic mode on some archivers
2019-11-03Fix readline buildHoward Chu1-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.
2019-09-07depends: attempt to fix readlineiDunk54001-3/+5
Make readline actually compile, and make ncurses use existing terminfo data (if available).
2019-06-25Add ncurses package for linux and darwin readlineTheCharlatan1-0/+58
Readline support is now compiled with the ncurses backend.