pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/freetype2
Module Name: pkgsrc
Committed By: riastradh
Date: Sat Apr 1 11:52:33 UTC 2023
Modified Files:
pkgsrc/graphics/freetype2: buildlink3.mk
Log Message:
graphics/freetype2: Bump BUILDLINK_API_DEPENDS to cope with brotli.
Otherwise if an earlier version of freetype2 is installed, dependent
packages fail to build with messages like this:
===> Creating toolchain wrappers for fontconfig-2.14.2
ERROR: brotli>=1.0.1 is not installed; can't buildlink files.
(If there's a better way to deal with this that doesn't trigger
excessive rebuilds of freetype2 when older versions are acceptable,
feel free to do this differently!)
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/freetype2/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/graphics/freetype2/buildlink3.mk
diff -u pkgsrc/graphics/freetype2/buildlink3.mk:1.52 pkgsrc/graphics/freetype2/buildlink3.mk:1.53
--- pkgsrc/graphics/freetype2/buildlink3.mk:1.52 Thu Feb 9 19:49:45 2023
+++ pkgsrc/graphics/freetype2/buildlink3.mk Sat Apr 1 11:52:32 2023
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.52 2023/02/09 19:49:45 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.53 2023/04/01 11:52:32 riastradh Exp $
BUILDLINK_TREE+= freetype2
.if !defined(FREETYPE2_BUILDLINK3_MK)
FREETYPE2_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.8.1
+BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.13.0
BUILDLINK_PKGSRCDIR.freetype2?= ../../graphics/freetype2
BUILDLINK_INCDIRS.freetype2?= include/freetype2
Home |
Main Index |
Thread Index |
Old Index