[macports-legacy-support] branch master updated (2a65003 -> 780d2b0)

Chris Jones jonesc at hep.phy.cam.ac.uk
Mon Apr 11 12:54:04 UTC 2022


Chris Jones (cjones051073) pushed a change to branch master
in repository macports-legacy-support.

    from 2a65003  Define u_char etc on Tiger using Leopard rules
     new a739460  README.md: remove trailing whitespace
     new f2884e3  when wrapping functions, use the original name
     new 8af62cf  add `pthread_setname_np` function
     new e280194  add typedef for `uuid_string_t`
     new ec2a075  alias CFPropertyListCreateWithStream to CFPropertyListCreateFromStream
     new 3b0b271  wrap copyfile_state_get
     new 834c791  add support for MACOSX_DEPLOYMENT_TARGET
     new 345091d  wrap _tlv_atexit and __cxa_thread_atexit
     new 780d2b0  use __DARWIN_NO_LONG_LONG for existence of long long

The 9 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                                           |  9 ++-
 README.md                                          | 27 +++++--
 .../random.h => CoreFoundation/CoreFoundation.h}   | 22 +++---
 include/MacportsLegacySupport.h                    | 23 +++---
 include/{netdb.h => copyfile.h}                    | 22 +++---
 include/math.h                                     |  6 +-
 include/pthread.h                                  |  9 +++
 include/stdlib.h                                   | 22 ------
 include/unistd.h                                   | 21 ------
 include/{sys/time.h => uuid/uuid.h}                | 25 ++++---
 src/add_symbols.c                                  | 41 +++++++++++
 src/macports_legacy_atexit.c                       | 82 ++++++++++++++++++++++
 src/macports_legacy_copyfile.c                     | 78 ++++++++++++++++++++
 src/macports_legacy_realpath.c                     | 26 ++++---
 src/macports_legacy_sysconf.c                      | 18 +++--
 src/pthread_setname_np.c                           | 25 +++++++
 16 files changed, 342 insertions(+), 114 deletions(-)
 copy include/{sys/random.h => CoreFoundation/CoreFoundation.h} (62%)
 copy include/{netdb.h => copyfile.h} (69%)
 copy include/{sys/time.h => uuid/uuid.h} (68%)
 create mode 100644 src/add_symbols.c
 create mode 100644 src/macports_legacy_atexit.c
 create mode 100644 src/macports_legacy_copyfile.c
 create mode 100644 src/pthread_setname_np.c



More information about the macports-changes mailing list