[114078] trunk/dports/graphics/podofo

and.damore at macports.org and.damore at macports.org
Wed Nov 27 23:46:08 PST 2013


Revision: 114078
          https://trac.macports.org/changeset/114078
Author:   and.damore at macports.org
Date:     2013-11-27 23:46:08 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
port podofo: broken building after freetype upgrade that renamed header files; fixing in the port since the package is providing its own FindFREETYPE cmake module; openmaintaner

Modified Paths:
--------------
    trunk/dports/graphics/podofo/Portfile
    trunk/dports/graphics/podofo/files/patch-cmake-modules-FindFREETYPE.cmake.diff

Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile	2013-11-28 07:43:29 UTC (rev 114077)
+++ trunk/dports/graphics/podofo/Portfile	2013-11-28 07:46:08 UTC (rev 114078)
@@ -7,7 +7,7 @@
 
 name            podofo
 version         0.9.2
-revision        2
+revision        3
 license         GPL-2 LGPL-2
 categories      graphics
 maintainers     devans openmaintainer

Modified: trunk/dports/graphics/podofo/files/patch-cmake-modules-FindFREETYPE.cmake.diff
===================================================================
--- trunk/dports/graphics/podofo/files/patch-cmake-modules-FindFREETYPE.cmake.diff	2013-11-28 07:43:29 UTC (rev 114077)
+++ trunk/dports/graphics/podofo/files/patch-cmake-modules-FindFREETYPE.cmake.diff	2013-11-28 07:46:08 UTC (rev 114078)
@@ -1,17 +1,18 @@
---- cmake/modules/FindFREETYPE.cmake.orig	2013-04-16 16:17:30.000000000 -0700
-+++ cmake/modules/FindFREETYPE.cmake	2013-04-16 16:19:45.000000000 -0700
-@@ -13,6 +13,7 @@
+--- cmake/modules/FindFREETYPE.cmake.orig	2013-11-28 08:32:33.000000000 +0100
++++ cmake/modules/FindFREETYPE.cmake	2013-11-28 08:32:56.000000000 +0100
+@@ -13,13 +13,15 @@
  SET(FREETYPE_FIND_QUIETLY 1)
  
  FIND_PATH(FREETYPE_INCLUDE_DIR_FT2BUILD ft2build.h
-+  ${CMAKE_INCLUDE_PATH}
++  ${CMAKE_INCLUDE_PATH}/freetype2
    /usr/include/
    /usr/local/include/
    /usr/X11/include/
-@@ -20,6 +21,7 @@
+   NO_CMAKE_SYSTEM_PATH
  )
  
- FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER freetype/config/ftheader.h
+-FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER freetype/config/ftheader.h
++FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER config/ftheader.h
 +  ${CMAKE_INCLUDE_PATH}/freetype2
    /usr/include/freetype2
    /usr/local/include/freetype2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/179027ab/attachment.html>


More information about the macports-changes mailing list