pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz Disable graphite2 support. Bump PKGREVI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/537e76718d6f
branches:  trunk
changeset: 358401:537e76718d6f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Feb 12 01:29:30 2017 +0000

description:
Disable graphite2 support. Bump PKGREVISION

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

diffstat:

 fonts/harfbuzz/Makefile |  8 +++++---
 fonts/harfbuzz/PLIST    |  3 +--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r eac0821b0b10 -r 537e76718d6f fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Sun Feb 12 01:01:29 2017 +0000
+++ b/fonts/harfbuzz/Makefile   Sun Feb 12 01:29:30 2017 +0000
@@ -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"
diff -r eac0821b0b10 -r 537e76718d6f fonts/harfbuzz/PLIST
--- a/fonts/harfbuzz/PLIST      Sun Feb 12 01:01:29 2017 +0000
+++ b/fonts/harfbuzz/PLIST      Sun Feb 12 01:29:30 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index