Skip to content

Commit

Permalink
geography/gdal-lib: Increase API_DEPENDS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gdt committed Nov 7, 2024
1 parent ea4919f commit 4ace3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geography/gdal-lib/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4ace3e9

Please sign in to comment.