Changes between Initial Version and Version 2 of Ticket #39408


Ignore:
Timestamp:
Jun 10, 2013, 11:24:44 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks. In the future, please Cc relevant port maintainers, use WikiFormatting in ticket descriptions, avoid setting the Priority field, include port version information in the ticket summary, and attach unified diffs instead of whole portfiles.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39408

    • Property Keywords Compile Error removed
    • Property Owner changed from macports-tickets@… to takeshi@…
    • Property Priority changed from High to Normal
    • Property Summary changed from Problems with Compiling Plplot to plplot @5.9.9_12+aquaterm+python27+x11: build failure
  • Ticket #39408 – Description

    initial v2  
    331.) Replacing the post-patch section with:
    44
     5{{{
    56post-patch {
    67#    reinplace "s|-framework AquaTerm|-F${prefix}/Library/Frameworks -framework AquaTerm|" ${worksrcpath}/cmake/modules/aqt.cmake
     
    1213    }
    1314}
    14 
     15}}}
    1516
    16172.) Adding a new variant
    1718
     19{{{
    1820variant python27 description {Add support for python27} {
    1921    depends_lib-append      port:python27 \
     
    2628                            -DPYTHON_LIBRARIES=/opt/local/Library/Frameworks/Python.framework/Versions/Current/lib/libpython2.7.dylib
    2729}
    28 
     30}}}
    2931
    3032