Changes between Initial Version and Version 1 of Ticket #37722, comment 6


Ignore:
Timestamp:
Jan 21, 2013, 5:35:53 AM (11 years ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37722, comment 6

    initial v1  
    11> `p5-xml-parser` does not have a universal variant and does not install anything.
    22
    3 Yes it does, it installs `p5.12-xml-parser` as a dependency which does in fact have a universal variant which will get propagated to it; I normally just do `p5-` instead of `p5.12-` for perl ports because it takes fewer letters to type and does essentially the same thing. Actually, another suggestion: Try `p5*xml-parser +universal`, that should grab the `XML::Parser` for each perl version available on MacPorts.
     3Yes it does, it installs `p5.12-xml-parser` as a dependency which does in fact have a universal variant which will get propagated to it; I normally just do `p5-` instead of `p5.12-` for perl ports because it takes fewer letters to type and does essentially the same thing. Actually, another suggestion that s.mahajan1 could try: Try installing "`p5*xml-parser +universal`" instead; switching the first hyphen to an asterisk (for a wildcard) should grab the `XML::Parser` for each perl version available on MacPorts.
    44
    55> I see no indication at this time that this relates to universal issues.