pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig fonts/fontconfig: Bump bl3 API_dEPEND...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63e77b6aba9c
branches:  trunk
changeset: 401025:63e77b6aba9c
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Sep 09 12:22:03 2019 +0000

description:
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:

 fonts/fontconfig/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 39657678ce68 -r 63e77b6aba9c fonts/fontconfig/buildlink3.mk
--- a/fonts/fontconfig/buildlink3.mk    Mon Sep 09 12:21:44 2019 +0000
+++ b/fonts/fontconfig/buildlink3.mk    Mon Sep 09 12:22:03 2019 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index