Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2018 19:08:39 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r335331 - projects/krb5/kerberos5/usr.bin
Message-ID:  <201806181908.w5IJ8dKY017454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Jun 18 19:08:38 2018
New Revision: 335331
URL: https://svnweb.freebsd.org/changeset/base/335331

Log:
  Disconnect krb5-config from the build. Having krb5-config in base
  confuses some ports which expect to use the krb5-config from
  ports/security/krb5 or ports/security/heimdal.
  
  krb5-config may be totally removed at a later time.

Modified:
  projects/krb5/kerberos5/usr.bin/Makefile

Modified: projects/krb5/kerberos5/usr.bin/Makefile
==============================================================================
--- projects/krb5/kerberos5/usr.bin/Makefile	Mon Jun 18 19:05:52 2018	(r335330)
+++ projects/krb5/kerberos5/usr.bin/Makefile	Mon Jun 18 19:08:38 2018	(r335331)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-SUBDIR=	hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \
+SUBDIR=	hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd ksu \
 	string2key verify_krb5_conf
 SUBDIR_PARALLEL=
 



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