Commit graph

19 commits

Author SHA1 Message Date
ryoon
d52b2f0100 Fix build on SunOS with native curses.
* Detect isblank in configure script.
2013-09-20 14:50:49 +00:00
christos
ea53b23c98 fix conversion issue 2013-02-08 23:09:18 +00:00
wiz
2a2a3871bd Rename patches to match the files patched. 2013-01-23 17:33:28 +00:00
wiz
264c1fb0e3 Fix build with automake-1.13.
While here, use a better WRKSRC and rebase patches.
2013-01-23 17:26:07 +00:00
joerg
1daf95d966 Deal with the fact that Makefile.in is now regenerated by also patching
Makefile.am as appropiate. automake can't be run directly, since it
doesn't like configure itself.
2012-05-22 05:55:59 +00:00
joerg
9ed6aa6fb6 Don't install cat pages. 2012-03-26 14:00:40 +00:00
sbd
74f0c395dd Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c and
because it may be called <stropts.h> check for it and alternatively use it.

In ex/ex_script.c disable the I_PUSH ioctl call on linux.
2011-12-26 01:54:39 +00:00
adam
4479dea629 Revision bump for db4 update; use custom CFLAGS 2010-06-02 13:24:34 +00:00
lukem
05884c684e Apply more fixes from NetBSD src/dist/nvi:
* Fix :ESC
* Fix #+ #- in multibyte configuration
* Update reported version to nvi-1.81.6nb5

Update package revisiion to nb5 to suite.
2009-08-16 08:34:34 +00:00
lukem
6d74174604 Apply various features and fixes from NetBSD basesrc:
* Implement options:
	expandtab
	gtagsmode
	matchchars
* Fix tty garbling when quitting from recovery mode.
* Don't coredump during autoindent edge case.
* Set internal version to "nvi-1.81.6nb4 (2009-08-07)"
* Crank pkgrevision to nb4.
2009-08-07 16:39:20 +00:00
epg
6380b3347a - nvi actually supports db4, so just include bdb.buildlink3.mk
- Add minor patch for db 4.4 and up
2008-12-21 23:02:24 +00:00
wiz
5b8a3645eb Update to 1.81.6:
Changes since 1.81.5
    * various compilation fixes
    * support for newer DBs
    * tcl support compiles again
2008-04-15 11:58:12 +00:00
jlam
a481ea2ec6 + Rename the "ncursesw" option to "wide-curses". This should be supported
under NetBSD-current without actually needing ncursesw.

+ Only make "wide-curses" an available option on platforms that have the
  necessary wide-character support.  It turns out NetBSD-3.x is not one
  of them.

+ Use a less patchy way to turn -ldb into -ldb3 by letting the wrappers
  do it.

+ Add full DESTDIR support.

Bump the PKGREVISION to 6.
2008-02-21 21:17:45 +00:00
dogcow
6687c8d803 Patches to avoid lvalue casting. Fixes PR/35179 and issues with gcc4.
No new functionality.
2006-12-12 03:37:30 +00:00
hira
1447455984 Add missing RCS Id. 2006-09-16 15:29:35 +00:00
rtr
5efdf52f96 doh! wrong path in patch 2006-01-06 14:52:21 +00:00
rtr
87897c790e include ctype.h earlier to avoid isblank macro running over c99 isblank()
* fixes build on Solaris10
2006-01-06 14:47:56 +00:00
seb
a9b999f95f Add patches to avoid collision between nvi's VI cpp macro and VI external
variable declared in older NetBSD curses.h.
2002-01-15 21:19:57 +00:00
wiz
c673b55746 Initial import of nvi 1.81.5.
Nvi is an implementation of the ex/vi text editor originally distributed
as part of the Fourth Berkeley Software Distribution (4BSD), by the
University of California, Berkeley. The source code to nvi is freely
available, and nvi may be freely redistributed.
2002-01-12 10:59:30 +00:00