CPPFLAGS+= -DHAVE_STRERROR
which I just added a few minutes ago.
I had previously received an error:
previous declaration of `sys_errlist'
on Linux.
But once I configure using ncurses on Linux
it appears to have fixed that (because it
was using its LIBS which had non-existent -ltermcap).
Update PKGREVISION.
Add INSTALLATION_DIRS and do-install target instead of
using its own installer. It was broken for custom INFO_DIR
and for new PKGMANDIR. (It is a very old autoconf/automake
I assume).
Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does
not exist, then use BUILDLINK_TRANSFORM to use ncurses instead
and include ncurses buildlink3.mk.
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no
is already defined.
(This package has two other build problems for me though ...
lookimg now.)
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.
`wdiff' is a front-end to GNU `diff'. It compares two files, finding
which words have been deleted or added to the first in order to create
the second. It has many output formats and interacts well with
terminals and pagers (notably with `less'). `wdiff' is particularily
useful when two texts differ only by a few words and paragraphs have
been refilled.
GNU `wdiff' has been written by Franc,ois Pinard. It is an evolving
product, and specifications might change in future releases.