git: 8d75ee0eee35 - main - security/authenticator: convert to USES=llvm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 16:37:20 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d75ee0eee3546073a21ad639ac548c20096c7df
commit 8d75ee0eee3546073a21ad639ac548c20096c7df
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-24 16:09:33 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-24 16:35:30 +0000
security/authenticator: convert to USES=llvm
---
security/authenticator/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile
index 0c1a44ba215b..fd7dc1534ecc 100644
--- a/security/authenticator/Makefile
+++ b/security/authenticator/Makefile
@@ -10,13 +10,12 @@ WWW= https://gitlab.gnome.org/World/Authenticator
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \
libzbar.so:graphics/zbar \
libpipewire-0.3.so:multimedia/pipewire
RUN_DEPENDS= ${LOCALBASE}/lib/gstreamer-1.0/libgstgtk4.so:multimedia/gstreamer1-plugins-rust
-USES= cargo desktop-file-utils gettext gnome gstreamer meson pkgconfig sqlite ssl
+USES= cargo desktop-file-utils gettext gnome gstreamer llvm meson pkgconfig sqlite ssl
USE_GITLAB= yes
USE_GNOME= gdkpixbuf2 gtk40 libadwaita
USE_GSTREAMER= zbar
@@ -32,7 +31,7 @@ CARGO_TEST= no
GLIB_SCHEMAS= com.belmoussaoui.Authenticator.gschema.xml
post-patch:
- @${REINPLACE_CMD} -e 's,"llvm-config,&${LLVM_DEFAULT},' \
+ @${REINPLACE_CMD} -e 's,"llvm-config,&${LLVM_VERSION},' \
${WRKSRC}/cargo-crates/clang-sys-*/build/common.rs \
${WRKSRC}/cargo-crates/clang-sys-*/src/support.rs
@${REINPLACE_CMD} -e '/gstreamer.*bad/d' \