Skip to content

Releases: macports/macports-legacy-support

LegacySupport 1.0.9

27 Mar 09:02
Compare
Choose a tag to compare
  • Bug fix to guards in os/lock.h introduced in release 1.0.8.

LegacySupport 1.0.8

26 Mar 16:40
Compare
Choose a tag to compare
  • Add support for CLOCK_MONOTONIC_RAW to clock_gettime.
  • Add support for os_unfair lock calls in os/lock.h.

LegacySupport 1.0.7

23 Sep 12:02
Compare
Choose a tag to compare
  • TargetConditionals.h: add TARGET_OS_DRIVERKIT
  • add mach/machine.h for new CPU_SUBTYPE defines
  • Implement timespec_get in time.h

LegacySupport 1.0.6

21 Apr 09:24
Compare
Choose a tag to compare

Miscellaneous OSX10.4 fixes.

LegacySupport 1.0.5

15 Apr 14:27
Compare
Choose a tag to compare
  • Tweak math.h to determine the existence of long long.
  • Ensure _tlv_atexit and __cxa_thread_atexit are available on all systems.
  • Ensure library symbols are visible if MACOSX_DEPLOYMENT_TARGET is set.
  • Wrap copyfile_state_get to add support for COPYFILE_STATE_COPIED.
  • In header file CoreFoundation/CoreFoundation.h, add alias for CFPropertyListCreateWithStream.
  • In header file uuid/uuid.h, add typedef for uuid_string_t.
  • Add no-op version of pthread_setname_np in pthread.h.
  • Modify how wrapped functions are handled: use original symbol in library.

LegacySupport 1.0.4

12 Oct 15:11
Compare
Choose a tag to compare
  • Exposes getentropy implementation (previously used internally by arc4random) for MacOS 10.11 and older in sys/random.h.

LegacySupport 1.0.3

22 Jul 13:16
Compare
Choose a tag to compare

Adds Availability*.h support to Tiger

LegacySupport 1.0.2

11 Jun 11:33
264de2b
Compare
Choose a tag to compare
  • Add TARGET_OS_IOS, TARGET_OS_TV and TARGET_OS_WATCH defines to TargetConditions.h.

LegacySupport 1.0.1

03 May 08:28
Compare
Choose a tag to compare
  • Bug fix release, removing unwanted @executable_path linkage from libMacportsLegacySystem.B.dylib

LegacySupport 1.0.0

01 May 15:21
Compare
Choose a tag to compare

Time for the first v1 release.

Minor changes since v0.15 :-

  • Fix race condition in Makefile between dylib builds
  • utimensat.c - Add missing ifdef guards