Changes between Initial Version and Version 2 of Ticket #40151


Ignore:
Timestamp:
Aug 16, 2013, 11:20:40 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40151

    • Property Cc sean@… removed
    • Property Owner changed from macports-tickets@… to sean@…
  • Ticket #40151 – Description

    initial v2  
    11`port instal py..-matplotlib` for any variants  will not install the agg backend, which prevents about half the variants from actually working as advertised. A bunch more of the variants would need
    22
     3{{{
    34        post-patch {
    45            reinplace "s|^agg=False|agg=True|" ${worksrcpath}/setup.cfg
    56        }
     7}}}
    68
    79in order to work properly. However, if it were my call I'd just edit patch-setup.cfg.diff "+agg=False" to "+agg=True" (and not give any options to turn agg off). Matplotlib's default is to include the agg backend (which does not require any additional port dependencies), and it works great on OSX, so there's not too much advantage to ever disabling it.