aboutsummaryrefslogtreecommitdiff
path: root/libs/newt/patches
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* newt: Remove python_init_once.patchJeffery To2020-03-24
| | | | | | | | | | | | | | | | | | It was pointed out in #11504 that the code in python_init_once.patch is incorrect; the patch does not prevent newtInit() from being called more than once (in fact it is called twice the first time initScreen() is called). Testing without the patch, using the example code from the corresponding Debian bug report[1], did not result in any segfaults. This removes the patch from the package build. Supersedes #11504. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557960#5 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* newt: Update to 0.52.21Jeffery To2019-06-03
| | | | | | This also removes $(FPIC) from TARGET_CFLAGS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* newt: Add new packageJeffery To2019-05-14
From the README: Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=libs/newt Signed-off-by: Jeffery To <jeffery.to@gmail.com>