summaryrefslogtreecommitdiffstats
path: root/package/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* ncurses: libncursesw should not depend on libncursesnbd2012-05-261-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: enable C++ bindings (#9442)jow2011-05-221-6/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: install ncurses5-config and ncursesw5-config (#9044)jow2011-03-211-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: Split terminfo database into a separate package because ↵cshore2011-03-181-4/+18
| | | | | | | | 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). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ncurses: fix freebsd install issuesacoul2010-11-261-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* From: Joseph Roback <openwrt-devel@roback.cc>mb2010-09-071-0/+1
| | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: Add libncursesw packagelars2010-08-161-2/+35
| | | | | | | Thanks bartbes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/ncurses: refresh patchesjuhosg2010-03-264-20/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixesthepeople2010-03-051-25/+22
| | | | | | | | parallel build. -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update ncurses to 5.7 (#4852)florian2009-04-085-7/+256
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of the ncurses host build - the only reason why it was necessary in ↵nbd2009-03-171-20/+1
| | | | | | the first place was because of misuse of the BUILD_CC variable override. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ncurses: make sure the timestamp of copied host utils is current, so that it ↵nbd2009-03-171-0/+3
| | | | | | doesn't fall back to attempting to use cross-compiled ones git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up ncurses makefile based on new host build changesnbd2009-03-171-85/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(FPIC) in a few places where it mattersnbd2008-08-061-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uninstalldev templates (no longer necessary)nbd2007-12-251-15/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵nbd2007-09-281-24/+24
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-1/+0
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package Makefile cleanup: remove uneeded varsnico2007-09-031-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...nico2007-09-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move ncurses to trunk and 7.07 (util-linux depends on it)nbd2007-07-022-0/+190
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7854 3c298f89-4303-0410-b956-a3cf2f4a3e73