git: ba2598cc9193 - main - graphics/h3: Complete CMAKE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:06:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba2598cc9193030cb3640aff50196ce1e56d3c1e commit ba2598cc9193030cb3640aff50196ce1e56d3c1e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:29:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:16 +0000 graphics/h3: Complete CMAKE_ARGS - Bump PORTREVISION for package change --- graphics/h3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/h3/Makefile b/graphics/h3/Makefile index c918c7e44d8e..23a0457434ce 100644 --- a/graphics/h3/Makefile +++ b/graphics/h3/Makefile @@ -1,5 +1,6 @@ PORTNAME= h3 PORTVERSION= 3.7.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= graphics @@ -12,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake -CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= BUILD_TESTING ENABLE_COVERAGE ENABLE_DOCS ENABLE_FORMAT ENABLE_LIBFUZZER ENABLE_LINTING H3_FUZZER_NO_MAIN WARNINGS_AS_ERRORS +CMAKE_ON= BUILD_BENCHMARKS BUILD_FILTERS BUILD_FUZZERS BUILD_GENERATORS BUILD_SHARED_LIBS USE_GITHUB= yes GH_ACCOUNT= uber