pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  5 09:59:03 UTC 2025

Modified Files:
        pkgsrc/www/curl: options.mk

Log Message:
curl: heimdal is not supported any longer


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/curl/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/options.mk
diff -u pkgsrc/www/curl/options.mk:1.24 pkgsrc/www/curl/options.mk:1.25
--- pkgsrc/www/curl/options.mk:1.24     Wed Nov  5 09:30:19 2025
+++ pkgsrc/www/curl/options.mk  Wed Nov  5 09:59:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2025/11/05 09:30:19 wiz Exp $
+# $NetBSD: options.mk,v 1.25 2025/11/05 09:59:03 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.curl
 PKG_SUPPORTED_OPTIONS=         inet6 openssl libssh2 gssapi ldap rtmp idn http2
@@ -32,6 +32,8 @@ CONFIGURE_ARGS+=      --without-libssh2
 .endif
 
 .if !empty(PKG_OPTIONS:Mgssapi)
+# does not support heimdal after 8.17.0
+KRB5_ACCEPTED=         mit-krb5
 .include "../../mk/krb5.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gssapi=${KRB5BASE}
 CONFIGURE_ARGS+=       --with-gssapi-includes=${KRB5BASE}/include/gssapi



Home | Main Index | Thread Index | Old Index