pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pango Since 1.45.2 pango needs an introspection ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cef165dadd8
branches:  trunk
changeset: 439256:6cef165dadd8
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Tue Sep 15 10:45:41 2020 +0000

description:
Since 1.45.2 pango needs an introspection enabled harfbuzz to build.
This appeared in pkgsrc harfbuzz 2.7.2.

diffstat:

 devel/pango/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dc3d182de569 -r 6cef165dadd8 devel/pango/Makefile
--- a/devel/pango/Makefile      Tue Sep 15 10:19:20 2020 +0000
+++ b/devel/pango/Makefile      Tue Sep 15 10:45:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.235 2020/09/04 11:14:08 prlw1 Exp $
+# $NetBSD: Makefile,v 1.236 2020/09/15 10:45:41 prlw1 Exp $
 
 DISTNAME=      pango-1.46.1
 CATEGORIES=    devel fonts
@@ -54,7 +54,7 @@
 .include "../../devel/zlib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.11.91
 .include "../../fonts/fontconfig/buildlink3.mk"
-BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=2.0
+BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=2.7.2
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .if ${LIBRSVG_TYPE} == "rust"
 .include "../../graphics/graphite2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index