Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2018 19:14:52 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r335332 - projects/krb5
Message-ID:  <201806181914.w5IJEqwO022365@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806181914.w5IJEqwO022365>