History log of /openbsd-src/lib/libform/Makefile (Results 1 – 17 of 17)
Revision Date Author Comments
# 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.


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

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


# 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@


# 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 ...


# 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 ...


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

use WANTLINT= (on all architectures)


# 5f4b5c18 17-Nov-1999 millert <millert@openbsd.org>

add MLINKs I missed


# d2ffe6bf 14-Dec-1997 millert <millert@openbsd.org>

ncurses-4.1-971213


# 8d0fca71 03-Dec-1997 millert <millert@openbsd.org>

Merge of ncurses-4.1-971129


# 6cd90de4 26-Nov-1997 millert <millert@openbsd.org>

libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.


# 9c44650e 27-Apr-1997 millert <millert@openbsd.org>

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.

show more ...


# faca1c99 08-Dec-1996 downsj <downsj@openbsd.org>

install -> ${INSTALL}, -c -> ${COPY}


# ae611fda 02-Jun-1996 tholo <tholo@openbsd.org>

SYSV-style form library; from ncurses