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: Sat Jul 25 20:58:53 UTC 2026
Modified Files:
pkgsrc/www/curl: options.mk
Log Message:
curl: remove rtmp option
rtmp support was removed in 8.20.0
https://daniel.haxx.se/blog/2026/03/21/bye-bye-rtmp/
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/www/curl/options.mk:1.32
--- pkgsrc/www/curl/options.mk:1.31 Sat Jul 25 20:55:05 2026
+++ pkgsrc/www/curl/options.mk Sat Jul 25 20:58:53 2026
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.31 2026/07/25 20:55:05 rillig Exp $
+# $NetBSD: options.mk,v 1.32 2026/07/25 20:58:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.curl
-PKG_SUPPORTED_OPTIONS= inet6 openssl libssh2 gssapi ldap rtmp idn http2
+PKG_SUPPORTED_OPTIONS= inet6 openssl libssh2 gssapi ldap idn http2
PKG_SUPPORTED_OPTIONS+= brotli zstd
PKG_SUGGESTED_OPTIONS= http2 inet6 idn
.if ${OPSYS} != "QNX"
@@ -49,10 +49,6 @@ CONFIGURE_ARGS+= --enable-ldaps
CONFIGURE_ARGS+= --disable-ldap
.endif
-.if !empty(PKG_OPTIONS:Mrtmp)
-.include "../../net/rtmpdump/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Midn)
.include "../../devel/libidn2/buildlink3.mk"
CONFIGURE_ARGS+= --with-libidn2
Home |
Main Index |
Thread Index |
Old Index