summaryrefslogtreecommitdiff
path: root/geography/gpsd
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-07-02 19:50:08 +0000
committergdt <gdt@pkgsrc.org>2019-07-02 19:50:08 +0000
commitd5d709caf18e40487411a6fc08035f630dc5b0eb (patch)
tree71b6bdeeaa3d71dc423f0c97c44f31eb13d15a97 /geography/gpsd
parent00200570c509ed0630612b3aafa3ea643f387bb7 (diff)
downloadpkgsrc-d5d709caf18e40487411a6fc08035f630dc5b0eb.tar.gz
geography/gpsd: Update ABI in buildlink3.mk
3.19 was an ABI break, so force depending packages to use it.
Diffstat (limited to 'geography/gpsd')
-rw-r--r--geography/gpsd/buildlink3.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/geography/gpsd/buildlink3.mk b/geography/gpsd/buildlink3.mk
index 61b4dc50bba..b109cda7d0b 100644
--- a/geography/gpsd/buildlink3.mk
+++ b/geography/gpsd/buildlink3.mk
@@ -1,14 +1,13 @@
-# $NetBSD: buildlink3.mk,v 1.5 2012/05/07 01:53:31 dholland Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2019/07/02 19:50:08 gdt Exp $
BUILDLINK_TREE+= gpsd
.if !defined(GPSD_BUILDLINK3_MK)
GPSD_BUILDLINK3_MK:=
-# 2.90 is the beginning of withdrawing of interfaces. Plus
-# it's an ABI.
-BUILDLINK_API_DEPENDS.gpsd+= gpsd>=2.90
-BUILDLINK_ABI_DEPENDS.gpsd+= gpsd>=2.96
+# 3.19 changed structures and is thus an ABI break.
+BUILDLINK_API_DEPENDS.gpsd+= gpsd>=3.19
+BUILDLINK_ABI_DEPENDS.gpsd+= gpsd>=3.19
BUILDLINK_PKGSRCDIR.gpsd?= ../../geography/gpsd
.endif # GPSD_BUILDLINK3_MK