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.
5.4:
* L and l can be used to set/go to a default bookmark.
* You can scroll past the end of the file (into blank space).
This is important because...
* :o will look for a filename on the current top line and try to open it,
going to the bookmark if you're in your bookmarks file.
* :l will give you a list of buffers.
* Of course, bug fixes and code cleanups.
5.3:
* Filenames are reverse truncated in the status bar if they're too long.
* Updated the build system.
* Breed supports -w to word wrap files, if possible/desirable.
* Typos fixed.
5.2:
* ,, ., and r work as documented.
* :r reloads a file if it was on disk (and not a stream).
* Naming the buffer based on the manual page name is now more accurate.
* URLs load in breed again.
* Breed doesn't make a file named '-' anymore when reading postscript.
5.1: This release no longer segfaults if the configuration file
is missing. 'H' brings up a short help file in the program. Bookmarks
are more aesthetically displayed. Some other, minor bugs were fixed.
5.0: Reed has been completely rewritten. Searching (and highlighting)
is now file-specific. Invoking an editor now goes to the current
line within that editor. The bookmark file format has changed and
is incompatible with previous versions. The included script
fix_bookmarks.pl can update your bookmarks for you. Bookmarks can
now all be viewed with the 'B' command. 'Fake' filenames can be
changed using the 'R' command. Reed now automatically reads from
stdin if no filename is given and data is waiting. Greater 'less'
compatibility was added to the (the old j is now J).
Older changes ignored since reed was completely rewritten in 5.0.
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of
shell wildcards intended to match against ${MACHINE_PLATFORM}. These
variables are used to note those platforms that have the named packages in
the base system but are incompatible in some way from the pkgsrc version
of the same package. Change INCOMPAT_CURSES to have the same sematics as
above. These variables allow much greater precision in specifying which
platforms have broken (for the purposes of pkgsrc) versions of software in
the base system that must be ignored.
The buildlink.mk files for these packages define private _INCOMPAT_*
versions of these variables, and they contain the default lists of
platforms that are known to have incompatible software bits.
This addresses pkg/17775 submitted by Julien T. Letessier
<julien.letessier at sun dot com>.