69 Commits

Author SHA1 Message Date
MilhouseVH
e691b3b693 packages: correct original copyright 2019-03-26 16:43:42 +00:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
mglae
99d8ca22f1 ncurses: update version 6.1-20181215 and improve
- add /storage/.config/termcap path for user configuration
- disable getcap cache to avoid creation of /storage/none folder
- add ncurses:host to PKG_DEPENDS_TARGET to use tic from package
- add patch to remove recent xterm terminfo features to be more compatible with other emulations (i.e. Putty)
- add patch fixing freeing not allocated memory. Let screen work again
2018-12-29 18:35:21 +01:00
Ian Leonard
15282eb38b treewide: retire $SED
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-11-04 01:12:58 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
8e09fadb5b spdx: packages/devel 2018-07-17 23:58:50 +02:00
Matthias Reichl
a2b68bb4c6 ncurses: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
MilhouseVH
b79713ee95 ncurses: update to ncurses-6.1-20180203 2018-02-05 19:20:49 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
MilhouseVH
d3e91c9fbe ncurses: add missing PKG_SHA256, update to ncurses-6.0-20171007 2017-10-14 22:42:20 +01:00
cvh
13f69f494a packages: change depends to ncurses 2017-08-21 19:19:51 +02:00
escalade
6aaf1140e1 ncurses: initial package 2017-08-21 19:18:17 +02:00
Stefan Saraev
0d9b10fb05 ncurses: replace with netbsd-curses 2016-04-20 23:25:00 -07:00
longchair
f492bf1ee9 ncurses : add -fPIC to build flags.
Without this, bison (required for qt5 build) will not build properly.
2016-04-11 16:00:34 +02:00
Stephan Raue
02986bff48 ncurses: create ncurses5-config and ncurses6-config
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-29 15:41:29 -07:00
Stephan Raue
e7355bfa07 ncurses: update to ncurses-6.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-03-14 01:52:29 -07:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
b0a634f93f ncurses: add upstream fix
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-04-11 14:48:23 +02:00
Stephan Raue
1b55c37a08 ncurses: depends on package 'zlib'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-27 21:18:26 +01:00
Stephan Raue
dded97b4ec ncurses: enable installing curses.h
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-10-02 21:58:23 +02:00
Stephan Raue
4ce6dc634e ncurses: build statically
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-24 22:20:01 +02:00
Stephan Raue
1991538a71 ncurses: strip_lto instead of linker_plugin 2014-09-03 23:01:35 +02:00
Stephan Raue
e4d77faaeb ncurses: update to ncurses-5.9, with upstream patches taken from fedora up to 20140323 :-( , this fixes some issues, segfaults etc with 'dialog' :-(, todo: replace dialog and ncurses if possible
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-09-01 20:15:16 +02:00
Stephan Raue
5305e4bdee ncurses: clean up
- disable terminfo database. fallbacks are enough.
- remove ncurses:host
2014-08-26 03:56:03 +02:00
Stephan Raue
33d38cb8a5 ncurses: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:31 +01:00
Stefan Saraev
4370c35f8d ncurses: clean up libtinfo
... addons bumped and uploaded.
2014-01-07 21:22:57 +02:00
Stefan Saraev
9a838d7c38 ncurses: disable -ltinfo. disable ~/.terminfo 2014-01-05 22:03:08 +02:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stefan Saraev
a44fa0c881 ncurses: more cleanup 2013-12-09 11:01:49 +02:00
Stephan Raue
b73d898360 ncurses: cleanup buildscript
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-08 18:30:23 +01:00
Stephan Raue
92c0a822e6 ncurses: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-07 21:09:25 +01:00
Stephan Raue
ff1e176cc7 ncurses: install headers to $SYSROOT_PREFIX
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-31 23:04:37 +02:00
Dag Wieers
3d23d92fbf Fix the default shell
Go with whatever is set by SSH, and fall back to "linux" if the terminal is not available.

This fixes #1975
2013-03-03 19:32:50 +01:00
Stephan Raue
9226380b36 Revert "ncurses: 5.7 -> 5.9"
This reverts commit 2d615732abc95b7bc727ba49884b8cd6c239eacf.
2012-07-27 15:48:57 +02:00
Birger J. Nordølum
2d615732ab ncurses: 5.7 -> 5.9
Compiled and tested.
2012-07-23 15:51:30 +02:00
Stephan Raue
056408b94c ncurses: remove LTO hack
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-03-30 21:58:51 +02:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
4e5547a890 Revert "ncurses: fix build with wrong libdir order"
This reverts commit af9c616284317211e42fd377256d4abc8219e61c.
2011-07-13 22:05:56 +02:00
Stephan Raue
2ae0ef7932 Revert "ncurses: fix build with wrong libdir order, try #2"
This reverts commit cc7a0576c6c912687fbdef55905d299f25329f23.
2011-07-13 22:05:37 +02:00
Stephan Raue
cc7a0576c6 ncurses: fix build with wrong libdir order, try #2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-13 05:09:31 +02:00
Stephan Raue
af9c616284 ncurses: fix build with wrong libdir order
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-13 05:06:43 +02:00
Stephan Raue
9dcb2774dd ncurses: setup host triplet for --build and --host options to configure script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-13 01:40:45 +02:00
Stephan Raue
b2fb6913ec ncurses: build with shared host libs
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-06-24 09:20:12 +02:00
Stephan Raue
35ab291479 ncurses: build static libs too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-05-28 14:06:49 +02:00
Stephan Raue
53c63d0c5f ncurses: downgrade to ncurses-5.7 because of segfaults with newer versions
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-21 05:34:04 +02:00
Stephan Raue
3b1bb06b6f ncurses: update to ncurses-5.9
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-08 14:20:52 +02:00
Stephan Raue
6bc2e36418 ncurses: add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-04-05 12:28:59 +02:00