CVS commit: pkgsrc/www/curl
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Sat Jul 25 20:59:06 UTC 2026 Modified Files: pkgsrc/www/curl: buildlink3.mk Log Message: curl: remove rtmp option in bl3.mk as well To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/curl/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 775 B)
Modified files:
Index: pkgsrc/www/curl/buildlink3.mk
diff -u pkgsrc/www/curl/buildlink3.mk:1.72 pkgsrc/www/curl/buildlink3.mk:1.73
--- pkgsrc/www/curl/buildlink3.mk:1.72 Thu May 14 16:42:19 2026
+++ pkgsrc/www/curl/buildlink3.mk Sat Jul 25 20:59:06 2026
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.72 2026/05/14 16:42:19 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.73 2026/07/25 20:59:06 wiz Exp $
BUILDLINK_TREE+= curl
@@ -24,9 +24,6 @@ BUILDLINK_API_DEPENDS.openssl+= openssl>
.if ${PKG_BUILD_OPTIONS.curl:Mldap}
. include "../../databases/openldap-client/buildlink3.mk"
.endif
-.if ${PKG_BUILD_OPTIONS.curl:Mrtmp}
-. include "../../net/rtmpdump/buildlink3.mk"
-.endif
.if ${PKG_BUILD_OPTIONS.curl:Midn}
. include "../../devel/libidn2/buildlink3.mk"
.endif