[Bug 282889] databases/mongosh: fix stage-qa warnings

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Nov 2024 11:01:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282889

            Bug ID: 282889
           Summary: databases/mongosh: fix stage-qa warnings
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ronald@FreeBSD.org

Created attachment 255356
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255356&action=edit
diff fixing the gssapi/krb5 lib dependency

[root@bhyve /usr/ports/databases/mongosh]# make stage-qa                        
====> Running Q/A tests (stage-qa)                                              
Error: /usr/local/bin/mongosh is linked to /usr/local/lib/libkrb5.so.3.3 from
security/krb5 but it is not declared as a dependency                    
Warning: you need LIB_DEPENDS+=libkrb5.so:security/krb5                         
Error: /usr/local/bin/mongosh is linked to /usr/local/lib/libgssapi_krb5.so.2.2
from security/krb5 but it is not declared as a dependency             
Warning: you need LIB_DEPENDS+=libgssapi_krb5.so:security/krb5                  
Error: /usr/local/bin/mongosh is linked to /usr/local/lib/libcom_err.so.3.0
from security/krb5 but it is not declared as a dependency                 
Warning: you need LIB_DEPENDS+=libcom_err.so:security/krb5                      
/!\ To run stage-qa automatically add DEVELOPER=yes to your environment /!\     

krb5 is registered as a BUILD_DEPENDS, but it looks like it should be a
LIB_DEPENDS also so the krb5 package is available at runtime.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer informed via mail

-- 
You are receiving this mail because:
You are the assignee for the bug.