Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2002-01-12 | Initial import of nvi 1.81.5. | wiz | 5 | -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. |