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:   tron
Date:           Mon Sep 22 18:39:50 UTC 2025

Modified Files:
        pkgsrc/devel/pango: buildlink3.mk

Log Message:
pango: bump fontconfig requirement to 2.17

This fixes the build of the "x11/gtk2" (and possibly also of the "x11/gtk3")
package under NetBSD with native X11.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/pango/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/devel/pango/buildlink3.mk
diff -u pkgsrc/devel/pango/buildlink3.mk:1.62 pkgsrc/devel/pango/buildlink3.mk:1.63
--- pkgsrc/devel/pango/buildlink3.mk:1.62       Fri Dec 27 08:19:16 2024
+++ pkgsrc/devel/pango/buildlink3.mk    Mon Sep 22 18:39:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.62 2024/12/27 08:19:16 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.63 2025/09/22 18:39:50 tron Exp $
 
 BUILDLINK_TREE+=       pango
 
@@ -26,7 +26,7 @@ pkgbase := pango
 .include "../../converters/fribidi/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.15.0
+BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.17.0
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index