pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Sep 15 10:45:41 UTC 2020

Modified Files:
        pkgsrc/devel/pango: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 pkgsrc/devel/pango/Makefile

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

Modified files:

Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.235 pkgsrc/devel/pango/Makefile:1.236
--- pkgsrc/devel/pango/Makefile:1.235   Fri Sep  4 11:14:08 2020
+++ pkgsrc/devel/pango/Makefile Tue Sep 15 10:45:41 2020
@@ -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 @@ BUILDLINK_DEPMETHOD.gobject-introspectio
 .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