Changes between Initial Version and Version 2 of Ticket #70267


Ignore:
Timestamp:
Jun 21, 2024, 6:43:07 AM (3 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You are building with gcc for ppc so I assume this is on Mac OS X 10.6. The patch works fine on OS X 10.8 and later per buildbot results. You cannot expect everyone to write code compatible with ancient systems. For 10.7 and earlier, _NSGetEnviron() needs to be called. There are patches in the sudo, hugs98, newlisp, and other ports that show how to do this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70267

    • Property Owner changed from Schamschula to ryandesign
    • Property Keywords legacy-os tiger leopard snowleopard lion added
    • Property Status changed from assigned to accepted
    • Property Cc Schamschula added
  • Ticket #70267 – Description

    initial v2  
    1 The patch used in https://github.com/macports/macports-ports/commit/72a1a9efe3711c6dcfeb8bedc96fe837ef0fe7dd fails to work:
     1The patch used in [72a1a9efe3711c6dcfeb8bedc96fe837ef0fe7dd/macports-ports] fails to work:
    22
    33{{{