Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
Problem 1: $la and $lo would not expand with the intl/makefile
I couldn't get SUBST_SED to manually replace them either.
Use of MAKE_ENV also failed.
Problem 2: DragonFly doesn't have base libintl. This package will
not build without -lintl LDFLAG.
Solution was to convert existing SUBST_SED into a patch and expand
$la to "a" and $lo to "o" on the intl/Makefile.in file.
Tested on both DragonFly and NetBSD
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.
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.
* Change PKGNAME to tnt-1.9p3 to pass pkglint.
* Pass correct linker options to make this ELF-aware.
XXX Compiles, but I have no idea how to test this. It also has an
XXX interactive installation process, which I'm not sure how to modify.
Initialy import tnt-1.9pre3, a amateur packet radio terminal program for TNC2,
AEA PK232 and PK88, and tfkiss-1.0.5, a software implementation of TheFirmware
for use with TNT.
Provided in pr 7432 and 7459 by Berndt Josef Wulf <wulf@ping.net.au>.