Age | Commit message (Collapse) | Author | Files | Lines |
|
* Fix :ESC
* Fix #+ #- in multibyte configuration
* Update reported version to nvi-1.81.6nb5
Update package revisiion to nb5 to suite.
|
|
* 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.
|
|
|
|
|
|
|
|
Bump PKGREVISION again.
XXX: configure said, "Use of db1 is not officially supported."
XXX: so not add db1 to BDB_ACCEPTED.
|
|
|
|
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.
|
|
|
|
- Add minor patch for db 4.4 and up
|
|
|
|
Changes since 1.81.5
* various compilation fixes
* support for newer DBs
* tcl support compiles again
|
|
|
|
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.
|
|
Bump PKGREVISION.
|
|
|
|
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.
|
|
From Sergey Svishchev in private mail.
|
|
No new functionality.
|
|
|
|
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.
|
|
|
|
* fixes build on Solaris10
|
|
|
|
(also included) sys/queue.h.
|
|
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
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
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".
|
|
don't try to use other System V options. Fixes bulk build problem.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
|
|
|
|
|
|
|
|
fix libvi shared library version for Solaris.
|
|
`--program-transform-name=...' (and not `--program-prefix=...' which triggers
a sed lossage, fixed in -current as of 2002/01/14 it seems).
|
|
variable declared in older NetBSD curses.h.
|
|
of this package. :-) After agreement, assign it to Stoned.
|
|
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.
|