git: f51593e1046d - main - security/authenticator: drop gstreamer1 < 1.18 workaround after e3b732b4791c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 21:21:50 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f51593e1046d3d363e2d8f50742613899fdd847d
commit f51593e1046d3d363e2d8f50742613899fdd847d
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-10-15 21:00:12 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-10-15 21:21:45 +0000
security/authenticator: drop gstreamer1 < 1.18 workaround after e3b732b4791c
---
security/authenticator/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile
index 8e8b04dfd927..6cfdcadfa8df 100644
--- a/security/authenticator/Makefile
+++ b/security/authenticator/Makefile
@@ -394,8 +394,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,"llvm-config,&${LLVM_DEFAULT},' \
${WRKSRC}/cargo-crates/clang-sys-*/build/common.rs \
${WRKSRC}/cargo-crates/clang-sys-*/src/support.rs
- @${REINPLACE_CMD} -e '/gstreamer/s/1\.18/1.16/' \
- -e '/gstreamer.*bad/d' \
+ @${REINPLACE_CMD} -e '/gstreamer.*bad/d' \
${WRKSRC}/meson.build
# Make each cargo subcommand very verbose
# Add explicit <triple> subdir for --target from USES=cargo