maintainer-feedback requested: [Bug 266162] www/chromium Confusion about kerbreos libs?

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 Sep 2022 21:03:16 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-chromium (Nobody)
<chromium@FreeBSD.org> for maintainer-feedback:
Bug 266162: www/chromium Confusion about kerbreos libs?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266162



--- Description ---
HEIMDAL_LIB_DEPENDS=	libkrb.so.26:security/heimdal

Right? That's in the makefile. But look:

 tar tzf packages/All/heimdal-7.7.0_1.pkg | grep libkrb
 /usr/local/lib/heimdal/libkrb5.a
 /usr/local/lib/heimdal/libkrb5.so
 /usr/local/lib/heimdal/libkrb5.so.26
 /usr/local/lib/heimdal/libkrb5.so.26.0.0

For quite a while I've had to go edit the Makefile regardless of heimdal or mit
kerbreos (I've built with both) and add a "5" in front of "libkrb". 

Am I missing something here or is this a real bug?