pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freetype2 fonts/fontconfig: Bump bl3 API_dEPE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaafd8ce026d
branches:  trunk
changeset: 339262:eaafd8ce026d
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Sep 09 12:26:04 2019 +0000

description:
fonts/fontconfig: Bump bl3 API_dEPENDS to 2.11.91

If the base freetype is old, and some but not all freetype-using
packages need newer, we end up with some binaries having two different
freetypes.  Adjust freetype's API_DEPENDS to 2.8.1, because
pango needs at least that.  This means that pkgsrc freetype will
always be used on netbsd-8.

(ABI_DEPENDS should perhaps be bumped as well, and it's hard to
believe that there has been no ABI change since 2.4.11.)

(Needs a revbump.)

As discussed on tech-pkg.

diffstat:

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

diffs (17 lines):

diff -r 47f298078c2e -r eaafd8ce026d graphics/freetype2/buildlink3.mk
--- a/graphics/freetype2/buildlink3.mk  Mon Sep 09 12:22:03 2019 +0000
+++ b/graphics/freetype2/buildlink3.mk  Mon Sep 09 12:26:04 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.47 2018/01/07 13:04:14 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.48 2019/09/09 12:26:04 gdt Exp $
 
 BUILDLINK_TREE+=       freetype2
 
 .if !defined(FREETYPE2_BUILDLINK3_MK)
 FREETYPE2_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.4.5
+BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.8.1
 BUILDLINK_ABI_DEPENDS.freetype2+=      freetype2>=2.4.11
 BUILDLINK_PKGSRCDIR.freetype2?=                ../../graphics/freetype2
 BUILDLINK_INCDIRS.freetype2?=          include/freetype2



Home | Main Index | Thread Index | Old Index