Changes between Initial Version and Version 4 of Ticket #25346


Ignore:
Timestamp:
Jun 26, 2010, 4:00:16 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Don't forget to use WikiFormatting, please.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25346

    • Property Owner changed from macports-tickets@… to dbsgeo@…
    • Property Keywords haspatch added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #25346 – Description

    initial v4  
    22
    33I've installed mapnik with cairo support:
     4{{{
    45port install py26-mapnik +cairo
     6}}}
    57
    68This only partly works:
    79
     10{{{
    811$ python
    912>>> import mapnik
     
    1215>>> mapnik.has_pycairo()
    1316False
     17}}}
    1418
    1519pycairo is Falso, because the headers for cairo were not found while installing mapnik:
    1620
     21{{{
    1722$ port -v configure + py26-mapnik cairo
    1823[...]
    1924Checking for pycairo... no
     25}}}
    2026
    2127Attsched is a fix for the Portfile, so that the cairo headers are correctly found.