pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform Stop defaulting to the builtin mit-krb5, i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05dac423153a
branches:  trunk
changeset: 650077:05dac423153a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Apr 17 08:21:01 2015 +0000

description:
Stop defaulting to the builtin mit-krb5, it's an old copy which is
unlikely to be updated any time soon, and is preventing some Samba
Kerberos features from working correctly.

diffstat:

 mk/platform/SunOS.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d19cb663542e -r 05dac423153a mk/platform/SunOS.mk
--- a/mk/platform/SunOS.mk      Fri Apr 17 07:18:31 2015 +0000
+++ b/mk/platform/SunOS.mk      Fri Apr 17 08:21:01 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.63 2015/03/19 19:15:23 tron Exp $
+# $NetBSD: SunOS.mk,v 1.64 2015/04/17 08:21:01 jperkin Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -48,7 +48,6 @@
 
 # Builtin defaults which make sense for this platform.
 _OPSYS_PREFER.libexecinfo?=    native
-_OPSYS_PREFER.mit-krb5?=       native
 _OPSYS_PREFER.openssl?=                pkgsrc
 _OPSYS_PREFER.solaris-pam?=    native
 



Home | Main Index | Thread Index | Old Index