Date: Sun, 25 Feb 2024 23:36:39 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9d360f8a4570 - main - misc/tenere: Add missing dependency Message-ID: <202402252336.41PNad9u092033@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d360f8a457078b1729b9fe93fec4e944800103f commit 9d360f8a457078b1729b9fe93fec4e944800103f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-25 23:35:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-25 23:35:12 +0000 misc/tenere: Add missing dependency --- misc/tenere/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile index b85fc6f929fc..99991db3d6aa 100644 --- a/misc/tenere/Makefile +++ b/misc/tenere/Makefile @@ -1,7 +1,7 @@ PORTNAME= tenere DISTVERSIONPREFIX= v DISTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= compilation fails: cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed' -LIB_DEPENDS= libonig.so:devel/oniguruma +LIB_DEPENDS= libgit2.so:devel/libgit2 \ + libonig.so:devel/oniguruma USES= cargo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402252336.41PNad9u092033>