summaryrefslogtreecommitdiff
path: root/editors/nvi
AgeCommit message (Collapse)AuthorFilesLines
2017-04-04Fix an issue with editor segfaulting in ex mode on Darwin and suppress ↵fhajny5-16/+114
benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in joyent/pkgsrc/pull/463. Bump PKGREVISION.
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-2/+1
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-05-11Fix ^G to print correct ratio on Mac OSX. Without this fix, the outputenami2-1/+16
looks like this: Makefile: unmodified: line 1 of 55 [140733193388033%]
2013-09-20Fix build on SunOS with native curses.ryoon4-4/+47
* Detect isblank in configure script.
2013-02-08fix conversion issuechristos3-3/+80
2013-01-23Rename patches to match the files patched.wiz4-7/+7
2013-01-23Fix build with automake-1.13.wiz35-137/+149
While here, use a better WRKSRC and rebase patches.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-22Deal with the fact that Makefile.in is now regenerated by also patchingjoerg2-1/+40
Makefile.am as appropiate. automake can't be run directly, since it doesn't like configure itself.
2012-03-26Don't install cat pages.joerg4-9/+31
2011-12-28Fix unprevileged build.ryoon1-1/+2
2011-12-26Add AC_CHECK_HEADERS for <sys/stropts.h>, ifdef wrap it in ex/ex_script.c andsbd4-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-10Ignore DragonFly BSD's SysV pty, same as recent NetBSD and Darwin.obache1-1/+2
fixes PR#44357.
2010-06-02Revision bump for db4 update; use custom CFLAGSadam3-8/+20
2009-08-16Apply more fixes from NetBSD src/dist/nvi:lukem6-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-07Apply various features and fixes from NetBSD basesrc:lukem29-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-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-02-22Fixes configure failure if db1 is not in BDB_ACCEPTED.obache1-3/+6
2009-01-16Fixes configure option for bdb, now accept DB4.obache1-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-31Add a TODO about the configure brokenness.epg1-1/+3
2008-12-31Revert 1.31 (allow use of db4), as the autoconf crap is broken and doesn'tepg1-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-21Bump PKGREVISION for new bdb support.epg1-2/+2
2008-12-21- nvi actually supports db4, so just include bdb.buildlink3.mkepg3-6/+23
- Add minor patch for db 4.4 and up
2008-04-15INSTALL_UNSTRIPPED on Darwin so nvi runs. Bump PKGREVISION.schmonz1-1/+3
2008-04-15Update to 1.81.6:wiz12-254/+6
Changes since 1.81.5 * various compilation fixes * support for newer DBs * tcl support compiles again
2008-02-21Make this more pkglint-friendly.jlam1-10/+11
2008-02-21+ Rename the "ncursesw" option to "wide-curses". This should be supportedjlam4-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-03share/vi may also be used by devel/meld; just try removing it.wiz2-4/+4
Bump PKGREVISION.
2007-09-05Add widechar support. From L. Schmidt in PR 36895.wiz2-2/+17
2007-06-04On Darwin, link with -flat_namespace. Fixes this runtime error:schmonz1-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-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-3/+3
From Sergey Svishchev in private mail.
2006-12-12Patches to avoid lvalue casting. Fixes PR/35179 and issues with gcc4.dogcow7-1/+189
No new functionality.
2006-09-16Add missing RCS Id.hira2-2/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-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-06doh! wrong path in patchrtr2-4/+4
2006-01-06include ctype.h earlier to avoid isblank macro running over c99 isblank()rtr2-1/+16
* fixes build on Solaris10
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-09Do not use sys/select.h on DragonFly, it got broken by thejoerg1-1/+3
(also included) sys/queue.h.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-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-11As on NetBSD, force vi_cv_sys5_pty=no on Darwin to fix build on 10.4.schmonz1-1/+4
2005-07-12Prevent paths to the build directories from being included in the package.kristerw1-2/+4
Bump PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-01-25Make nvi and vim* use the alternatives system to install wrappers forjmmv2-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-28This needs a curses.jmmv1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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.