Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-28 | Fix unprevileged build. | ryoon | 1 | -1/+2 | |
2011-12-26 | Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c and | sbd | 4 | -3/+55 | |
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-01-10 | Ignore DragonFly BSD's SysV pty, same as recent NetBSD and Darwin. | obache | 1 | -1/+2 | |
fixes PR#44357. | |||||
2010-06-02 | Revision bump for db4 update; use custom CFLAGS | adam | 3 | -8/+20 | |
2009-08-16 | Apply more fixes from NetBSD src/dist/nvi: | lukem | 6 | -8/+109 | |
* Fix :ESC * Fix #+ #- in multibyte configuration * Update reported version to nvi-1.81.6nb5 Update package revisiion to nb5 to suite. | |||||
2009-08-07 | Apply various features and fixes from NetBSD basesrc: | lukem | 29 | -7/+1277 | |
* 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-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -2/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -4/+1 | |
2009-02-22 | Fixes configure failure if db1 is not in BDB_ACCEPTED. | obache | 1 | -3/+6 | |
2009-01-16 | Fixes configure option for bdb, now accept DB4. | obache | 1 | -9/+9 | |
Bump PKGREVISION again. XXX: configure said, "Use of db1 is not officially supported." XXX: so not add db1 to BDB_ACCEPTED. | |||||
2008-12-31 | Add a TODO about the configure brokenness. | epg | 1 | -1/+3 | |
2008-12-31 | Revert 1.31 (allow use of db4), as the autoconf crap is broken and doesn't | epg | 1 | -2/+5 | |
work somehow on NetBSD and DragonFly (and probably others). This is a shame, as nvi itself actually does support db4, it's the autocrap that's broken. | |||||
2008-12-21 | Bump PKGREVISION for new bdb support. | epg | 1 | -2/+2 | |
2008-12-21 | - nvi actually supports db4, so just include bdb.buildlink3.mk | epg | 3 | -6/+23 | |
- Add minor patch for db 4.4 and up | |||||
2008-04-15 | INSTALL_UNSTRIPPED on Darwin so nvi runs. Bump PKGREVISION. | schmonz | 1 | -1/+3 | |
2008-04-15 | Update to 1.81.6: | wiz | 12 | -254/+6 | |
Changes since 1.81.5 * various compilation fixes * support for newer DBs * tcl support compiles again | |||||
2008-02-21 | Make this more pkglint-friendly. | jlam | 1 | -10/+11 | |
2008-02-21 | + Rename the "ncursesw" option to "wide-curses". This should be supported | jlam | 4 | -45/+31 | |
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. | |||||
2007-11-03 | share/vi may also be used by devel/meld; just try removing it. | wiz | 2 | -4/+4 | |
Bump PKGREVISION. | |||||
2007-09-05 | Add widechar support. From L. Schmidt in PR 36895. | wiz | 2 | -2/+17 | |
2007-06-04 | On Darwin, link with -flat_namespace. Fixes this runtime error: | schmonz | 1 | -4/+5 | |
dyld: Symbol not found: ___global_list Referenced from: /usr/pkg/lib/libvi.0.dylib Expected in: flat namespace Trace/BPT trap Bump PKGREVISION. While here, reverse-resolve HOMEPAGE and MASTER_SITES. | |||||
2007-02-22 | pkglint cleanup; update HOMEPAGE/MASTER_SITES. | wiz | 1 | -3/+3 | |
From Sergey Svishchev in private mail. | |||||
2006-12-12 | Patches to avoid lvalue casting. Fixes PR/35179 and issues with gcc4. | dogcow | 7 | -1/+189 | |
No new functionality. | |||||
2006-09-16 | Add missing RCS Id. | hira | 2 | -2/+4 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-01-06 | doh! wrong path in patch | rtr | 2 | -4/+4 | |
2006-01-06 | include ctype.h earlier to avoid isblank macro running over c99 isblank() | rtr | 2 | -1/+16 | |
* fixes build on Solaris10 | |||||
2005-12-27 | Lower expectations, both others' and mine: relinquish stewardship | seb | 1 | -2/+2 | |
2005-12-09 | Do not use sys/select.h on DragonFly, it got broken by the | joerg | 1 | -1/+3 | |
(also included) sys/queue.h. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-09-11 | As on NetBSD, force vi_cv_sys5_pty=no on Darwin to fix build on 10.4. | schmonz | 1 | -1/+4 | |
2005-07-12 | Prevent paths to the build directories from being included in the package. | kristerw | 1 | -2/+4 | |
Bump PKGREVISION. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+2 | |
2005-01-25 | Make nvi and vim* use the alternatives system to install wrappers for | jmmv | 2 | -2/+5 | |
bin/vi, bin/ex and bin/view. Bump their PKGREVISIONs. vim-kde is an exception because it currently installs programs with these names. So, as it's currently marked as vulnerable and as I don't have KDE installed ATM, I'm marking it as conflicting. | |||||
2004-11-28 | This needs a curses. | jmmv | 1 | -1/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 | |
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes". | |||||
2004-09-16 | NetBSD 2.0F and later has grantpt(3) - just ignore it for now, so that we | agc | 1 | -1/+3 | |
don't try to use other System V options. Fixes bulk build problem. | |||||
2004-04-12 | bl3ify | xtraeme | 1 | -3/+3 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -3/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-11 | Fix build on NetBSD current. | seb | 1 | -1/+9 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2002-05-24 | Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE: no-op for NetBSD, | seb | 1 | -2/+2 | |
fix libvi shared library version for Solaris. | |||||
2002-02-07 | Avoid MVs in $PREFIX at post-install stage by using | seb | 1 | -16/+2 | |
`--program-transform-name=...' (and not `--program-prefix=...' which triggers a sed lossage, fixed in -current as of 2002/01/14 it seems). | |||||
2002-01-15 | Add patches to avoid collision between nvi's VI cpp macro and VI external | seb | 4 | -1/+43 | |
variable declared in older NetBSD curses.h. | |||||
2002-01-13 | fix a joke introduced in previous commit by Thomas: I'm not the maintainer | aymeric | 1 | -2/+2 | |
of this package. :-) After agreement, assign it to Stoned. |