summaryrefslogtreecommitdiff
path: root/misc/ncnn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ncnn/Makefile')
-rw-r--r--misc/ncnn/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile
index 7e506624ed5f..94030d8ce2b7 100644
--- a/misc/ncnn/Makefile
+++ b/misc/ncnn/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ncnn
-DISTVERSION= 20240410
+DISTVERSION= 20240820
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libabsl_flags_program_name.so:devel/abseil \
libprotobuf.so:devel/protobuf
-USES= cmake:testing # 1 test fails, see https://github.com/Tencent/ncnn/issues/4742#issuecomment-1879563662
+USES= cmake:testing # 2 tests fail (test_squeezenet, test_c_api), but the debug build fails due to missing absl* symbol, also see https://github.com/Tencent/ncnn/issues/4742#issuecomment-1879563662
USE_LDCONFIG= yes
USE_GITHUB= yes