[102164] trunk/dports/graphics/graphite2

ryandesign at macports.org ryandesign at macports.org
Mon Jan 28 15:16:25 PST 2013


Revision: 102164
          https://trac.macports.org/changeset/102164
Author:   ryandesign at macports.org
Date:     2013-01-28 15:16:25 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
graphite2: apply an upstream patch to suppress this incorrect warning:
*** Warning: Linking the executable * against the loadable module
*** libgraphite2.dylib is not portable!

Modified Paths:
--------------
    trunk/dports/graphics/graphite2/Portfile

Added Paths:
-----------
    trunk/dports/graphics/graphite2/files/
    trunk/dports/graphics/graphite2/files/patch-Graphite.cmake.diff

Modified: trunk/dports/graphics/graphite2/Portfile
===================================================================
--- trunk/dports/graphics/graphite2/Portfile	2013-01-28 23:02:32 UTC (rev 102163)
+++ trunk/dports/graphics/graphite2/Portfile	2013-01-28 23:16:25 UTC (rev 102164)
@@ -6,6 +6,7 @@
 
 name                graphite2
 version             1.2.0
+revision            1
 categories          graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -24,6 +25,8 @@
 checksums           rmd160  fe630b134be3c7f4da019827272c1ce9d09039f3 \
                     sha256  630fba251c7e570f2b0c4a0c63a7abb4d45b0246d390f53188b1a9b73de7b96e
 
+patchfiles          patch-Graphite.cmake.diff
+
 if {${configure.compiler} == "gcc-4.0"} {
     # https://sourceforge.net/tracker/?func=detail&atid=513479&aid=3581749&group_id=66144
     post-patch {

Added: trunk/dports/graphics/graphite2/files/patch-Graphite.cmake.diff
===================================================================
--- trunk/dports/graphics/graphite2/files/patch-Graphite.cmake.diff	                        (rev 0)
+++ trunk/dports/graphics/graphite2/files/patch-Graphite.cmake.diff	2013-01-28 23:16:25 UTC (rev 102164)
@@ -0,0 +1,13 @@
+http://lists.freedesktop.org/archives/harfbuzz/2012-December/002735.html
+http://projects.palaso.org/projects/graphitedev/repository/revisions/1112
+--- Graphite.cmake.orig
++++ Graphite.cmake
+@@ -32,7 +32,7 @@
+   GET_TARGET_PROPERTY_WITH_DEFAULT(_target_age ${_target} LT_VERSION_AGE 0)
+   GET_TARGET_PROPERTY_WITH_DEFAULT(_target_revision ${_target} LT_VERSION_REVISION 0)
+   GET_TARGET_PROPERTY_WITH_DEFAULT(_target_installed ${_target} LT_INSTALLED yes)
+-  GET_TARGET_PROPERTY_WITH_DEFAULT(_target_shouldnotlink ${_target} LT_SHOULDNOTLINK yes)
++  GET_TARGET_PROPERTY_WITH_DEFAULT(_target_shouldnotlink ${_target} LT_SHOULDNOTLINK no)
+   GET_TARGET_PROPERTY_WITH_DEFAULT(_target_dlopen ${_target} LT_DLOPEN "")
+   GET_TARGET_PROPERTY_WITH_DEFAULT(_target_dlpreopen ${_target} LT_DLPREOPEN "")
+   GET_FILENAME_COMPONENT(_lanamewe ${_target_location} NAME_WE)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/396ee949/attachment.html>


More information about the macports-changes mailing list