svn commit: r320104 - in head/print/harfbuzz: . files
Koop Mast
kwm at FreeBSD.org
Thu Jun 6 14:59:51 UTC 2013
Author: kwm
Date: Thu Jun 6 14:59:50 2013
New Revision: 320104
URL: http://svnweb.freebsd.org/changeset/ports/320104
Log:
Enable disabled support for cairo, graphite and icu support. It was pointed
out to me that there is a subtle build failure in future webkit releases and
that libreoffice 4.1 depends on the icu support in harfbuzz.
Pointed out by: olivierd@ (via priv mail) and ftigeot (on IRC)
Deleted:
head/print/harfbuzz/files/patch-configure
Modified:
head/print/harfbuzz/Makefile
head/print/harfbuzz/pkg-plist
Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile Thu Jun 6 14:43:50 2013 (r320103)
+++ head/print/harfbuzz/Makefile Thu Jun 6 14:59:50 2013 (r320104)
@@ -3,19 +3,22 @@
PORTNAME= harfbuzz
PORTVERSION= 0.9.16
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
MAINTAINER= kwm at FreeBSD.org
COMMENT= OpenType text shaping engine
-LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
+ icudata:${PORTSDIR}/devel/icu \
+ graphite2:${PORTSDIR}/graphics/graphite2
USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USES= pathfix pkgconfig
-USE_GNOME= glib20 ltverhack
+USE_GNOME= cairo glib20 ltverhack
USE_AUTOTOOLS= libtool
.include <bsd.port.pre.mk>
Modified: head/print/harfbuzz/pkg-plist
==============================================================================
--- head/print/harfbuzz/pkg-plist Thu Jun 6 14:43:50 2013 (r320103)
+++ head/print/harfbuzz/pkg-plist Thu Jun 6 14:59:50 2013 (r320104)
@@ -1,5 +1,6 @@
bin/hb-ot-shape-closure
bin/hb-shape
+bin/hb-view
include/harfbuzz/hb-blob.h
include/harfbuzz/hb-buffer.h
include/harfbuzz/hb-common.h
@@ -7,6 +8,8 @@ include/harfbuzz/hb-font.h
include/harfbuzz/hb-ft.h
include/harfbuzz/hb-glib.h
include/harfbuzz/hb-gobject.h
+include/harfbuzz/hb-graphite2.h
+include/harfbuzz/hb-icu.h
include/harfbuzz/hb-ot-layout.h
include/harfbuzz/hb-ot-tag.h
include/harfbuzz/hb-ot.h
More information about the svn-ports-head
mailing list