PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
- aumix 2.8nb6, which only provides ncurses support. Note that its revision
is bumped to note the differences from the previous package.
- aumix-gtk 2.8, which includes GTK 2.x and ncurses support. While here,
add a missing build dependency on pkgconfig.
The descriptions have also been rewritten to note the differences.
Addresses PR pkg/27340.
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.
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.
Security notes were added to the installation instructions. Several
possible security bugs were corrected. New el, nl, and zh_CN
translations were added. The es, gl, ja, pt_BR, sv, and uk translations
were updated. New items were added to the View menu (GTK+ only).
The state of the "Mute All" button was corrected (GTK+ only).
Support was added for GTK+ 2.0. A bug with digital inputs may have
been fixed. A shell script for muting and un-muting was added.
Console mouse support on FreeBSD 5.0-CURRENT has been re-enabled.
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>