summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* MFC r312452-r312512:ngie2017-02-109-15/+15
| | | | | | | | | | r312452-r312512: - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc
* DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.bdrewery2016-05-091-2/+2
| | | | | | This avoids running target binaries. Sponsored by: EMC / Isilon Storage Division
* MFHgjb2016-04-161-2/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * META_MODE: Don't rebuild build-tools targets during normal build.bdrewery2016-04-141-2/+2
| | | | | | | | | | | | | | | | | | This avoids 'build command changed' due to CFLAGS/CC changes during the normal build. Without this the build-tools targets end up rebuilding for the *target* rather than keeping the native versions built in build-tools. Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-04-041-3/+3
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * CCACHE_BUILD: Don't use ccache when generating some files with CC -E.bdrewery2016-03-241-3/+3
| | | | | | | | | | | | | | At least for ncurses this fixes a build error due to it trying to run 'ccache --version' to work around a gcc 5 bug using the fix in r287205. Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-03-028-4770/+0
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-248-4770/+0
| | | | | | | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* | Remove libc, librtld_db, libthr packages, and further increasegjb2016-02-051-0/+1
|/ | | | | | | | | | | the constraints on what needs to be installed in a specific to maintain consistency during upgrades. Create a new clibs package containing libraries that are needed as a bare minimum for consistency. With much help and input from: kib Sponsored by: The FreeBSD Foundation
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-258-8/+0
| | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
* Add missing CLEANFILES.bdrewery2015-09-261-0/+1
| | | | | | MFC after: 1 week X-MFC-With: r288199 Sponsored by: EMC / Isilon Storage Division
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-254-8/+0
| | | | | | This has not been needed since r284171 in projects/bmake. Sponsored by: EMC / Isilon Storage Division
* Install ncurses html documentation again after r284345antoine2015-06-221-1/+1
|
* new dependssjg2015-06-164-6/+0
|
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
|
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
| | | | | | | | | Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere. This makes /lib being populated again. Reported by: many
* Add META_MODE support.sjg2015-06-139-0/+4948
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-082-4/+0
| |
| * Merge sync of headsjg2015-05-2710-12/+10
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-1910-8/+11
| |\
| * | Updated dependenciessjg2014-05-168-8/+8
| | |
| * | Updated dependenciessjg2014-05-108-0/+19
| | |
| * | Merge from headsjg2014-05-082-2/+2
| |\ \
| * | | New/updated dependenciessjg2014-05-052-48/+517
| | | |
| * | | Merge headsjg2014-04-276-104/+272
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-053-3/+3
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-03-118-0/+8
| | | | | |
| * | | | | Updated dependenciessjg2013-02-168-16/+0
| | | | | |
| * | | | | Sync with HEAD.obrien2013-02-084-4/+16
| |\ \ \ \ \
| * | | | | | Avoid two makefiles trying to install the same headerssjg2012-11-081-0/+2
| | | | | | |
| * | | | | | Updated/new Makefile.dependsjg2012-11-088-0/+24
| | | | | | |
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-228-0/+4436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | Parallelize building lib/ncursesngie2014-12-271-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D1353
* | | | | | | Convert libraries to use LIBADDbapt2014-11-253-6/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | While here reduce a bit overlinking
* | | | | | Remove ia64.marcel2014-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan
* | | | | | Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-151-7/+2
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | It was the wrong direction. We will instead remove use of the non-wide-character supporting libncurses.
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-062-2/+2
| |_|_|/ |/| | | | | | | | | | | from the latter.
* | | | Eliminate last vestigies of NO_MAN= in the tree. Also, removeimp2014-04-251-1/+2
| | | | | | | | | | | | | | | | ineffectual NOMAN= lines. These don't change the build at all.
* | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-134-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* | | | MFV r262639: ncurses 5.9 20140222 snapshot.delphij2014-03-022-10/+20
| | | | | | | | | | | | | | | | Requested by: bapt
* | | | MFV r262617: ncurses 5.9.delphij2014-02-283-93/+245
| | | |
* | | | Merge from CheriBSD:brooks2014-01-301-2/+7
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit c1acf022c533c5ae27e0cd556977eafe3f5959eb Author: Brooks Davis <brooks@one-eyed-alien.net> Date: Fri Jan 17 21:46:44 2014 +0000 Add an option WITHOUT_NCURSESW to suppress building and linking to libncursesw. While wide character support it useful we'd like to only need one ncurses library on embedded systems. MFC after: 4 weeks Sponsored by: DARPA, AFRL
* | | Convert old make variable modifiers :U and :L to bmake :tu and :tl.tijl2013-06-023-3/+3
| |/ |/| | | | | Reviewed by: sjg
* | Only install manpages and html documentation in the ncurses/*w (wchar)brooks2013-01-244-4/+16
|/ | | | | builds so that it is only installed once. This is consistent with the existing decision to only install headers in the that case.
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
| | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
* - Fall-back to /etc/termcap.small if there is no /usr/share/misc/termcaprafan2009-06-221-1/+1
| | | | | | | | | | (i.e. /etc/termcap). This can be useful when using /rescue/vi while /usr is not (or unable to be) mounted. The termcap.small can be found in src/etc/termcap.small. PR: bin/80256 (audit-trail) Submitted by: Brian Candler <B.Candler at pobox.com>, Alex Kozlov <spam at rm-rf.kiev.ua> MFC after: 1 month
* - Update ncurses to 5.7-20081102 (5.7 release) and build gluerafan2008-11-152-2/+9
| | | | | | | - This also removes $FreeBSD$ from two now unmodifed source files ncurses/tinfo/lib_raw.c and ncurses/tinfo/lib_baudrate.c MFC after: 2 months (after 7.1 and 6.4 are released)
* - Update for ncurses 5.6-20080509rafan2008-05-091-1/+1
|
* - Remove duplicate tputs.3 from MLINK. As we use termcap in the bsae, removerafan2008-02-131-1/+0
| | | | | | | the one links to curs_terminfo. Submitted by: David Naylor <blackdragon at highveldmail.co.za> MFC after: 3 days
OpenPOWER on IntegriCloud