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.
Coda requires a kernel module to run and DragonFly had such a kernel at
one point. However the kernel was removed six years ago and there is no
desire to restore it. One of the main reasons against doing so is the
lack of IPv6 support in Coda.
The userland patches for coda are therefore unnecessary and coda has been
reverted to its previous state save for marking NOT-FOR-DRAGONFLY.
PKGREVISION was mispelled in the makefile, so fixing that typo bumps the
revision to nb2 (caught by pkglint).
On NetBSD, force DIRBLKSIZ to 512, which matches the block size (and
thus padding) for the representation of directories in UFS.
coda_readdir will call the readdir from the container filesystem, and
thus the padding of directories must match what the container
filesystem would have done.
Analysis and fix due to Brett Lymn.
Not yet reported upstream; a better fix is desired.
Also:
Set LICENSE.
Add annotations to other patches about their upstream status, after
pinging upstream.
No NEWS or ChangeLog, but from mailing list this adds gcodacon, a
system tray applet to show reintegration status, converts to automake,
and various bugfixes.