[macports-legacy-support] branch master updated (f9546d7 -> f109400)

Christopher Nielsen mascguy at macports.org
Sat Jan 11 16:06:43 UTC 2025


Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.

    from f9546d7  Update copyright years
     new cc116ea  Makefile: Create temporary directory for test files.
     new bd60ccf  Rework 10.4 copyfile headers.
     new f58be6f  Replace copyfile wrapper with 10.6 copyfile.
     new 78b415b  copyfile: Fix build issues on 10.4.
     new 33f41f4  Add test for copyfile().
     new 3b771ed  copyfile: Add compatibility wrappers for 10.4.
     new 34903ca  test_copyfile: Add test for 10.4 compatibility wrappers.
     new 70d7fab  Add 10.6 copyfile manpage for 10.4 and 10.5.
     new 4c54bff  Add copyfile debugging support.
     new 4e3779a  test_copyfile: Avoid broken COPYFILE_ACL on 10.4 Rosetta.
     new 6917d5b  sys/stat.h: Add *statx64_np() prototypes for 10.4
     new bf1b6d8  test_stat: Add tests for *statx_np().
     new 9744808  statxx: Add *statx_np() for 10.4.
     new ba45d6c  test_stat: Avoid broken fstatx_np() on 10.4 Rosetta.
     new 9ec5a80  TargetConditionals: Add more defaults.
     new f109400  Add test for TargetConditionals.h.

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                       |   45 +-
 include/AvailabilityMacros.h                   |   12 +-
 include/MacportsLegacySupport.h                |    6 +-
 include/TargetConditionals.h                   |  136 +-
 include/_macports_extras/tiger_only/copyfile.h |   51 +-
 include/copyfile.h                             |   59 +-
 include/sys/stat.h                             |    3 +
 src/.gitignore                                 |    8 +
 src/Makefile                                   |   19 +
 src/add_symbols.c                              |    2 +-
 src/copyfile.3                                 |  538 ++++
 src/copyfile.c                                 | 3518 +++++++++++++++++++++++-
 src/filesec_internal.h                         |   21 +
 src/quarantine.h                               |   70 +
 src/statxx.c                                   |   44 +
 test/test_copyfile.c                           |  194 ++
 test/test_stat.c                               |  110 +-
 xtest/test_targetconds.c                       |  216 ++
 18 files changed, 4926 insertions(+), 126 deletions(-)
 create mode 100644 src/.gitignore
 create mode 100644 src/Makefile
 create mode 100644 src/copyfile.3
 create mode 100644 src/filesec_internal.h
 create mode 100644 src/quarantine.h
 create mode 100644 test/test_copyfile.c
 create mode 100644 xtest/test_targetconds.c



More information about the macports-changes mailing list