Date: Mon, 27 Mar 2023 03:26:45 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 254564] www/chromium: wrong dependency to libkrb5 Message-ID: <bug-254564-28929-YMLhB9iGkE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-254564-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-254564-28929@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254564 --- Comment #5 from Dave Hayes <dave@jetcafe.org> --- This is still not really fixed. Look: # grep krb ports/www/chromium/Makefile MIT_DESC=3D MIT Kerberos (security/krb5) HEIMDAL_LIB_DEPENDS=3D libkrb.so.26:security/heimdal MIT_LIB_DEPENDS=3D 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). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254564-28929-YMLhB9iGkE>