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:   ryoon
Date:           Wed Dec 11 12:00:53 UTC 2024

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

Log Message:
www/curl: Disable gssapi option for NetBSD

With gssapi option, libcurl.pc includes heimdal-gssapi in
Requires.private. And it is not supplied by heimdal in NetBSD base.
Then consumers of www/curl do not build.
Disable gssapi option by default for NetBSD as workaround.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/www/curl/options.mk:1.22
--- pkgsrc/www/curl/options.mk:1.21     Fri Aug  9 11:07:36 2024
+++ pkgsrc/www/curl/options.mk  Wed Dec 11 12:00:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2024/08/09 11:07:36 nia Exp $
+# $NetBSD: options.mk,v 1.22 2024/12/11 12:00:53 ryoon Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.curl
 PKG_SUPPORTED_OPTIONS=         inet6 libssh2 gssapi ldap rtmp idn http2 brotli
@@ -6,9 +6,6 @@ PKG_SUPPORTED_OPTIONS+=         zstd
 PKG_SUGGESTED_OPTIONS=         http2 inet6 idn
 PKG_OPTIONS_LEGACY_OPTS=       libidn:idn
 
-# Kerberos is built in - no additional dependency
-PKG_SUGGESTED_OPTIONS.NetBSD+= gssapi
-
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Minet6)



Home | Main Index | Thread Index | Old Index