Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2024 09:42:04 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: 7a6dccba2264 - main - misc/onnxruntime: Minor correction
Message-ID:  <202410090942.4999g4Kj066675@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=7a6dccba226474273665aaa394ffde20f69f251f

commit 7a6dccba226474273665aaa394ffde20f69f251f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-09 05:30:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-09 09:41:58 +0000

    misc/onnxruntime: Minor correction
---
 misc/onnxruntime/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/onnxruntime/Makefile b/misc/onnxruntime/Makefile
index fe379ece94a9..ea55b2a59131 100644
--- a/misc/onnxruntime/Makefile
+++ b/misc/onnxruntime/Makefile
@@ -36,7 +36,7 @@ CONFLICTS_BUILD=	abseil benchmark nsync googletest dlpack flatbuffers gsl mimall
 			nlohmann-json onnx protobuf psimd pthreadpool pybind11 re2
 
 dev-update-deps-in-makefiles: extract # this should be run when the port is updated
-	@${FILEDIR} ${DEPS_FILE}
+	@${FILEDIR}/convert-deps.sh ${DEPS_FILE}
 
 pre-configure:
 	@${REINPLACE_CMD} -E 's|;(https://.*)/([^/]+\.zip);|;file://${DISTDIR}/${DIST_SUBDIR}/\2;|' ${DEPS_FILE}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410090942.4999g4Kj066675>