Changes between Initial Version and Version 1 of Ticket #41652


Ignore:
Timestamp:
Dec 3, 2013, 12:41:20 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks, I'll work on it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41652

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Status changed from new to assigned
    • Property Summary changed from dia could not be build / missing header file to dia @0.97.2: build fails with freetype 2.5.1
  • Ticket #41652 – Description

    initial v1  
    11dia-0.97.2_4 could not be build because:
    22
     3{{{
    34:info:build /bin/sh ../../libtool .............<cut>............... -o render_eps.lo render_eps.c
    4 
    55:info:build diapsft2renderer.c:32:10: fatal error: 'freetype/ftglyph.h' file not found
    6 
    76:info:build #include <freetype/ftglyph.h>
    8 
    97:info:build 1 error generated.
    10 
    118:info:build make: [diapsft2renderer.lo] Error 1
    12 
     9}}}
    1310
    1411----
     
    1613Workaround:
    1714
     15{{{
    1816cd /opt/local/include/
    19 
    2017ln -s freetype2 freetype
    21 
    22 
     18}}}
    2319
    2420----
    2521
     22{{{
     23$ port installed freetype
     24freetype @2.5.1_0 (active)
     25}}}
    2626
     27{{{
     28$  /usr/bin/sw_vers
     29ProductName:    Mac OS X
     30ProductVersion: 10.8.5
     31BuildVersion:   12F45
     32}}}
    2733
    28 $ port installed freetype
    29 
    30 freetype @2.5.1_0 (active)
    31 
    32 
    33 $  /usr/bin/sw_vers
    34 
    35 ProductName:    Mac OS X
    36 
    37 ProductVersion: 10.8.5
    38 
    39 BuildVersion:   12F45
    40 
    41 
     34{{{
    4235$ port version
    43 
    4436Version: 2.2.1
     37}}}