aboutsummaryrefslogtreecommitdiff
path: root/packages/ncurses/6.0
Commit message (Collapse)AuthorAgeFilesLines
* ncurses: correctly parse sofisticated gcc versionKirill K. Smirnov2023-08-041-0/+30
| | | | | | | | | | On canadian cross build-gcc reports its version as '13-win32'. ncurses >=6.3 correctly interprets this line as '13', but older ncurses versions fail and jump into wrong conclusions. Let's cherry-pick related changes from mainline ncurses. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
* Run all patches through renumbering and updateAlexey Neyman2017-12-0213-1025/+628
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-291-0/+4
| | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-0814-0/+95780
Signed-off-by: Alexey Neyman <stilor@att.net>