git: 0fa447f55ad7 - main - devel/libada: disable find to git and python3 for cmake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 19:55:17 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fa447f55ad7a5b80ccedc458ecb85e3b4e372b7 commit 0fa447f55ad7a5b80ccedc458ecb85e3b4e372b7 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-08-04 19:53:36 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-08-04 19:55:10 +0000 devel/libada: disable find to git and python3 for cmake Bump PORTREVISION. Reported by: diizzy --- devel/libada/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/libada/Makefile b/devel/libada/Makefile index 63aa8e2c0e65..fc5f570e9b37 100644 --- a/devel/libada/Makefile +++ b/devel/libada/Makefile @@ -1,6 +1,7 @@ PORTNAME= libada DISTVERSIONPREFIX= v DISTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org @@ -14,7 +15,9 @@ USES= cmake localbase:ldflags USE_LDCONFIG= yes CMAKE_OFF= ADA_TESTING ADA_BENCHMARKS ADA_TOOLS -CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_ON= BUILD_SHARED_LIBS \ + CMAKE_DISABLE_FIND_PACKAGE_Git \ + CMAKE_DISABLE_FIND_PACKAGE_Python3 USE_GITHUB= yes GH_ACCOUNT= ada-url