Changes between Initial Version and Version 1 of Ticket #67898, comment 14


Ignore:
Timestamp:
Aug 12, 2023, 8:35:04 AM (14 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67898, comment 14

    initial v1  
    1717So my `configure_options` is set to a proper quoted string while yours isn't. The quoted string that begins on your line 20 doesn't end at the end of line 20; it continues on until wherever the next quotation mark is (on line 21). The parser continues trying to match up mismatched pairs of quotation marks until it reaches the final quotation mark on line 47 which doesn't have another one to match with it.
    1818
    19 The php CLI SAPI ports (i.e. php82) use the [browser:macports-ports/_resources/port1.0/group/muniversal-1.0.tcl muniversal portgroup] which, if you request a universal build, builds each architecture separately and merges the results. If the files cannot be merged, an error is shown. That's what happens for me when I try to install universal on an Intel Mac; see #64758.
     19The php CLI SAPI ports (i.e. php82) use the [browser:macports-ports/_resources/port1.0/group/muniversal-1.0.tcl muniversal portgroup] which, if you request a universal build, builds each architecture separately and merges the results. If the files cannot be merged, an error is shown. That's what happens for me when I try to install this port universal on an Intel Mac; see #64758.
    2020
    2121I realize now that an attempted fix for #64758 was put into the muniversal portgroup which was unfortunately incorrect in such a way that installation would succeed for Apple Silicon users but would result in this broken php-config script. I've added more notes to #64758 about it.