From 4ace3e924aa69cf285f29d0bdeada28c97daed9c Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 7 Nov 2024 13:38:29 +0000 Subject: [PATCH] geography/gdal-lib: Increase API_DEPENDS I'm really not clear on API changes, or on what gdal version a typical/reasonable actually-maintained program would expect as a minimum. I am picking 3.7.0 as a floor, and thus saying that if you have installed gdal older than that and want to build something using it, you should rebuild gdal first. I expect this to affect zero actual people; not updating gdal and building other programs doesn't make sense. FWIW, no package (other than py-gdal which doesn't count) currently sets BUILDLINK_API_DEPENDS.gdal-lib. --- geography/gdal-lib/buildlink3.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geography/gdal-lib/buildlink3.mk b/geography/gdal-lib/buildlink3.mk index 8ab32acd0f73..afbfdfb8906f 100644 --- a/geography/gdal-lib/buildlink3.mk +++ b/geography/gdal-lib/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.90 2024/11/07 13:34:44 gdt Exp $ +# $NetBSD: buildlink3.mk,v 1.91 2024/11/07 13:38:29 gdt Exp $ BUILDLINK_TREE+= gdal-lib .if !defined(GDAL_LIB_BUILDLINK3_MK) GDAL_LIB_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=3.0.0 +BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=3.7.0 BUILDLINK_ABI_DEPENDS.gdal-lib+= gdal-lib>=3.10.0 BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib