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.
sysconfdir to the example directory in INSTALL_MAKE_FLAGS instead of
patching out installation to $(sysconfdir) in various Makefiles.
Bump the PKGREVISION.
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.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
Modified behaviour of auto-pgdn. It now expands the submenus, as in info
Fixed problem with pinforc installed to non-existing etc directory
Fixed problem with black bar on first man page
Fixed buggy whitespace-skip comparing procedure
Manual code can now handle hyphenated url links (it's still not perfect
with e-mail--it only works if the `@' is in the upper line)
Fixed buf in indirect-file search engine (a misplaced if())
Added texinfo documentation.
Manual code is now case insensitive as far as sections are considered
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different
quote expansion each time. This makes it even trickier than it needs to be,
so go with CPPFLAGS=.
These patches are no-ops when pinfo is configured for "--with-ncurses".
The only reason I kept them in my own tree is because they may be useful
for "--with-vcurses" on NetBSD-1.5 or newer, but they shouldn't have
been commited.