summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Also remove tbl files from CLEANFILES now they are not generated.nicm1-3/+2
2019-02-13Remove obsolete tbl suffix from ncurses man pages, no objections fromnicm1-10/+1
millert.
2017-07-10remove misc. depend and yacc nits that no longer matter.espie1-8/+1
okay millert@
2017-06-16mark files as BUILDFIRST, or write explicit dependencies, so that mostespie1-1/+3
programs will build even without a make depend first. okay tb@ millert@
2016-09-16Include the legacy_coding(3) page which documents use_legacy_coding(),nicm1-2/+2
probably missed at one update or another. Reported by Anthony Coulter, discussed with jmc.
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther1-8/+1
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@
2016-05-26Use "cc -E" instead of "cpp". OK deraadt@ natano@millert1-3/+3
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-175/+1
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2015-12-03Instead of using our own custom BDB terminfo databases, use the ncursesnicm1-2/+2
files in /usr/share/terminfo/*. This removes a large difference from upstream ncurses and other systems. ok millert
2015-11-12the tparam mlink is probably a typo (and duplicate) for tparm, so kill it;jmc1-2/+2
spotted by nicm
2014-07-16lynx has left the tree, and let's be honest noone will find these htmlderaadt1-5/+1
files in their installed system. this extended documentation experience is available better on the net using a browser installed with pkg_add. (also note that two of the subsystems involved in this issue are heading to the bit bucket sometime soon)
2012-12-21remove makefile hacks that are no longer needed with t1 t2: working properlyespie1-6/+4
okay krw@
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
ok guenther@
2011-06-23switch to installing source manuals (base part)schwarze1-8/+18
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2010-09-06Enable wide character support in ncurses. It is built into libcurses,nicm1-7/+55
libform, libmenu, libpanel and each library is also linked to a corresponding "w" version. This is a major bump for all four libraries. Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone else I've forgotten for testing. ok naddy krw deraadt
2010-01-12Update to ncurses 5.7, with local changes reapplied.nicm1-52/+94
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
2009-08-13various MLINK fixes from Alan R. S. Bueno;jmc1-5/+5
2007-11-24fix yacc/lex parallel file generationespie1-3/+6
2007-10-26add missing dependencyespie1-1/+2
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2003-10-19fix installation of DEBUGLIBS libcurses symlink.brad1-2/+2
-- From: tholo@
2003-05-19Add the generated files as a dependency for the 'all' target.millert1-3/+4
Should prevent bogus bug reports that come in every so often...
2002-11-14Add a link to libncurses. Lots of programs/configure scripts out theremillert1-1/+3
look for ncurses by checking for ncurses.h or libncurses instead of checking for NCURSES_VERSION in curses.h. Closes PR 2942.
2002-08-16use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC.wcobb1-4/+9
ok art@, miod@
2002-07-26Obey LDSTATIC for the helper binaries.art1-3/+3
2002-06-24Properly install links for debug libraries; ok deraadt@tholo1-2/+9
2000-11-08another MLINKderaadt1-3/+4
2000-10-08update to ncurses-5.1-20001007millert1-4/+4
2000-07-24Update to ncurses-5.1-20000722millert1-4/+5
2000-07-10ncurses 5.1millert1-11/+15
2000-03-29more MLINKSderaadt1-1/+3
1999-12-28Update to ncurses-19991218millert1-9/+9
o reorder tests during mouse initialization to allow for gpm to run in xterm, or for xterm to be used under OS/2 EMX. Also drop test for $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report by Christian Weisgerber <naddy@mips.rhein-neckar.de>). o modify raw() and noraw() to clear/restore IEXTEN flag which affects stty lnext on systems such as FreeBSD (report by Bruce Evans <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>). o add manual-page for ncurses extensions, documented curses_version(), use_extended_names().
1999-11-28update to ncurses-5.0-19991127millert1-3/+4
1999-11-17add MLINKs I missedmillert1-3/+5
1999-11-17add more MLINKsmillert1-11/+16
1999-11-17Add missing MLINKsmillert1-19/+23
1999-05-11Install termcap.h too. Some packages assume that if you are usingmillert1-2/+2
ncurses, termcap.h exists. Others, like X11's resize, use termcap.h to determine whether or not you are running ncurses.
1999-03-02ncurses-4.2-990301millert1-9/+9
1999-02-24ncurses-4.2-990220; this is a pre-release of 5.0millert1-12/+12
1999-01-18use the doc dirmillert1-1/+5
1999-01-18ncurses-4.2-990116millert1-51/+62
1998-11-30typomillert1-2/+2
1998-11-30Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixesmillert1-2/+3
problems with 3rd party programs that want to link with both -ltermcap and -lcurses.
1998-11-17man updates from ncurses-4.2-981114millert1-5/+5
1998-11-17update to ncurses-4.2-981114millert1-11/+12
1998-10-31update to ncurses 4.2-981017millert1-6/+6
1998-09-13ncurses-4.2-980905millert1-3/+3
1998-08-31use HOSTCC to compile helper programsmickey1-3/+3
1998-08-29man page repairs; aaron@ug.cs.dal.caderaadt1-15/+17
1998-08-14don't define HAVE_* since it conflicts with other configure scriptsmillert1-2/+2