Sign in
android-kvm
/
buildroot
/
813b94e6be3978cbe0097ec41fccdc33b1b6cd52
/
package
/
ncurses
/
ncurses.mk
b42fb29
ncurses: disable terminfo database install for host-ncurses
by Peter Korsgaard
· 7 years ago
b35ad5d
ncurses: make host-ncurses use host terminfo
by Hollis Blanchard
· 7 years ago
2ab611c
ncurses: fix build failure with ncurses 6.1
by Adam Duskett
· 7 years ago
2d020ae
package/ncurses: add option to install extra terminfo files
by Cam Hutchison
· 7 years ago
41a3bc7
ncurses: bump to 6.1
by Adam Duskett
· 7 years ago
09dd9d1
ncurses: install 256 color terminfo files unconditionally
by Trent Piepho
· 7 years ago
6bd29da
ncurses: Copy terminfo for 'screen-256color' terminal
by Andrey Smirnov
· 8 years ago
f6d8089
ncurses: Copy terminfo for 'dumb' terminal
by Andrey Smirnov
· 8 years ago
33c7234
busybox: preserve ncurses progs/tools
by Matt Weber
· 8 years ago
734363a
ncurses: drop unneeded trailing backslashes
by Rodrigo Rebello
· 8 years ago
b6b5d18
ncurses: bump to 6.0
by Adam Duskett
· 8 years ago
0c5946a
ncurses: remove BR2_PACKAGE_NCURSES_TARGET_{FORM, MENU, PANEL} options
by Thomas Petazzoni
· 8 years ago
a7bb73d
ncurses: use $(HOST_MAKE_ENV) when calling $(MAKE)
by Gustavo Zacarias
· 8 years ago
99212c7
ncurses: use $(TARGET_MAKE_ENV) when calling $(MAKE)
by Gustavo Zacarias
· 8 years ago
b0215a1
ncurses: reinstall l/linux terminfo file
by Thomas Petazzoni
· 9 years ago
3ad7e33
ncurses: use foreach make loops instead of shell for loops
by Thomas Petazzoni
· 9 years ago
33ba518
ncurses: factorize terminfo files installation
by Thomas Petazzoni
· 9 years ago
2ae057d
ncurses: install PuTTY terminfo files
by David Glessner
· 9 years ago
cc2eb36
ncurses: remove empty host dependencies definition
by Julien Floret
· 9 years ago
bd8c733
packages: indentation cleanup
by Jerzy Grzegorek
· 10 years ago
423903b
ncurses: add support for 256 colors
by Thierry Bultel
· 10 years ago
c56dc00
package/ncurses: fix builds with both shared and static libs
by Yann E. MORIN
· 10 years ago
9ab0c37
ncurses: fix gpm support
by Gustavo Zacarias
· 10 years ago
fb58f40
pckage/ncurses: fix pkg-config files for ncursesw
by Yann E. MORIN
· 10 years ago
1956928
package/ncurses: trim leading 'lib' from definition of libs to install
by Yann E. MORIN
· 10 years ago
43fa88a
package/ncurses: slight code re-arrangement
by Yann E. MORIN
· 10 years ago
f44080e
package/ncurses: fix shared-only libs
by Yann E. MORIN
· 10 years ago
41a1872
ncurses: better handling for shared/static library
by Thomas Petazzoni
· 10 years ago
f8639c7
ncurses: speed up host build by disabling static library building
by Thomas Petazzoni
· 10 years ago
665e13c
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
by Thomas Petazzoni
· 10 years ago
aaffd20
packages: rename FOO_CONF_OPT into FOO_CONF_OPTS
by Thomas De Schampheleire
· 10 years ago
8733f74
ncurses: Add libcurses symlink to libncurses
by Vicente Olivert Riera
· 10 years ago
542e7ad
package/ncurses: fixup library symlinks
by Gustavo Zacarias
· 10 years ago
74efae0
package/ncurses: Allow building wide char support
by Jeremy Kerr
· 10 years ago
8398016
ncurses: enable parallel build
by Gustavo Zacarias
· 11 years ago
16bfc11
package/ncurses: Remove duplicated library install code
by Jeremy Kerr
· 11 years ago
7164a32
packages: remove support for documentation on target
by Thomas De Schampheleire
· 11 years ago
c951341
ncurses: add target progs option
by Gustavo Zacarias
· 11 years ago
12d1aa4
Remove BR2_HAVE_DEVFILES
by Thomas Petazzoni
· 12 years ago
8dfd59d
Normalize separator size to 80
by Alexandre Belloni
· 12 years ago
f2c2f25
Remove description and url from header
by Alexandre Belloni
· 12 years ago
af23d76
ncurses: enable shared library build on the host
by Thomas Petazzoni
· 12 years ago
bfbfc93
ncurses: speed up host build
by Thomas Petazzoni
· 12 years ago
5d8acdc
ncurses: speed up the build by not installing manpages
by Thomas Petazzoni
· 12 years ago
a5ce857
package: use <pkg>_CONFIG_SCRIPTS wherever possible
by Thomas Petazzoni
· 12 years ago
26f16d0
packages: remove the last remaining copyright notices
by Thomas Petazzoni
· 12 years ago
037aaa0
ncurses: add license info
by Arnout Vandecappelle (Essensium/Mind)
· 12 years ago
ea47945
ncurses: bump to 5.9
by Thomas Petazzoni
· 13 years ago
0018ec7
ncurses: get the post staging installation hook called properly
by Thomas Petazzoni
· 13 years ago
e1502eb
all packages: rename XXXTARGETS to xxx-package
by Arnout Vandecappelle (Essensium/Mind)
· 13 years ago
69e64c4
all packages: use new host-xxx-package macros
by Arnout Vandecappelle (Essensium/Mind)
· 13 years ago
253a688
ncurses: remove redundant HOST_NCURSES_DEPENDENCIES
by Arnout Vandecappelle (Essensium/Mind)
· 13 years ago
311a583
ncurses: build statically when BR2_PREFER_STATIC_LIB
by Peter Korsgaard
· 13 years ago
e940b30
ncurses: install screen terminfo file
by Gustavo Zacarias
· 13 years ago
79f7d48
ncurses: unbreak host build after auto-host-deps change
by Peter Korsgaard
· 13 years ago
300f9c9
package: remove useless arguments from AUTOTARGETS
by Thomas Petazzoni
· 13 years ago
57194c2
ncurses: fix host build breakage
by Gustavo Zacarias
· 14 years ago
d43a900
ncurses: remove explicit STRIPCMD
by Peter Korsgaard
· 14 years ago
bf44651
ncurses: fix hanging installation due to old version of tic
by Thomas De Schampheleire
· 14 years ago
7d58428
ncurses: roll back to version 5.7
by Gustavo Zacarias
· 14 years ago
4d651b4
ncurses: don't build tests
by Peter Korsgaard
· 14 years ago
c53f5dd
ncurses: version bump to 5.8
by Mike Frysinger
· 14 years ago
78c67b6
ncurses: get rid of unused BR2_PACKAGE_NCURSES_TARGET_HEADERS handling
by Peter Korsgaard
· 15 years ago
c32ce8b
ncurses: bump to 5.7
by Gustavo Zacarias
· 15 years ago
3bb02f5
ncurses: fix path to patch ncurses5-config
by Lionel Landwerlin
· 15 years ago
92d69b9
ncurses: convert to autotools infrastructure
by Lionel Landwerlin
· 15 years ago
6f85972
Create $(TARGET_DIR)/usr/lib when installing
by Clark Rawlins
· 15 years ago
58508f3
ncurses: remove dedicated target-headers option
by Peter Korsgaard
· 15 years ago
3fdf0bf
buildroot: silence ./configure step when building with 'make -s'
by Peter Korsgaard
· 15 years ago
0cf28ad
ncurses: fixup ncurses5-config script
by Peter Korsgaard
· 16 years ago
2b192f0
Fix static lib dep for ncurses
by Ulf Samuelsson
· 16 years ago
ea8a25f
Use /usr/lib for ncurses instead of /lib
by Ulf Samuelsson
· 16 years ago
4a7bfd2
package/: convert to DOWNLOAD helper
by Peter Korsgaard
· 16 years ago
0c07254
Add ncurse-unpacked target
by Ulf Samuelsson
· 16 years ago
de5576b
For some reason we ended up with a link-loop. This does not.
by Thomas Lundquist
· 16 years ago
ac1d92c
package/: get rid of unneeded $(strip ..)
by Peter Korsgaard
· 16 years ago
49b38b5
ncurses: don't follow symlink on ln invocation
by Peter Korsgaard
· 17 years ago
4652849
* Fixed additional ncurses library install path
by Nigel Kukard
· 17 years ago
d284bd5
Some package use ncurses libpanel/libform/libmenu, this config allows to selectively
by Nigel Kukard
· 17 years ago
345be8b
ncurses: cleanup /usr/lib/terminfo symlink handling
by Peter Korsgaard
· 17 years ago
af510f4
Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
by Hamish Moffatt
· 17 years ago
efa0423
buildroot: Use BR2_GNU_MIRROR everywhere
by Peter Korsgaard
· 17 years ago
a6dca68
reverted ncurses makefile
by John Voltz
· 17 years ago
6fe5362
updated ncurses makefile
by John Voltz
· 17 years ago
14a7156
- just use the strip binary to avoid confusing libtool (quotes)
by Bernhard Reutner-Fischer
· 17 years ago
956d3eb
- semicolon touchup. No other changes
by Bernhard Reutner-Fischer
· 18 years ago
6c6cb06
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
by Bernhard Reutner-Fischer
· 18 years ago
7b403ad
- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
by Bernhard Reutner-Fischer
· 18 years ago
e4ead9c
Remove switches if sstrip is run
by Ulf Samuelsson
· 18 years ago
d37c4ad
Add some additional terminals to ncurses
by Ulf Samuelsson
· 18 years ago
e1621a4
Use <package>_VERSION in all <package>.mk instead of <package>_VER
by Ulf Samuelsson
· 18 years ago
74d518d
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
by Bernhard Reutner-Fischer
· 18 years ago
faf363f
- account for now optional archive
by Bernhard Reutner-Fischer
· 18 years ago
12435df
- fix typo in previous commit
by Bernhard Reutner-Fischer
· 18 years ago
ab57732
- correct installation path
by Bernhard Reutner-Fischer
· 18 years ago
17bc94a
- bump version
by Bernhard Reutner-Fischer
· 18 years ago
41decaa
- install some more stuff that goes into staging_dir into the proper place.
by Bernhard Reutner-Fischer
· 18 years ago
85d7f6f
fixup package LDFLAGS handling
by Eric Andersen
· 18 years ago
4582047
- copy ncurses_dll.h to the target. Fixes a compilation problem seen by Thomas Lundquist
by Bernhard Reutner-Fischer
· 18 years ago
2c27287
- explicitely pass the configured $(DISABLE_LFS) in. Also set --disable-big-core
by Bernhard Reutner-Fischer
· 18 years ago
Next »