pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/harfbuzz
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Feb 12 01:29:30 UTC 2017
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile PLIST
Log Message:
Disable graphite2 support. Bump PKGREVISION
Enabling graphite2 causes segfault in graphics/librsvg
and SVG support in GTK2 is required for some packages.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/fonts/harfbuzz/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/fonts/harfbuzz/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/harfbuzz/Makefile
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.76 pkgsrc/fonts/harfbuzz/Makefile:1.77
--- pkgsrc/fonts/harfbuzz/Makefile:1.76 Mon Feb 6 12:45:09 2017
+++ pkgsrc/fonts/harfbuzz/Makefile Sun Feb 12 01:29:30 2017
@@ -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"
Index: pkgsrc/fonts/harfbuzz/PLIST
diff -u pkgsrc/fonts/harfbuzz/PLIST:1.19 pkgsrc/fonts/harfbuzz/PLIST:1.20
--- pkgsrc/fonts/harfbuzz/PLIST:1.19 Mon Feb 6 12:45:09 2017
+++ pkgsrc/fonts/harfbuzz/PLIST Sun Feb 12 01:29:30 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index