Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
|
|
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
|
|
|
|
replace USE_NCURSES with INCOMPAT_CURSES.
|
|
|
|
dependency bumps.
|
|
to build with native curses.
|
|
hnb stands for Hierarchical NoteBook. It is a console (ncurses)
program to organize many kinds of data in one place, including
addresses, TODO lists, ideas, book reviews, brainstorming,
speech outlines, etc. It stores data in XML format, and is
capable of native export to ASCII and HTML.
Approved by wiz.
This closes my own PR 18233 (the package was provided there).
|