History log of /openbsd-src/lib/libcurses/Makefile (Results 1 – 25 of 76)
Revision Date Author Comments
# 43d0313f 08-Feb-2024 miod <miod@openbsd.org>

Feed more generated files to the clean target; joint work with naddy@


# c7ef0cfc 17-Oct-2023 nicm <nicm@openbsd.org>

Update ncurses and associated libraries (form, panel, menu) to
6.4-20230826 (from 5.7-20081102).

Based on result from Thomas Dickey's ncu2openbsd script and then
modified. Switches to the upstream t

Update ncurses and associated libraries (form, panel, menu) to
6.4-20230826 (from 5.7-20081102).

Based on result from Thomas Dickey's ncu2openbsd script and then
modified. Switches to the upstream tput. Major bump for the ncurses
libraries and for libedit and libreadline.

Help from tb, millert.

ok deraadt sthen

show more ...


# 95ce957a 13-Feb-2019 nicm <nicm@openbsd.org>

Also remove tbl files from CLEANFILES now they are not generated.


# 46353139 13-Feb-2019 nicm <nicm@openbsd.org>

Remove obsolete tbl suffix from ncurses man pages, no objections from
millert.


# 2b34b792 10-Jul-2017 espie <espie@openbsd.org>

remove misc. depend and yacc nits that no longer matter.
okay millert@


# 2eaa2fe8 16-Jun-2017 espie <espie@openbsd.org>

mark files as BUILDFIRST, or write explicit dependencies, so that most
programs will build even without a make depend first.
okay tb@ millert@


# d2182c64 16-Sep-2016 nicm <nicm@openbsd.org>

Include the legacy_coding(3) page which documents use_legacy_coding(),
probably missed at one update or another. Reported by Anthony Coulter,
discussed with jmc.


# d46f7e05 04-Jul-2016 guenther <guenther@openbsd.org>

DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS
contains -g by default anyway

problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@


# 7a078411 26-May-2016 millert <millert@openbsd.org>

Use "cc -E" instead of "cpp". OK deraadt@ natano@


# faa33665 30-Mar-2016 jmc <jmc@openbsd.org>

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any funct

for some time now mandoc has not required MLINKS to function
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

show more ...


# a41bf996 03-Dec-2015 nicm <nicm@openbsd.org>

Instead of using our own custom BDB terminfo databases, use the ncurses
files in /usr/share/terminfo/*. This removes a large difference from
upstream ncurses and other systems.

ok millert


# ae46b7bd 12-Nov-2015 jmc <jmc@openbsd.org>

the tparam mlink is probably a typo (and duplicate) for tparm, so kill it;
spotted by nicm


# a9872cbc 16-Jul-2014 deraadt <deraadt@openbsd.org>

lynx has left the tree, and let's be honest noone will find these html
files in their installed system. this extended documentation experience
is available better on the net using a browser installe

lynx has left the tree, and let's be honest noone will find these html
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)

show more ...


# b2c9e9bb 21-Dec-2012 espie <espie@openbsd.org>

remove makefile hacks that are no longer needed with t1 t2: working properly
okay krw@


# 7cd9afdf 02-Aug-2012 okan <okan@openbsd.org>

remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.

ok guenther@


# d9fb19d2 23-Jun-2011 schwarze <schwarze@openbsd.org>

switch to installing source manuals (base part)
discussed with lots of people, tested by naddy@,
"move fast" deraadt@


# 6bc6570d 06-Sep-2010 nicm <nicm@openbsd.org>

Enable wide character support in ncurses. It is built into libcurses,
libform, libmenu, libpanel and each library is also linked to a
corresponding "w" version.

This is a major bump for all four lib

Enable wide character support in ncurses. It is built into libcurses,
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

show more ...


# 81d8c4e1 12-Jan-2010 nicm <nicm@openbsd.org>

Update to ncurses 5.7, with local changes reapplied.

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 functio

Update to ncurses 5.7, with local changes reapplied.

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

show more ...


# 6fd00c1d 13-Aug-2009 jmc <jmc@openbsd.org>

various MLINK fixes from Alan R. S. Bueno;


# 6827a00a 24-Nov-2007 espie <espie@openbsd.org>

fix yacc/lex parallel file generation


# 1eae8963 26-Oct-2007 espie <espie@openbsd.org>

add missing dependency


# e5a6e266 24-Nov-2005 deraadt <deraadt@openbsd.org>

use WANTLINT= (on all architectures)


# a2ea8c36 19-Oct-2003 brad <brad@openbsd.org>

fix installation of DEBUGLIBS libcurses symlink.
--
From: tholo@


# 6da1a4bc 19-May-2003 millert <millert@openbsd.org>

Add the generated files as a dependency for the 'all' target.
Should prevent bogus bug reports that come in every so often...


# 7846b245 14-Nov-2002 millert <millert@openbsd.org>

Add a link to libncurses. Lots of programs/configure scripts out there
look for ncurses by checking for ncurses.h or libncurses instead of
checking for NCURSES_VERSION in curses.h. Closes PR 2942.


1234