0.39 2020-07-10
- Fix no-lib packaging error (arc)
0.38 2020-07-10
- Fix POD error (manwar)
- Fix undef detection in XS code (Alexander Bluhm)
- Move library file to lib/ (arc)
0.37 2020-07-04
- Fix building on older FreeBSD versions (BinGOs)
0.36 2020-07-04
- Release trial version with no other changes
0.35-TRIAL 2020-06-30
- New maintainer ARC (Aaron Crane)
- Fixes to build on recent MacOS; now requires Perl 5.10 (though that may
change if needed)
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
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.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
update of devel/p5-File-ChangeNotify to 0.12.
This module provides a fairly low level interface to the BSD kqueue(2) system
call, allowing you to monitor for changes on sockets, files, processes and
signals.
Usage is very similar to the kqueue system calls, so having read and
understood the kqueue(2) man page is a usage prereqisite.