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:   snj
Date:           Wed Apr 18 05:38:08 UTC 2018

Modified Files:
        pkgsrc/devel/pango: Makefile

Log Message:
pango: fix build with native xsrc on any recent-ish netbsd installation
by spelling out version requirements for fontconfig and freetype2.


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 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.211 pkgsrc/devel/pango/Makefile:1.212
--- pkgsrc/devel/pango/Makefile:1.211   Mon Apr 16 13:35:24 2018
+++ pkgsrc/devel/pango/Makefile Wed Apr 18 05:38:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.211 2018/04/16 13:35:24 wiz Exp $
+# $NetBSD: Makefile,v 1.212 2018/04/18 05:38:07 snj Exp $
 
 DISTNAME=      pango-1.42.1
 CATEGORIES=    devel fonts
@@ -39,12 +39,15 @@ BUILDLINK_API_DEPENDS.glib2+=       glib2>=2.3
 BUILDLINK_DEPMETHOD.gobject-introspection:= build
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.10.91
+BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.11.91
 .include "../../fonts/fontconfig/buildlink3.mk"
 BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=0.9.9
 .include "../../fonts/harfbuzz/buildlink3.mk"
 BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.12.10
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/cairo-gobject/buildlink3.mk"
+# XXX freetype versioning is insane. needs libtool version >= 21.0.15,
+# which corresponds to release version 2.8.1
+BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.8.1
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index