diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-02-12 01:29:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-02-12 01:29:30 +0000 |
commit | a6f645814421703a79aec7959ef87c50bb64453a (patch) | |
tree | 68cb73174624b9d16fb75f154f30eb1922bbd805 /fonts | |
parent | 64ad14912566ca993132dad80e927ab484779a57 (diff) | |
download | pkgsrc-a6f645814421703a79aec7959ef87c50bb64453a.tar.gz |
Disable graphite2 support. Bump PKGREVISION
Enabling graphite2 causes segfault in graphics/librsvg
and SVG support in GTK2 is required for some packages.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 8 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index a628842b967..723ee52f36b 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -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_LIBTOOL= yes 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 @@ PLIST.coretext= yes #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 --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index 039eb58ab8f..48b79ff576e 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -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-face.h 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 |