<http://mail-index.netbsd.org/pkgsrc-users/2008/12/14/msg008873.html>
(Perl 5.10 pthread support breaking nnrpd):
o Move compiled-in script language support to options.mk, handling all
the setup there
o Install documentation
o Make use of pkginstall framework
o Generally bring package more in line with pkgsrc frameworks
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Not all of these packages have been tested.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Perl libraries. If there is no Perl around, it will be built first,
anyway, and the Makefile will be re-sourced afterwards.
(Thanks to Krister Walfridsson for this)
Fix the Perl interface of nnrpd for Perl 5.8: The #includes for
embedded Perl use a hardcoded "my_perl" for the interpreter instance
variable. Rename variable in lib/perl.c accordingly, make it globally
visible and declare it extern in nnrpd/perl.c. "Now I can post again."
Todo: Check Perl 5.6 compatibility.