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:   leot
Date:           Mon Jun  1 10:10:12 UTC 2026

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

Log Message:
curl: document the circular dependency

We have it in the CVS history, but let's document it as an "XXX" comment too so
possible future hands are less tempted to just uncomment them!

Thanks <ryoon> and Marc Baudoin!


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/www/curl/options.mk:1.30
--- pkgsrc/www/curl/options.mk:1.29     Mon Jun  1 03:36:08 2026
+++ pkgsrc/www/curl/options.mk  Mon Jun  1 10:10:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2026/06/01 03:36:08 ryoon Exp $
+# $NetBSD: options.mk,v 1.30 2026/06/01 10:10:12 leot Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.curl
 PKG_SUPPORTED_OPTIONS=         inet6 openssl libssh2 gssapi ldap rtmp idn http2
@@ -72,6 +72,7 @@ TEST_DEPENDS+=                nghttp2-tools-[0-9]*:../
 CONFIGURE_ARGS+=       --without-nghttp2
 .endif
 
+# XXX: nghttp3, cmake and curl cause circular dependency
 #.if !empty(PKG_OPTIONS:Mhttp3)
 #USE_TOOLS+=           pkg-config
 #CONFIGURE_ARGS+=      --with-nghttp3=${BUILDLINK_PREFIX.nghttp3}



Home | Main Index | Thread Index | Old Index