svn commit: r335332 - projects/krb5

Cy Schubert cy at FreeBSD.org
Mon Jun 18 19:14:53 UTC 2018


Author: cy
Date: Mon Jun 18 19:14:52 2018
New Revision: 335332
URL: https://svnweb.freebsd.org/changeset/base/335332

Log:
  gssapi and krb5-config have been disconnected however this is not
  enough as they must be removed from target installs to ensure that
  ports that use libgssapi are not confued by the one in base or ports
  that use krb5-config use the krb5-config supplied by each port instead
  of the one in base.

Modified:
  projects/krb5/ObsoleteFiles.inc

Modified: projects/krb5/ObsoleteFiles.inc
==============================================================================
--- projects/krb5/ObsoleteFiles.inc	Mon Jun 18 19:08:38 2018	(r335331)
+++ projects/krb5/ObsoleteFiles.inc	Mon Jun 18 19:14:52 2018	(r335332)
@@ -38,6 +38,12 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20180603: No need for krb5-config, it confuses ports.
+OLD_FILES+=usr/bin/krb5-config
+# 20180430: libgssapi should also be private
+OLD_LIBS+=usr/lib/libgssapi.a
+OLD_LIBS+=usr/lib/libgssapi.so
+OLD_LIBS+=usr/lib/libgssapi.so.10
 # 20180319: remove /boot/overlays, replaced by /boot/dtb/overlays
 OLD_DIRS+=boot/overlays
 # 20180311: remove sys/sys/i386/include/pcaudioio.h


More information about the svn-src-projects mailing list