pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/libspatialite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 29 11:38:50 UTC 2025

Modified Files:
        pkgsrc/geography/libspatialite: Makefile

Log Message:
libspatialite: allow newer libxml2 too

Noticed by gdt


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/geography/libspatialite/Makefile

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

Modified files:

Index: pkgsrc/geography/libspatialite/Makefile
diff -u pkgsrc/geography/libspatialite/Makefile:1.44 pkgsrc/geography/libspatialite/Makefile:1.45
--- pkgsrc/geography/libspatialite/Makefile:1.44        Fri Apr 25 07:09:42 2025
+++ pkgsrc/geography/libspatialite/Makefile     Thu May 29 11:38:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2025/04/25 07:09:42 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/05/29 11:38:50 wiz Exp $
 
 DISTNAME=      libspatialite-5.1.0
 PKGREVISION=   11
@@ -26,6 +26,6 @@ BUILDLINK_API_DEPENDS.sqlite3+=       sqlite3>
 .include "../../geography/librttopo/buildlink3.mk"
 .include "../../geography/proj/buildlink3.mk"
 .include "../../textproc/freexl/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.libxml2+=        libxml2-2.14.2nb2
+BUILDLINK_ABI_DEPENDS.libxml2+=        libxml2>=2.14.2nb2
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index