Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.3.0
  • v1.2.4
  • v1.2.3
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.13
  • v1.0.12
  • v1.0.11
  • v1.0.10
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
21 results

README.txt

Blame
  • README.txt 776 B
    The atexit.c source has been temporarily moved here until it can be fixed.
    The Portfile has been removing it all along, so this just makes the local
    build consistent with the port build.  Since it's been disabled since
    its inception in Apr-2022, it clearly hasn't been missed much.  Note that
    the relevant entries in add_symbols.c remain present, but that's also true
    of the way the Portfile was acting.
    
    It would be highly desirable to have reasonable tests for it before
    fixing and reactivating it.
    
    The Portfile block that this replaces (based on the old filename) is:
    
    pre-patch {
        # until upstream can be fixed, do not include atexit symbols
        # under certain circumstances, infinite recursive loops can form
        delete ${worksrcpath}/src/macports_legacy_atexit.c
    }