Date: Sun, 23 Jun 2024 11:11:36 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: 97a88eb65caf - main - graphics/oidn: Add fetch dependency security/ca_root_nss Message-ID: <202406231111.45NBBaB6095334@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=97a88eb65caf2ed4955e1dc62a85a2694d674f29 commit 97a88eb65caf2ed4955e1dc62a85a2694d674f29 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-23 11:10:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-23 11:11:15 +0000 graphics/oidn: Add fetch dependency security/ca_root_nss Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com> (via e-mail) --- graphics/oidn/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile index 1e5a948cb300..eb7443aadbcf 100644 --- a/graphics/oidn/Makefile +++ b/graphics/oidn/Makefile @@ -1,6 +1,7 @@ PORTNAME= oidn DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://freebsd.org/:weights # bogus URL to make the framework happy, the fetch uses Git URL below DISTFILES= ${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}:weights @@ -15,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Intel(R) MKL-DNN supports x86 64 bit platforms only (oidn contains a custom version of mkl-dnn, see math/mkl-dnn), and ISPC has a limited availability -FETCH_DEPENDS= git:devel/git \ +FETCH_DEPENDS= ca_root_nss>0:security/ca_root_nss \ + git:devel/git \ git-lfs:devel/git-lfs BUILD_DEPENDS= ispc>=1.14.1:devel/ispc LIB_DEPENDS= libtbb.so:devel/onetbb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406231111.45NBBaB6095334>