[Bug 254564] www/chromium: wrong dependency to libkrb5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 03:26:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254564
--- Comment #5 from Dave Hayes <dave@jetcafe.org> ---
This is still not really fixed. Look:
# grep krb ports/www/chromium/Makefile
MIT_DESC= MIT Kerberos (security/krb5)
HEIMDAL_LIB_DEPENDS= libkrb.so.26:security/heimdal
MIT_LIB_DEPENDS= libkrb.so.3:security/krb5
.if ${PORT_OPTIONS:MHEIMDAL_BASE} && !exists(/usr/lib/libkrb5.so)
The Makefile even says libkrb5 down further than the actual DEPENDS line
(admittedly that's in base).
--
You are receiving this mail because:
You are the assignee for the bug.