Andy Walsh
1639ebcb06
ncurses: install lib on host build
...
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Rosen Penev
af35ce1065
ncurses: Update to 6.1.
...
Compile tested on ar71xx.
Old size:
6527 bin/packages/mips_24kc/base/terminfo_6.0-1_mips_24kc.ipk
141465 bin/packages/mips_24kc/base/libncurses_6.0-1_mips_24kc.ipk
New size:
6873 bin/packages/mips_24kc/base/terminfo_6.1-1_mips_24kc.ipk
146950 bin/packages/mips_24kc/base/libncurses_6.1-1_mips_24kc.ipk
Signed-off-by: Rosen Penev <rosenp@gmail.com>
7 years ago
Daniel Golle
2be603783b
ncurses: add libnucrses-dev package
...
It's needed to use the SDK and IB on an OpenWrt/LEDE host.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years ago
Matthias Schiffer
0d8381aea3
ncurses: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
...
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
8 years ago
Matthias Schiffer
77beaf2ec9
package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG)
...
Cleanup to prepare for changing STAGING_DIR_HOSTPKG. The actual change of
STAGING_DIR_HOSTPKG (i.e., moving the host packages back into a common, not
target-specific directory) will be done after the first LEDE release, but
the cleanup will also be useful for projects like Gluon.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
8 years ago
Felix Fietkau
43855793ca
ncurses: rename libncursesw to libncurses (more common name)
...
provide libncursesw via PROVIDES instead
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Felix Fietkau
e5e98d58f7
ncurses: set ABI_VERSION to avoid running into rebuild issues
...
When the version changes, this will force rebuild of packages depending
on it.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
p-wassi
6a902108a8
libs/ncurses: update to 6.0
...
Update libncurses to upstream release 6.0
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
8 years ago
Felix Fietkau
720b99215d
treewide: clean up download hashes
...
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name>
8 years ago
Jo-Philipp Wich
d36c5152ef
ncurses: change handling of PKG_CONFIG_LIBDIR
...
When PKG_CONFIG_LIBDIR was unset in the environment, the configure
script was deducing the PKG_CONFIG_LIBDIR from the location of the
pkg-config binary, which doesn't make a lot of sense, and isn't done
by other autotools based packages.
Patch imported from the Buildroot project:
https://github.com/buildroot/buildroot/blob/master/package/ncurses/0001-fixup-pkg-config-handling.patch
Also refresh patches while we're at.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago
Felix Fietkau
15f88192bf
ncurses: add a compatibility symlink for packages searching for ncursesw/ncurses.h
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
Felix Fietkau
ef6d6661e2
ncurses: install a dummy libtinfo.a for packages that try to link it
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
Felix Fietkau
cf3da7d204
Revert "ncurses: package the tinfo library separately"
...
This reverts commit 975f7160dd
.
9 years ago
Felix Fietkau
975f7160dd
ncurses: package the tinfo library separately
...
Some packages expect it that way
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
Felix Fietkau
b01f296f4f
ncurses: provide libncurses compatibility symlinks in libncursesw
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
Felix Fietkau
dd16b7748d
ncurses: install pkg-config files to fix util-linux build breakage
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
Felix Fietkau
5071fb27b9
ncurses: remove libncurses, provide it via libncursesw
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
9 years ago
John Crispin
354aa80ada
ncurses: Fix build of libncursew
...
Packages using libncursesw can fail to build if both libncurses and libncursesw
are not installed. Currently the ncurses.h file is installed in "usr/include/ncursesw"
directory and includes other .h files in the "usr/include" directory incorrectly.
For example: Including <ncursesw/ncurses.h> fails due to these references. These build
changes will set the correct include paths within the developer includes.
Packages that expect ncurses.h (or curses.h) in the default "usr/include" path fail
even when expecting to build with libncursesw and will need to be fixed as well. However,
they cannot be fixed until this patch is applied.
Signed-off-by: Ted Hess <thess@kitschensync.net>
SVN-Revision: 47853
9 years ago
Hauke Mehrtens
c1a3a1ac2d
ncurses: Fix building with gcc 5.1
...
This patch is taken from the gentoo guys who extracted this from a large
upstream commit (with many unrelated changes).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 45878
10 years ago
Felix Fietkau
4d58f0f4d9
Revert "ncurses: cleanup InstallDev"
...
This reverts r43204. The symlinks are faulty, as they point to a
temporary staging dir
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45569
10 years ago
Jo-Philipp Wich
66fe4fd966
ncurses: add host build for 'tic'
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44282
10 years ago
Nicolas Thill
bd92e9806b
ncurses: cleanup InstallDev
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43204
10 years ago
Steven Barth
bec9d38fa4
Add a few SPDX tags
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
10 years ago
Steven Barth
a5df7c0a17
ncurses: Install xterm-256color
...
Based on a patch by Jonathan Bennett <jbscience87@gmail.com>
SVN-Revision: 41212
11 years ago
Felix Fietkau
2430e9a4f5
toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36594
12 years ago
Jonas Gorski
6ddfe0590c
ncurses: update to 5.9
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36395
12 years ago
Florian Fainelli
ebc47a91eb
ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol
...
Thanks to kyak for spotting this
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35047
12 years ago
Florian Fainelli
7756529b80
ncurses: build C++ bindings only our toolchain supports C++
...
SVN-Revision: 33909
12 years ago
Hamish Guthrie
81a3d9ba31
licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated.
...
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!
SVN-Revision: 33861
12 years ago
Felix Fietkau
48db59fab7
move library packages to package/libs/
...
SVN-Revision: 33657
12 years ago
Felix Fietkau
925fcc107d
ncurses: libncursesw should not depend on libncurses
...
SVN-Revision: 31861
13 years ago
Jo-Philipp Wich
a12a8271a7
ncurses: enable C++ bindings ( #9442 )
...
SVN-Revision: 26970
14 years ago
Jo-Philipp Wich
9710f415fa
ncurses: install ncurses5-config and ncursesw5-config ( #9044 )
...
SVN-Revision: 26255
14 years ago
Daniel Dickinson
aa8c871b41
ncurses: Split terminfo database into a separate package because S-Lang library needs the terminfo database but doesn't depend on ncurses (and libnewt depends on S-Lang library and is intended to be a lightweight dialog replacement that doesn't depend on the heavy ncurses).
...
SVN-Revision: 26232
14 years ago
Alexandros C. Couloumbis
ac94d4c3d1
package/ncurses: fix freebsd install issues
...
SVN-Revision: 24149
14 years ago
Michael Büsch
7b30b70e11
From: Joseph Roback <openwrt-devel@roback.cc>
...
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.
Signed-off-by: Joe Roback <joe@roback.cc>
SVN-Revision: 22965
14 years ago
Lars-Peter Clausen
e7e2d190af
ncurses: Add libncursesw package
...
Thanks bartbes
SVN-Revision: 22669
14 years ago
Travis Kemen
0e0bf71ed9
this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes parallel build.
...
-Raphael
SVN-Revision: 19994
15 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Florian Fainelli
68289d2042
update ncurses to 5.7 ( #4852 )
...
SVN-Revision: 15147
16 years ago
Felix Fietkau
2abe4d1bad
get rid of the ncurses host build - the only reason why it was necessary in the first place was because of misuse of the BUILD_CC variable override.
...
SVN-Revision: 14934
16 years ago
Felix Fietkau
54b149a54f
ncurses: make sure the timestamp of copied host utils is current, so that it doesn't fall back to attempting to use cross-compiled ones
...
SVN-Revision: 14912
16 years ago
Felix Fietkau
dd00f27cc4
clean up ncurses makefile based on new host build changes
...
SVN-Revision: 14911
16 years ago
Felix Fietkau
e9ea28b0af
use $(FPIC) in a few places where it matters
...
SVN-Revision: 12225
17 years ago
Felix Fietkau
2a45adfcda
remove uninstalldev templates (no longer necessary)
...
SVN-Revision: 9906
17 years ago
Felix Fietkau
969ac7459e
add $(STAGING_DIR) as argument to the InstallDev template and update packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages
...
SVN-Revision: 9052
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Nicolas Thill
be0de75a3e
package Makefile cleanup: remove uneeded vars
...
SVN-Revision: 8587
17 years ago
Nicolas Thill
8680e1d07d
use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...
...
SVN-Revision: 8578
17 years ago
Felix Fietkau
51eafc92f8
move ncurses to trunk and 7.07 (util-linux depends on it)
...
SVN-Revision: 7854
18 years ago