CVS commit: pkgsrc/www/curl
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: rillig Date: Sat Jul 25 20:55:05 UTC 2026 Modified Files: pkgsrc/www/curl: options.mk Log Message: www/curl: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/curl/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 737 B)
Modified files: Index: pkgsrc/www/curl/options.mk diff -u pkgsrc/www/curl/options.mk:1.30 pkgsrc/www/curl/options.mk:1.31 --- pkgsrc/www/curl/options.mk:1.30 Mon Jun 1 10:10:12 2026 +++ pkgsrc/www/curl/options.mk Sat Jul 25 20:55:05 2026 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.30 2026/06/01 10:10:12 leot Exp $ +# $NetBSD: options.mk,v 1.31 2026/07/25 20:55:05 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.curl PKG_SUPPORTED_OPTIONS= inet6 openssl libssh2 gssapi ldap rtmp idn http2 @@ -51,9 +51,6 @@ CONFIGURE_ARGS+= --disable-ldap .if !empty(PKG_OPTIONS:Mrtmp) .include "../../net/rtmpdump/buildlink3.mk" -CONFIGURE_ARGS+= --with-librtmp -.else -CONFIGURE_ARGS+= --without-librtmp .endif .if !empty(PKG_OPTIONS:Midn)