pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 10 10:25:05 UTC 2024
Modified Files:
pkgsrc/mk/platform: SunOS.mk
Log Message:
mk: Switch SunOS to default mit-krb5 from pkgsrc.
The version supplied in the platform image is quite old at this point and
causes build issues in e.g. py-gssapi that will take some work to fix, and
this is likely to only get worse over time.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/mk/platform/SunOS.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/SunOS.mk
diff -u pkgsrc/mk/platform/SunOS.mk:1.89 pkgsrc/mk/platform/SunOS.mk:1.90
--- pkgsrc/mk/platform/SunOS.mk:1.89 Sat Apr 20 13:43:49 2024
+++ pkgsrc/mk/platform/SunOS.mk Mon Jun 10 10:25:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.89 2024/04/20 13:43:49 nia Exp $
+# $NetBSD: SunOS.mk,v 1.90 2024/06/10 10:25:05 jperkin Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -49,12 +49,14 @@ INIT_SYSTEM?= smf
OPSYS_HAS_POSIX_SPAWN= # defined
.endif
-# Comes with a builtin implementation based on mit-krb5
+# Comes with a builtin implementation based on mit-krb5, however it's quite
+# old at this point so the default is pkgsrc to avoid build issues.
KRB5_DEFAULT?= mit-krb5
# Builtin defaults which make sense for this platform.
_OPSYS_PREFER.getopt?= native
_OPSYS_PREFER.libexecinfo?= native
+_OPSYS_PREFER.mit-krb5?= pkgsrc
_OPSYS_PREFER.openssl?= pkgsrc
_OPSYS_PREFER.solaris-pam?= native
Home |
Main Index |
Thread Index |
Old Index