History log of /openbsd/usr.bin/vi/build/Makefile (Results 1 – 25 of 25)
Revision Date Author Comments
# bcb832b7 14-Dec-2017 martijn <martijn@openbsd.org>

Enable the awk scripts to generate ex_def.h and options_def.h.
These scripts generate the enums required for the ex commands and vi
options.
Before these lists had to be maintained either by hand or

Enable the awk scripts to generate ex_def.h and options_def.h.
These scripts generate the enums required for the ex commands and vi
options.
Before these lists had to be maintained either by hand or someone had to
stumble upon these scripts and figure out how to use them. By enabling them
these headers are now always in sync based on the comments in the
corresponding source files, which are a lot harder to miss during an
update than an extra file.

Update the awk scripts to the new enum style introduced by bentley@ with
his update on options_def.h r1.7

Feedback Makefile semantics by espie@
Original diff and OK tb@
OK millert@

show more ...


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


# 9e996c36 06-Jan-2016 millert <millert@openbsd.org>

Remove the actual message catalogs. From Martijn van Duren


# 2d8e1df3 19-Nov-2015 bentley <bentley@openbsd.org>

Remove cscope support in vi.

It makes no sense to keep support for a non-base tool in base, especially
for a feature that few if any people use.


# 90fbe5d9 20-Nov-2014 bentley <bentley@openbsd.org>

Remove the vi perl api.

There have been various build errors for coming on two years now.
It doesn't work and nobody has expressed any interest in saving it.

From natano; ok millert@


# 722c04f5 14-Nov-2014 tedu <tedu@openbsd.org>

from natano:
The 'tcl' command in vi does nothing, except to print the message
"Vi was not loaded with a Tcl interpreter". Printing the standard
message for unknown commands would be equally descript

from natano:
The 'tcl' command in vi does nothing, except to print the message
"Vi was not loaded with a Tcl interpreter". Printing the standard
message for unknown commands would be equally descriptive with the
benefit of reducing code size.

show more ...


# 303b366b 06-Nov-2014 bentley <bentley@openbsd.org>

Remove old curses support in vi.

ok nicm@ millert@ plus a comment tweak from nicm@


# 0c7617d5 22-Jun-2013 miod <miod@openbsd.org>

Tweak optimization flags on landisk until I have time to investigate further.


# cedcf306 20-Dec-2012 naddy <naddy@openbsd.org>

use openpty() rather than hand-rolled pty opening code; ok millert@


# dcd15c8e 25-Jan-2004 mickey <mickey@openbsd.org>

install all the catalogs; as cvs forgot to check this file in when those were added; millert@ ok


# ed3d2548 11-Sep-2001 heko <heko@openbsd.org>

locale ru_SU is obsolete, replace with ru_RU
mickey@ ok


# 4a4a2295 20-Jul-2001 deraadt <deraadt@openbsd.org>

make this work, after espie changed other mk behaviours


# 52473d7e 26-Nov-1999 millert <millert@openbsd.org>

o Update README files etc. from nvi-1.79 so they have the correct info
o make port.h empty since we there is nothing we lack
o include <sys/param.h>, not <sys/types.h> in files that use MIN/MAX macro

o Update README files etc. from nvi-1.79 so they have the correct info
o make port.h empty since we there is nothing we lack
o include <sys/param.h>, not <sys/types.h> in files that use MIN/MAX macros
o add perl api support since we have libperl (off by default)

show more ...


# 872e32da 29-May-1999 aaron <aaron@openbsd.org>

MLINKS, not MLINK


# ebf07fc9 24-Jul-1998 millert <millert@openbsd.org>

-D_USE_OLD_CURSE_ for -locurses and no more -ltermlib/termcap


# 97be17d7 24-Sep-1997 deraadt <deraadt@openbsd.org>

no, use new curses so that the build process works. reevaluate this later


# 98664df1 23-Sep-1997 downsj <downsj@openbsd.org>

Make building with ocurses/termcap and curses/termlib conditional on
USE_OCURSES being defined, and define it for now. This switches nvi back
to use BSD curses.


# d8bd5913 27-Jul-1997 downsj <downsj@openbsd.org>

move recover script ala 1.79.


# 32ceefb1 27-Jul-1997 downsj <downsj@openbsd.org>

Update to 1.79 and install as vi/ex/view.


# 69b80625 22-Sep-1996 downsj <downsj@openbsd.org>

vi -> nvi, ex -> nex


# a513d41b 16-Aug-1996 michaels <michaels@openbsd.org>

nvi 1.73


# e91eb1de 24-Jul-1996 mickey <mickey@openbsd.org>

bring vi/ex up to 1.71


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

Always use -ltermlib when linking with -lcurses
Be consistent in use of LIBTERMCAP and LIBTERMLIB when depending


# f1582ac1 28-May-1996 dm <dm@openbsd.org>

Install catalog files under ${DESTDIR}, and create
${DESTDIR}/usr/share/vi/catalog.


# 45f2ab88 22-May-1996 deraadt <deraadt@openbsd.org>

new vi