[macports-legacy-support] branch master updated (49d211d -> 9b1e772)

Christopher Nielsen mascguy at macports.org
Wed Jul 9 02:22:56 UTC 2025


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

    from 49d211d  Update README for boottime fix.
     new e0af094  sdkversion.h: Add more version undefs.
     new 73b265d  test_attrlist: New consolidated attrlist test.
     new 3bfcfa5  fxattrlist: New combined source for f[gs]attrlist.
     new 94adcf3  MacportsLegacySupport.h: Add flag for 10.4 ppc64 fixes.
     new b0ed43b  fcntl: Fix F_GETPATH bug in 10.4 ppc64.
     new fe66b1d  Rename FSETATTRLIST flags.
     new e67acca  test_fcntl: New test.
     new 182daf3  Update README for F_GETPATH fix.
     new 03866dc  test_stat: Various fixes.
     new e95de45  test_stat: Rework open/close logic.
     new 3e859b7  Add tool to get some stat() info.
     new 03c7f1c  statxx: Add fix for 10.4 ppc64 *stat*() bug.
     new 9b1e772  Update README for 10.4 ppc64 stat() fix.

The 13 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:
 README.md                             |  23 ++-
 include/MacportsLegacySupport.h       |  17 +-
 include/_macports_extras/sdkversion.h |   4 +
 include/unistd.h                      |   4 +-
 src/fcntl.c                           | 190 +++++++++++++++++++
 src/fgetattrlist.c                    |  81 --------
 src/fsetattrlist.c                    |  78 --------
 src/fxetattrlist.c                    |  82 +++++++++
 src/statxx.c                          | 139 ++++++++++++--
 test/test_attrlist.c                  | 224 +++++++++++++++++++++++
 test/test_fcntl.c                     | 116 ++++++++++++
 test/test_fgetattrlist.c              |  68 -------
 test/test_fsetattrlist.c              |  95 ----------
 test/test_stat.c                      | 335 ++++++++++++++++++++--------------
 tools/{boottime.c => fileinfo.c}      | 198 +++++++-------------
 15 files changed, 1034 insertions(+), 620 deletions(-)
 create mode 100644 src/fcntl.c
 delete mode 100644 src/fgetattrlist.c
 delete mode 100644 src/fsetattrlist.c
 create mode 100644 src/fxetattrlist.c
 create mode 100644 test/test_attrlist.c
 create mode 100644 test/test_fcntl.c
 delete mode 100644 test/test_fgetattrlist.c
 delete mode 100644 test/test_fsetattrlist.c
 copy tools/{boottime.c => fileinfo.c} (61%)



More information about the macports-changes mailing list