[145783] trunk/dports/graphics/graphite2
ryandesign at macports.org
ryandesign at macports.org
Tue Feb 16 22:13:03 PST 2016
Revision: 145783
https://trac.macports.org/changeset/145783
Author: ryandesign at macports.org
Date: 2016-02-16 22:13:02 -0800 (Tue, 16 Feb 2016)
Log Message:
-----------
graphite2: update to 1.3.5 (#50642)
Modified Paths:
--------------
trunk/dports/graphics/graphite2/Portfile
trunk/dports/graphics/graphite2/files/patch-src-CMakeLists.txt.diff
Added Paths:
-----------
trunk/dports/graphics/graphite2/files/patch-src-Face.cpp.diff
Removed Paths:
-------------
trunk/dports/graphics/graphite2/files/missing-include.patch
Modified: trunk/dports/graphics/graphite2/Portfile
===================================================================
--- trunk/dports/graphics/graphite2/Portfile 2016-02-17 00:30:26 UTC (rev 145782)
+++ trunk/dports/graphics/graphite2/Portfile 2016-02-17 06:13:02 UTC (rev 145783)
@@ -6,7 +6,7 @@
PortGroup muniversal 1.0
name graphite2
-version 1.2.4
+version 1.3.5
categories graphics
platforms darwin
maintainers ryandesign openmaintainer
@@ -22,11 +22,11 @@
master_sites sourceforge:project/silgraphite/graphite2
extract.suffix .tgz
-checksums rmd160 a4adc89befc86a9adcab3b0dbd6caf2ac3866fb4 \
- sha256 4bc3d5168029bcc0aa00eb2c973269d29407be2796ff56f9c80e10736bd8b003
+checksums rmd160 49c0c9d919a23ab215402d082670083b7cfba61e \
+ sha256 f4712626eda0a1804367133460770560b545bbe75b1c4aab480c9b8e4e1c64bd
-patchfiles missing-include.patch \
- patch-src-CMakeLists.txt.diff
+patchfiles patch-src-CMakeLists.txt.diff \
+ patch-src-Face.cpp.diff
# gcc version 4.0.1 (Apple Computer, Inc. build 5370) (from Xcode 2.5 on Tiger) is affected.
# apple-gcc42 @5666.3_10 doesn't contain a c++ compiler so it falls back to the affected Xcode compiler.
Deleted: trunk/dports/graphics/graphite2/files/missing-include.patch
===================================================================
--- trunk/dports/graphics/graphite2/files/missing-include.patch 2016-02-17 00:30:26 UTC (rev 145782)
+++ trunk/dports/graphics/graphite2/files/missing-include.patch 2016-02-17 06:13:02 UTC (rev 145783)
@@ -1,10 +0,0 @@
---- 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"
Modified: trunk/dports/graphics/graphite2/files/patch-src-CMakeLists.txt.diff
===================================================================
--- trunk/dports/graphics/graphite2/files/patch-src-CMakeLists.txt.diff 2016-02-17 00:30:26 UTC (rev 145782)
+++ trunk/dports/graphics/graphite2/files/patch-src-CMakeLists.txt.diff 2016-02-17 06:13:02 UTC (rev 145783)
@@ -8,12 +8,12 @@
ld: symbol(s) not found
https://sourceforge.net/p/silgraphite/bugs/56/
---- src/CMakeLists.txt.orig 2013-06-11 06:55:31.000000000 -0500
-+++ src/CMakeLists.txt 2013-10-05 17:22:11.000000000 -0500
-@@ -123,7 +123,6 @@
+--- src/CMakeLists.txt.orig 2016-01-14 22:17:18.000000000 -0600
++++ src/CMakeLists.txt 2016-02-16 17:09:44.000000000 -0600
+@@ -136,7 +136,6 @@
if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
set_target_properties(graphite2 PROPERTIES
- COMPILE_FLAGS "-Wall -Wextra -Wno-unknown-pragmas -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -fno-rtti -fno-exceptions -fvisibility=hidden -fvisibility-inlines-hidden -fno-stack-protector"
+ COMPILE_FLAGS "-Wall -Wextra -Wno-unknown-pragmas -Wimplicit-fallthrough -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -fno-rtti -fno-exceptions -fvisibility=hidden -fvisibility-inlines-hidden -fno-stack-protector"
- LINK_FLAGS "-nodefaultlibs"
LINKER_LANGUAGE C)
target_link_libraries(graphite2 c)
Copied: trunk/dports/graphics/graphite2/files/patch-src-Face.cpp.diff (from rev 145782, trunk/dports/graphics/graphite2/files/missing-include.patch)
===================================================================
--- trunk/dports/graphics/graphite2/files/patch-src-Face.cpp.diff (rev 0)
+++ trunk/dports/graphics/graphite2/files/patch-src-Face.cpp.diff 2016-02-17 06:13:02 UTC (rev 145783)
@@ -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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160216/4311b84f/attachment.html>
More information about the macports-changes
mailing list