Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 00:20:39 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r404077 - in branches/2015Q4/www: firefox firefox/files seamonkey seamonkey/files
Message-ID:  <201512210020.tBL0KdNx029018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Dec 21 00:20:38 2015
New Revision: 404077
URL: https://svnweb.freebsd.org/changeset/ports/404077

Log:
  MFH: r404012
  
  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
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q4/www/firefox/Makefile
  branches/2015Q4/www/firefox/files/patch-bug847568
  branches/2015Q4/www/seamonkey/Makefile
  branches/2015Q4/www/seamonkey/files/patch-bug847568
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/www/firefox/Makefile
==============================================================================
--- branches/2015Q4/www/firefox/Makefile	Sun Dec 20 23:44:59 2015	(r404076)
+++ branches/2015Q4/www/firefox/Makefile	Mon Dec 21 00:20:38 2015	(r404077)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	nspr>=4.10.10:${PORTSDIR}
 		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:${PORTSDIR}/audio/libvorbis \
 		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \

Modified: branches/2015Q4/www/firefox/files/patch-bug847568
==============================================================================
--- branches/2015Q4/www/firefox/files/patch-bug847568	Sun Dec 20 23:44:59 2015	(r404076)
+++ branches/2015Q4/www/firefox/files/patch-bug847568	Mon Dec 21 00:20:38 2015	(r404077)
@@ -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)

Modified: branches/2015Q4/www/seamonkey/Makefile
==============================================================================
--- branches/2015Q4/www/seamonkey/Makefile	Sun Dec 20 23:44:59 2015	(r404076)
+++ branches/2015Q4/www/seamonkey/Makefile	Mon Dec 21 00:20:38 2015	(r404077)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	nspr>=4.10.10:${PORTSDIR}
 		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:${PORTSDIR}/audio/libvorbis \
 		libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \

Modified: branches/2015Q4/www/seamonkey/files/patch-bug847568
==============================================================================
--- branches/2015Q4/www/seamonkey/files/patch-bug847568	Sun Dec 20 23:44:59 2015	(r404076)
+++ branches/2015Q4/www/seamonkey/files/patch-bug847568	Mon Dec 21 00:20:38 2015	(r404077)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512210020.tBL0KdNx029018>