pkgbase: split kerberos binaries and libs
Summary: This allows installing packages that depend on kerberos libraries without pulling in all the binaries. It also moves libgssapi to runtime to allow installing kerbereos libraries without adding a dependancy on the large utilities package. It makes sense to put libgssapi in runtime rather than kerberos-lib since this is a plugin layer which is intended to support any GSS-API mechanisms, not just kerberos. A good example of a package which uses kerberos libraries without needing the kerberos utilities is sshd. This uses the kerberos GSS-API libraries to implement its GSSAPIAuthentication option. MFC after: 2 weeks Subscribers: imp Differential Revision: https://reviews.freebsd.org/D36028
This commit is contained in:
@@ -75,6 +75,8 @@ jail-lib32-development_DESCR=32-bit Development Files
|
||||
jail-lib32-profile_DESCR=32-bit Profiling Libraries
|
||||
kerberos_COMMENT= Kerberos Utilities
|
||||
kerberos_DESC= Kerberos Utilities
|
||||
kerberos-lib_COMMENT= Kerberos Libraries
|
||||
kerberos-lib_DESC= Kerberos Libraries
|
||||
kernel_COMMENT= FreeBSD Kernel
|
||||
kernel_DESC= FreeBSD Kernel
|
||||
manuals_COMMENT= Manual Pages
|
||||
|
||||
Reference in New Issue
Block a user