summaryrefslogtreecommitdiff
path: root/mk/platform/Darwin.mk
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Darwin.mk: require latest Xcode on Ventura to build with native SDKtnn1-3/+2
2022-10-27Darwin.mk: add macOS Venturatnn1-1/+3
2022-09-27mk: Enable mktools on supported platforms.jperkin1-1/+2
2022-09-13mk: OSX_SDK_MAP 12.6 -> 12.3tnn1-1/+2
2022-09-12macOS: Support MACOSX_DEPLOYMENT_TARGET.jperkin1-8/+20
2022-07-22mk/platform: add SDK mapping for macOS 12.5.schmonz1-1/+2
2022-05-18Darwin.mk: add OSX_SDK_MAP for 12.4 (to use 12.3).schmonz1-1/+2
2022-02-05Add OSX_SDK_MAP for 12.2. From Herbert J. Skuhra in private mail.schmonz1-1/+2
2022-01-14For macOS, getline(3) arrived sometime after 10.6 -- guessing 10.7 likeschmonz1-3/+3
2021-12-02mk: Remove use of /bin/ksh wrapper hack on Darwin.jperkin1-8/+1
2021-11-29mk: Use OPSYS_VERSION where appropriate.jperkin1-14/+14
2021-11-29mk: Explicitly set arm64 flags on Darwin/aarch64.jperkin1-1/+14
2021-11-29mk: Tidy and expand macOS platform list.jperkin1-20/+22
2021-11-09mk: For consistency, rename PKG_HAS_ to OPSYS_HAVE_.nia1-2/+2
2021-09-14Remove stuff inadvertently included in previous (thanks wiz@).schmonz1-10/+1
2021-09-14mk/platform: add SDK mapping for macOS 11.6.schmonz1-1/+11
2021-07-26mk: Add OSX_SDK_MAP for 11.5.jperkin1-3/+3
2021-05-27mk: Map macOS 11.4 to the 11.3 SDK.jperkin1-1/+2
2021-02-02mk/platform: Support known macOS SDK skew mapping.jperkin1-2/+10
2020-10-30mk/platform: Use string comparison for Darwin version.jperkin1-2/+2
2020-10-09mk: Set _OPSYS_LIB_DIRS to the SDK directory on Big Sur.jperkin1-3/+8
2020-10-09mk: Handle missing system libraries on Big Sur.jperkin1-1/+11
2020-08-21mk/platform: Update Darwin version listsjmulder1-10/+13
2020-08-11Up to 10.12.6 at least, the Mac OS X linker, does not support "-no_warn_inits".hauke1-1/+2
2019-07-11Don't need it on Lionsevan1-2/+2
2019-07-10Avoid pulling in libnbcompat on every platform, mark the specific builds ofsevan1-1/+7
2019-05-14platform/Darwin.mk: Fix a typo (s/Mojava/Mojave/)leot1-2/+2
2019-05-14Add Sierra, High Sierra and Mojava to the version comparison table. Non funct...yyamano1-1/+4
2018-11-09Remove leftover from testing. Clearly had been time to take a break.schmonz1-2/+2
2018-11-08Fix previous. Time to stop committing for the day.schmonz1-2/+2
2018-11-08Add OSX_TOLERATE_SDK_SKEW to control whether we try to find anschmonz1-4/+5
2018-11-07If an SDK matching our OS X version isn't found -- for instance, becauseschmonz1-1/+4
2017-10-10mk/platform: Remove unsupported Darwin/SunOS linker arguments.jperkin1-1/+2
2017-07-09Define PKG_HAVE_KQUEUE where available.schmonz1-1/+6
2017-01-17Cache and use computed variables.jperkin1-2/+6
2016-11-13fix the test for <poll.h>/<sys/poll.h> - use _OPSYS_INCLUDE_DIRS insteadjdolecek1-2/+2
2016-10-27Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaultsjperkin1-1/+3
2016-09-06Support UNLIMIT_RESOURCES=cputime on Darwin.jperkin1-2/+3
2016-07-08Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all versi...sevan1-3/+1
2016-03-11Strip --enable-new-dtags GNU ld arg on Darwin and SunOS.fhajny1-1/+3
2016-03-10Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, thesejperkin1-11/+1
2016-02-29Remove a commonly used set of GNU ld arguments which are incompatiblejperkin1-1/+13
2016-02-24Default to the system libuuid. The system headers assume that the libuuidjperkin1-1/+2
2016-02-22Export OSX_VERSION (renamed from OSX_VERS) to the environment regardless ofjperkin1-9/+10
2015-12-14Extend the El Capitan HFS+ bug workaround to 15.1.0 but no further, I canjperkin1-2/+2
2015-12-13Define MACOSX_DEPLOYMENT_TARGET for Tiger to allow current releasessevan1-1/+8
2015-10-10Set PKG_FAIL_REASON with a useful failure message if we cannot find an SDK.jperkin1-5/+7
2015-10-08OSX El Capitan has an interesting file system bug which allows a deepjperkin1-1/+8
2015-10-05Re-order the way _OPSYS_INCLUDE_DIRS is calculated, and only perform checks forjperkin1-11/+15
2015-09-07Disable the strip flag for install(1) by default on Darwin. When calledjperkin1-2/+6