[102617] trunk/dports/graphics/graphite2

Ryan Schmidt ryandesign at macports.org
Tue Feb 5 00:44:42 PST 2013


On Feb 5, 2013, at 01:33, jeremyhu at macports.org wrote:

> Revision: 102617
>          https://trac.macports.org/changeset/102617
> Author:   jeremyhu at macports.org
> Date:     2013-02-04 23:33:26 -0800 (Mon, 04 Feb 2013)
> Log Message:
> -----------
> graphite2: Work past a build failure due to missing include

What kind of build failure? It built fine for me on all OS X versions 10.4 thru 10.8.


> Modified Paths:
> --------------
>    trunk/dports/graphics/graphite2/Portfile
> 
> Added Paths:
> -----------
>    trunk/dports/graphics/graphite2/files/missing-include.patch
> 
> Modified: trunk/dports/graphics/graphite2/Portfile
> ===================================================================
> --- trunk/dports/graphics/graphite2/Portfile	2013-02-05 07:22:57 UTC (rev 102616)
> +++ trunk/dports/graphics/graphite2/Portfile	2013-02-05 07:33:26 UTC (rev 102617)
> @@ -25,7 +25,8 @@
> checksums           rmd160  fe630b134be3c7f4da019827272c1ce9d09039f3 \
>                     sha256  630fba251c7e570f2b0c4a0c63a7abb4d45b0246d390f53188b1a9b73de7b96e
> 
> -patchfiles          patch-Graphite.cmake.diff
> +patchfiles          patch-Graphite.cmake.diff \
> +                    missing-include.patch 
> 
> if {[string match *gcc-4.0 ${configure.compiler}]} {
>     post-patch {
> 
> Added: trunk/dports/graphics/graphite2/files/missing-include.patch
> ===================================================================
> --- trunk/dports/graphics/graphite2/files/missing-include.patch	                        (rev 0)
> +++ trunk/dports/graphics/graphite2/files/missing-include.patch	2013-02-05 07:33:26 UTC (rev 102617)
> @@ -0,0 +1,10 @@
> +--- src/Face.cpp.orig	2013-02-04 23:27:22.000000000 -0800
> ++++ src/Face.cpp	2013-02-04 23:28:44.000000000 -0800
> +@@ -24,6 +24,7 @@ Mozilla Public License (http://mozilla.o
> + License, as published by the Free Software Foundation, either version 2
> + of the License or (at your option) any later version.
> + */
> ++#include <algorithm>
> + #include <cstring>
> + #include "graphite2/Segment.h"
> + #include "inc/CmapCache.h"






More information about the macports-dev mailing list