Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
This broke packages that needed a target Python at build-time.
Instead, change it from defined/undefined to yes/no/tool. Most cases
of defined used `yes' anyway; fix the few stragglers do that instead.
New case `tool' is for TOOL_DEPENDS rather than buildlink3.
with fixes from the stable branch.
Changes since previous version:
This release implements proper TLS support, as well as all the
bugfixes from the 1.2 stable series.
pkgsrc changes:
* Fixed many pkglint warnings.
* Install munin.conf and munin-node.conf as ${INSTALL_DATA} not
${INSTALL_SCRIPT}, I couldn't see any reason why those were
installed as scripts.
* Added VARBASE into BUILD_DEFS, as suggested by pkglint.