Sun Feb 12 01:29:30 2017 UTC ()
Disable graphite2 support. Bump PKGREVISION

Enabling graphite2 causes segfault in graphics/librsvg
and SVG support in GTK2 is required for some packages.


(ryoon)
diff -r1.76 -r1.77 pkgsrc/fonts/harfbuzz/Makefile
diff -r1.19 -r1.20 pkgsrc/fonts/harfbuzz/PLIST

cvs diff -r1.76 -r1.77 pkgsrc/fonts/harfbuzz/Makefile (expand / switch to context diff)
--- pkgsrc/fonts/harfbuzz/Makefile 2017/02/06 12:45:09 1.76
+++ pkgsrc/fonts/harfbuzz/Makefile 2017/02/12 01:29:30 1.77
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2017/02/06 12:45:09 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2017/02/12 01:29:30 ryoon Exp $
 
 DISTNAME=	harfbuzz-1.4.2
+PKGREVISION=	1
 CATEGORIES=	fonts
 MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
 EXTRACT_SUFX=	.tar.bz2
@@ -15,7 +16,7 @@
 USE_TOOLS+=		gmake pkg-config
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--with-cairo=no
-CONFIGURE_ARGS+=	--with-graphite2=yes
+CONFIGURE_ARGS+=	--with-graphite2=no
 
 PKGCONFIG_OVERRIDE+=	src/harfbuzz.pc.in
 PKGCONFIG_OVERRIDE+=	src/harfbuzz-icu.pc.in
@@ -56,5 +57,6 @@
 #BUILDLINK_API_DEPENDS.cairo+=	cairo>=1.8.0
 #.include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/graphite2/buildlink3.mk"
+# graphite2 support breaks graphics/librsvg
+#.include "../../graphics/graphite2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/fonts/harfbuzz/PLIST (expand / switch to context diff)
--- pkgsrc/fonts/harfbuzz/PLIST 2017/02/06 12:45:09 1.19
+++ pkgsrc/fonts/harfbuzz/PLIST 2017/02/12 01:29:30 1.20
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2017/02/06 12:45:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2017/02/12 01:29:30 ryoon Exp $
 bin/hb-ot-shape-closure
 bin/hb-shape
 include/harfbuzz/hb-blob.h
@@ -10,7 +10,6 @@
 include/harfbuzz/hb-font.h
 include/harfbuzz/hb-ft.h
 include/harfbuzz/hb-glib.h
-include/harfbuzz/hb-graphite2.h
 ${PLIST.icu}include/harfbuzz/hb-icu.h
 include/harfbuzz/hb-ot-font.h
 include/harfbuzz/hb-ot-layout.h