pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkgsrc: pango: fix build with native xsrc on any recent-ish netb...
details: https://anonhg.NetBSD.org/pkgsrc/rev/06116f6b362f
branches: trunk
changeset: 306528:06116f6b362f
user: snj <snj%pkgsrc.org@localhost>
date: Wed Apr 18 05:38:07 2018 +0000
description:
pango: fix build with native xsrc on any recent-ish netbsd installation
by spelling out version requirements for fontconfig and freetype2.
diffstat:
devel/pango/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3587457f129f -r 06116f6b362f devel/pango/Makefile
--- a/devel/pango/Makefile Wed Apr 18 04:34:48 2018 +0000
+++ b/devel/pango/Makefile Wed Apr 18 05:38:07 2018 +0000
@@ -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_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