Index: head/graphics/graphite2/files/patch-src_FeatureMap.cpp =================================================================== --- head/graphics/graphite2/files/patch-src_FeatureMap.cpp (revision 440257) +++ head/graphics/graphite2/files/patch-src_FeatureMap.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- src/FeatureMap.cpp.orig 2016-11-11 09:53:21 UTC -+++ src/FeatureMap.cpp -@@ -275,7 +275,8 @@ bool FeatureRef::applyValToFeature(uint3 - else - if (pDest.m_pMap!=&m_pFace->theSill().theFeatureMap()) - return false; //incompatible -- pDest.reserve(m_index); -+ if (m_index >= pDest.size()) -+ pDest.resize(m_index+1); - pDest[m_index] &= ~m_mask; - pDest[m_index] |= (uint32(val) << m_bits); - return true; Property changes on: head/graphics/graphite2/files/patch-src_FeatureMap.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/graphite2/Makefile =================================================================== --- head/graphics/graphite2/Makefile (revision 440257) +++ head/graphics/graphite2/Makefile (revision 440258) @@ -1,24 +1,23 @@ # $FreeBSD$ PORTNAME= graphite2 -PORTVERSION= 1.3.9 -PORTREVISION= 1 +PORTVERSION= 1.3.10 CATEGORIES= graphics print MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual USE_GITHUB= yes GH_ACCOUNT= silnrsi GH_PROJECT= graphite USES= cmake USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's,/pkgconfig,data/pkgconfig,g' ${WRKSRC}/CMakeLists.txt .include Index: head/graphics/graphite2/distinfo =================================================================== --- head/graphics/graphite2/distinfo (revision 440257) +++ head/graphics/graphite2/distinfo (revision 440258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479331876 -SHA256 (silnrsi-graphite-1.3.9_GH0.tar.gz) = f82f92d86a63da79eba10a37c80d943dce883bd72dbc99ebe5bdb7022d3e2391 -SIZE (silnrsi-graphite-1.3.9_GH0.tar.gz) = 3888994 +TIMESTAMP = 1494060879 +SHA256 (silnrsi-graphite-1.3.10_GH0.tar.gz) = 68908cf38cfe09d8aadbbb2c5197f1784e3c1df4be315a462f59e2a1f85cbbc2 +SIZE (silnrsi-graphite-1.3.10_GH0.tar.gz) = 3889555