On Wed, Jan 06, 2016 at 12:57:06AM +0100, Ingo Schwarze wrote: > Hmpf, i hit "send" too early. > > Ingo Schwarze wrote on Wed, Jan 06, 2016 at 12:50:16AM +0100: > > > If millert@, bentley@, or tb@ wants to commit this, it's OK schwarze@. > > If, against all odds, anything should break, i'm around at least until > > the 5.9 lock to help fixing it.
I'm fairly sure the mentions of perl can go away as well, not sure about the tcl support. http://freshbsd.org/commit/openbsd/d8d5573f10b2a6444b73adeac1276be0469b8085 > Please consider the following additional patch. <SNIP> > RCS file: /cvs/src/usr.bin/vi/build/README,v > retrieving revision 1.6 > diff -u -p -r1.6 README > --- build/README 29 Jan 2001 01:58:25 -0000 1.6 > +++ build/README 5 Jan 2016 23:37:10 -0000 > @@ -287,7 +287,6 @@ vi.1 $(mandir)/man1/vi.1 > vi.0 $(mandir)/cat1/vi.0 > Perl scripts $(datadir)/vi/perl/ > Tcl scripts $(datadir)/vi/tcl/ > -Message Catalogs $(datadir)/vi/catalog/ > > Notes: > There are two hard links to the vi program, named ex and view. > @@ -304,7 +303,7 @@ Notes: > To move the entire installation tree somewhere besides /usr/local, > change the value of both "exec_prefix" and "prefix". To move the > binaries to a different place, change the value of "bindir". > - Similarly, to put the datafiles (the message catalogs, Perl and > + Similarly, to put the datafiles (the Perl and > Tcl scripts) or the man pages in a different place, change the > value of "datadir" or "mandir". These values can be changed as > part of configuration: -- andrew - http://afresh1.com There are two ways to write error-free programs; only the third one works.