summaryrefslogtreecommitdiff
path: root/editors/nvi
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-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-16NetBSD 2.0F and later has grantpt(3) - just ignore it for now, so that weagc1-1/+3
don't try to use other System V options. Fixes bulk build problem.
2004-04-12bl3ifyxtraeme1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-11Fix build on NetBSD current.seb1-1/+9
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-10buildlink1 -> buildlink2.wiz1-4/+4
2002-05-24Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE: no-op for NetBSD,seb1-2/+2
fix libvi shared library version for Solaris.
2002-02-07Avoid MVs in $PREFIX at post-install stage by usingseb1-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-15Add patches to avoid collision between nvi's VI cpp macro and VI externalseb4-1/+43
variable declared in older NetBSD curses.h.
2002-01-13fix a joke introduced in previous commit by Thomas: I'm not the maintaineraymeric1-2/+2
of this package. :-) After agreement, assign it to Stoned.
2002-01-12Initial import of nvi 1.81.5.wiz5-0/+118
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.