Changes between Initial Version and Version 1 of Ticket #45659


Ignore:
Timestamp:
Oct 28, 2014, 4:11:33 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Yes, the graphviz port should have php variants. Duplicate of #45149.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45659

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Resolution changed from to duplicate
    • Property Summary changed from graphviz depends on outdated php5.3 to graphviz depends on outdated php5
    • Property Type changed from update to defect
    • Property Port graphviz graphviz-devel added
  • Ticket #45659 – Description

    initial v1  
    11I wanted to install graphviz +php which breaks with the following message:
    22
     3{{{
    34Error: php5 has been made obsolete by the port php53. Please install php53 instead.
    45Error: org.macports.configure for port php5 returned: obsolete port
    56Error: Failed to install php5
     7}}}
    68
    79So I went ahead and installed php56 thinking that this would be the latest php5 drop, but that too led to the above message. Uninstalled php56 and installed php53 only to get
    810
     11{{{
    912PHP 5.3 has reached end-of-life. Please upgrade to PHP 5.4 or newer. The newest stable version is 5.6.
     13}}}
    1014
    1115I'm not thrilled to have this hard-wired dependency on php5.3 in graphviz. Shouldn't that be changed to whichever php5 is the latest?