pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/fontconfig



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Sep  9 12:22:03 UTC 2019

Modified Files:
        pkgsrc/fonts/fontconfig: buildlink3.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/fonts/fontconfig/buildlink3.mk

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

Modified files:

Index: pkgsrc/fonts/fontconfig/buildlink3.mk
diff -u pkgsrc/fonts/fontconfig/buildlink3.mk:1.36 pkgsrc/fonts/fontconfig/buildlink3.mk:1.37
--- pkgsrc/fonts/fontconfig/buildlink3.mk:1.36  Fri Aug 31 09:06:07 2018
+++ pkgsrc/fonts/fontconfig/buildlink3.mk       Mon Sep  9 12:22:03 2019
@@ -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