Skip to content

Releases: macports/macports-legacy-support

LegacySupport 0.15

25 Apr 17:05
b964c09
Compare
Choose a tag to compare
  • Add a second dylib, libMacportsLegacySystem.B.dylib that includes the same additional symbols as in libMacportsLegacySupport.dylib but also re-exports the symbols from /usr/lib/libSystem.B.dylib.

LegacySupport 0.14.2

15 Apr 19:45
7883156
Compare
Choose a tag to compare
  • Add as required definitions of TARGET_CPU_ARM and TARGET_CPU_ARM64

LegacySupport 0.14.1

03 Apr 05:22
Compare
Choose a tag to compare
  • one definition added, missed in last release, for TARGET_OS_OSX
  • needed to allow clang-devel to build on older systems

LegacySupport 0.14

03 Apr 01:03
Compare
Choose a tag to compare
  • add utimensat support, with thanks to @Ionic for lots of legwork and testing
  • add lutimes function for Tiger
  • wrap gliDispatch.h to not include glext.h, making OpenGL builds on systems < Lion consistent with newer systems
  • add some common definitions to TargetConditionals.h that are used in current software builds such as the llvm tree

Thanks to all contributors!

Thirteenth Release Candidate

20 Sep 17:57
Compare
Choose a tag to compare
Pre-release
  • fix leak in fdopendir
  • improve which replacement on Tiger
  • add net/if.h to <sys/socket.h>
  • add fls* and ffs* family of functions where needed
  • tweak getattrlistat definition to better match macOS

Thanks to all contributors!

Twelfth Release Candidate

10 May 16:04
Compare
Choose a tag to compare
Pre-release

Adds, if needed:

  • missing POSIX_SPAWN_CLOEXEC_DEFAULT define
  • fsgetpath() on 10.6+ only at present
  • multiarch fdopendir() implementation
  • improved which implementation for Tiger
  • _SC_PHYS_PAGES

Thanks to all contributors!

Eleventh Release Candidate, sub 1

15 Aug 14:03
Compare
Choose a tag to compare
Pre-release

Move __sincos implementations from header to library.

Eleventh Release Candidate

12 Aug 14:35
ed9a61c
Compare
Choose a tag to compare
Pre-release

Adds __sincos for macOS 10.8 and older.

Tenth Release Candidate, sub 1

25 May 20:00
f985cf8
Compare
Choose a tag to compare
Pre-release

Minor changes:

Tiger-related fixes for fstatat.
Minor code cleanup.
replace AI_NUMERICSRV on < 10.6.

Tenth Release Candidate

21 Mar 09:24
Compare
Choose a tag to compare
Pre-release
  • Add some tiger specific fixes.

  • Add fdopendir() to OSX < 10.10.

  • Protect gettime methods in time.h with additional guard to fix issues using Xcode 8 (10.12 SDK) on OSX10.11.

  • Add fstatat64 function for OS X < 10.10.