summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-09-09 12:22:03 +0000
committergdt <gdt@pkgsrc.org>2019-09-09 12:22:03 +0000
commit446c051f86dffd1f207d795e1715d3ce5a162c4b (patch)
tree3997801e11ad0bc275423ac0b393022bdb985363 /fonts
parentc27eaba45447ed665857067a5b76089150173eb7 (diff)
downloadpkgsrc-446c051f86dffd1f207d795e1715d3ce5a162c4b.tar.gz
fonts/fontconfig: Bump bl3 API_dEPENDS to 2.11.91
If the base fontconfig is old, and some but not all fontconfig-using packages need newer, we end up with some binaries having two different fontconfigs. Adjust fontconfig's API_DEPENDS to 2.11.91, because pango needs at least that. This means that pkgsrc fontconfig will always be used on netbsd-8. The only sound approach appears to be a hard choice of system vs pkgsrc fontconfig, without per-package overrides, but that's a bigger step. We could also consider changing API_DEPENDS to match the pkgsrc fontconfig, so base is only used if newer. (Needs a revbump.) As discussed on tech-pkg.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontconfig/buildlink3.mk b/fonts/fontconfig/buildlink3.mk
index f916ccce631..7f73b3e5864 100644
--- a/fonts/fontconfig/buildlink3.mk
+++ b/fonts/fontconfig/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.36 2018/08/31 09:06:07 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.37 2019/09/09 12:22:03 gdt Exp $
BUILDLINK_TREE+= fontconfig
.if !defined(FONTCONFIG_BUILDLINK3_MK)
FONTCONFIG_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.10.93
+BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.11.91
BUILDLINK_ABI_DEPENDS.fontconfig+= fontconfig>=2.13.0
BUILDLINK_PKGSRCDIR.fontconfig?= ../../fonts/fontconfig