Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/
Date: Thu, 19 May 2022 22:37:58
Message-Id: 1652999815.c7e2d5d7fbb1b1220a46d73c09f57f6d0a897eec.sam@gentoo
1 commit: c7e2d5d7fbb1b1220a46d73c09f57f6d0a897eec
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 22:36:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 22:36:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e2d5d7
7
8 sci-libs/gdal: disable C# bindings
9
10 There's no need for these AFAIK and leaving it as it is would be wrong anyway
11 (as it automagically tries to use at least .NET SDK bits to download from internet.
12 Not tested with mono though.)
13
14 Closes: https://bugs.gentoo.org/845369
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sci-libs/gdal/gdal-3.5.0-r4.ebuild | 2 ++
18 1 file changed, 2 insertions(+)
19
20 diff --git a/sci-libs/gdal/gdal-3.5.0-r4.ebuild b/sci-libs/gdal/gdal-3.5.0-r4.ebuild
21 index b526f8c5bfe6..7c586d305683 100644
22 --- a/sci-libs/gdal/gdal-3.5.0-r4.ebuild
23 +++ b/sci-libs/gdal/gdal-3.5.0-r4.ebuild
24 @@ -193,6 +193,8 @@ src_configure() {
25 # Bindings
26 -DBUILD_PYTHON_BINDINGS=$(usex python)
27 -DBUILD_JAVA_BINDINGS=$(usex java)
28 + # bug #845369
29 + -DBUILD_CSHARP_BINDINGS=OFF
30
31 # Check work/gdal-3.5.0_build/CMakeCache.txt after configure
32 # and https://github.com/OSGeo/gdal/blob/master/cmake/helpers/CheckCompilerMachineOption.cmake#L71