summaryrefslogtreecommitdiffstats
path: root/package/ncurses
Commit message (Collapse)AuthorAgeFilesLines
...
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-2/+2
|
* Add some additional terminals to ncursesUlf Samuelsson2007-07-231-0/+2
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-9/+9
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - account for now optional archiveBernhard Reutner-Fischer2007-06-251-2/+2
|
* - fix typo in previous commitBernhard Reutner-Fischer2007-06-251-1/+1
|
* - correct installation pathBernhard Reutner-Fischer2007-06-251-6/+12
|
* - bump versionBernhard Reutner-Fischer2007-06-231-1/+1
|
* - install some more stuff that goes into staging_dir into the proper place.Bernhard Reutner-Fischer2007-04-161-18/+20
| | | | First hunk of fixes for bug #1290
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - copy ncurses_dll.h to the target. Fixes a compilation problem seen by ↵Bernhard Reutner-Fischer2007-03-071-0/+1
| | | | Thomas Lundquist
* - explicitely pass the configured $(DISABLE_LFS) in. Also set --disable-big-coreBernhard Reutner-Fischer2007-01-301-2/+3
|
* fix symlinkEric Andersen2007-01-221-1/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-2/+4
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* don't use ftp for gnu stuff, a few version bumps as well,Eric Andersen2006-06-231-1/+1
| | | | based on a patch from Fu Yunhui
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-101-1/+1
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* remove extra space after touchMike Frysinger2005-11-241-2/+2
|
* version bump from 5.4 to 5.5Mike Frysinger2005-11-151-1/+1
|
* daisuke writes in Bug 401: This patch updates the ncurses package to build ↵Mike Frysinger2005-08-282-25/+13
| | | | version 5.4. The 5.4 version of ncurses adds additional features.
* use the new gnuconfig stuffMike Frysinger2005-08-041-0/+1
|
* Thomas Lundquist writes:Eric Andersen2005-07-122-0/+10
| | | | | | | | | | | | | | | | | | | | If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas.
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* http://bugs.uclibc.org/view.php?id=285Eric Andersen2005-06-091-4/+11
| | | | | The ncurses package make file does not install the terminfo files into the correct directory. The attached patch (against svn) corrects this problem.
* ncurses build with make -jN, N>1 seems raceyEric Andersen2005-03-071-1/+1
|
* Deal with it when binutils is being somewhat troublesomeEric Andersen2005-03-021-0/+1
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* minor cleanups. ncurses make install doesn't like make -jN, N>1Eric Andersen2005-01-031-6/+6
|
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+4
|
* Jan Lana writes:Eric Andersen2004-10-271-1/+2
| | | | | | | | | Hi, package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation. There is a simple patch. - Jenda
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-2/+2
|
* make sure we update timestampsMike Frysinger2004-10-091-4/+4
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-2/+2
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-2/+13
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+134
directory.