summaryrefslogtreecommitdiff
path: root/Ports/ncurses
AgeCommit message (Collapse)Author
2021-04-19Ports: Fix ports when building with ccacheGunnar Beutner
When building with ccache these ports failed to build because CC contains more than one word. The ncurses port also doesn't like how ccache preprocesses files. This patch fixes that.
2021-04-15Ports: Use HTTPS when accessing ftpmirror.gnu.orgGunnar Beutner
Unlike what the name might suggest ftpmirror.gnu.org isn't accessible via FTP.
2021-04-15Ports: Use ftpmirror.gnu.org mirror server for GNU portsBrendan Coles
2021-04-10Ports: Download GNU port archives and signatures using HTTPSBrendan Coles
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-12-15Ports: Bump ncurses to version 6.2Andreas Kling
2020-07-12Ports: Build ncurses with sigwinch enabledPeter Elliott
2020-05-10Ports: Build ncurses --without-ada to avoid potential build failures.Brian Callahan
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
2019-11-16Ports: Build ncurses with --with-termlibAndreas Kling
This ensures that a libtinfo.a is produced, which is needed by nano.
2019-11-12Ports: Fix ncurses portDan MacDonald
2019-11-03Ports: Undo POSIX sh compliance changes for nowAndreas Kling
Partial revert of 704f48d7f3a1a88047a64b4e2939878d6d4fafb8. These changes made the ports system unusable.
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
2019-09-24Ports: Switch to new ports system (#594)Larkin
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
2019-08-25Ports/ncurses: Unbreak patch so we can build with latest ncurses masterAndreas Kling
Maybe we should build a specific version of ncurses instead but this at least makes it work again for now.
2019-06-05Ports: Remove bashisms and switch all scripts to /bin/sh.Larkin Nickle
2019-05-28Ports: Vim and ncursesChristopher Dumas