git: 095afe175195 - main - multimedia/gstreamer1-plugins-rust: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 22:19:04 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=095afe17519511639d8f505cea4daca74f279ac4 commit 095afe17519511639d8f505cea4daca74f279ac4 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-20 21:14:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-20 22:18:38 +0000 multimedia/gstreamer1-plugins-rust: unbreak with --auto-features=enabled docs/meson.build:52:0: ERROR: Program 'hotdoc' not found or not executable PR: 270361 --- multimedia/gstreamer1-plugins-rust/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 83bce084bc09..734a68471c98 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -23,6 +23,7 @@ GL_ACCOUNT= gstreamer GL_PROJECT= gst-plugins-rs GL_COMMIT= 6b53562495d1e1657f74401754589514e43dff40 SHEBANG_FILES= dependencies.py +MESON_ARGS= -Ddoc=disabled MAKE_ENV= ${CARGO_ENV} CARGO_BUILD= no CARGO_INSTALL= no