aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-12-19 18:50:13 +0800
committerjbeich <jbeich@FreeBSD.org>2015-12-19 18:50:13 +0800
commit5294fb2a154959204f6557d5a5e411323035ad81 (patch)
treebfc779bd66c99a1e68e7c174a33cfce6e8ec9054 /www/seamonkey
parent08f211b52033ab45d7f70be425949fb676da1ecf (diff)
downloadfreebsd-ports-gnome-5294fb2a154959204f6557d5a5e411323035ad81.tar.gz
freebsd-ports-gnome-5294fb2a154959204f6557d5a5e411323035ad81.tar.zst
freebsd-ports-gnome-5294fb2a154959204f6557d5a5e411323035ad81.zip
www/firefox: bump required harfbuzz version
In file included from gfx/thebes/Unified_cpp_gfx_thebes1.cpp:11: gfx/thebes/gfxHarfBuzzShaper.cpp:1571:41: error: use of undeclared identifier 'HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS' hb_buffer_set_cluster_level(buffer, HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS); ^ Reported by: graemeg on forums.freebsd.org MFH: 2015Q4
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile2
-rw-r--r--www/seamonkey/files/patch-bug8475682
2 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index d66f91328d86..0fac3d2c3e6b 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= nspr>=4.10.10:${PORTSDIR}/devel/nspr \
nss>=3.19.4:${PORTSDIR}/security/nss \
libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
- harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \
+ harfbuzz>=0.9.42:${PORTSDIR}/print/harfbuzz \
graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \
libvorbis>=1.3.5,3:${PORTSDIR}/audio/libvorbis \
libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \
diff --git a/www/seamonkey/files/patch-bug847568 b/www/seamonkey/files/patch-bug847568
index 0164cea9a32d..f7671f47cfa0 100644
--- a/www/seamonkey/files/patch-bug847568
+++ b/www/seamonkey/files/patch-bug847568
@@ -46,7 +46,7 @@ index ac38f40..87536b7 100644
+MOZ_NATIVE_HARFBUZZ=)
+
+if test -n "$MOZ_NATIVE_HARFBUZZ"; then
-+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34)
++ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.42)
+fi
+
+AC_SUBST(MOZ_NATIVE_HARFBUZZ)