pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/gdal-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Nov  7 13:38:29 UTC 2024

Modified Files:
        pkgsrc/geography/gdal-lib: buildlink3.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/geography/gdal-lib/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/buildlink3.mk
diff -u pkgsrc/geography/gdal-lib/buildlink3.mk:1.90 pkgsrc/geography/gdal-lib/buildlink3.mk:1.91
--- pkgsrc/geography/gdal-lib/buildlink3.mk:1.90        Thu Nov  7 13:34:44 2024
+++ pkgsrc/geography/gdal-lib/buildlink3.mk     Thu Nov  7 13:38:29 2024
@@ -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
 



Home | Main Index | Thread Index | Old Index