git: 37f3cbda44e3 - main - multimedia/wl-screenrec: temporarily skip updates

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 16 Nov 2024 00:47:45 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37f3cbda44e32f27284bab7e42bc1f91dab706b9

commit 37f3cbda44e32f27284bab7e42bc1f91dab706b9
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-11-16 00:33:12 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-11-16 00:33:12 +0000

    multimedia/wl-screenrec: temporarily skip updates
---
 multimedia/wl-screenrec/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile
index 6462e582fc03..4b77d63bfe48 100644
--- a/multimedia/wl-screenrec/Makefile
+++ b/multimedia/wl-screenrec/Makefile
@@ -21,6 +21,10 @@ PLIST_FILES=	bin/${PORTNAME} \
 		share/fish/vendor_completions.d/${PORTNAME}.fish \
 		share/zsh/site-functions/_${PORTNAME}
 
+# https://github.com/russelltg/wl-screenrec/issues/99
+# https://github.com/zmwangx/rust-ffmpeg-sys/issues/96
+PORTSCOUT=	ignore:1
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,"llvm-config,"${LLVM_CONFIG},' \
 		${WRKSRC_crate_clang-sys}/build/common.rs \