Age | Commit message (Expand) | Author | Files | Lines |
2019-07-11 | Don't need it on Lion | sevan | 1 | -2/+2 |
2019-07-10 | Avoid pulling in libnbcompat on every platform, mark the specific builds of | sevan | 1 | -1/+7 |
2019-05-14 | platform/Darwin.mk: Fix a typo (s/Mojava/Mojave/) | leot | 1 | -2/+2 |
2019-05-14 | Add Sierra, High Sierra and Mojava to the version comparison table. Non funct... | yyamano | 1 | -1/+4 |
2018-11-09 | Remove leftover from testing. Clearly had been time to take a break. | schmonz | 1 | -2/+2 |
2018-11-08 | Fix previous. Time to stop committing for the day. | schmonz | 1 | -2/+2 |
2018-11-08 | Add OSX_TOLERATE_SDK_SKEW to control whether we try to find an | schmonz | 1 | -4/+5 |
2018-11-07 | If an SDK matching our OS X version isn't found -- for instance, because | schmonz | 1 | -1/+4 |
2017-10-10 | mk/platform: Remove unsupported Darwin/SunOS linker arguments. | jperkin | 1 | -1/+2 |
2017-07-09 | Define PKG_HAVE_KQUEUE where available. | schmonz | 1 | -1/+6 |
2017-01-17 | Cache and use computed variables. | jperkin | 1 | -2/+6 |
2016-11-13 | fix the test for <poll.h>/<sys/poll.h> - use _OPSYS_INCLUDE_DIRS instead | jdolecek | 1 | -2/+2 |
2016-10-27 | Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaults | jperkin | 1 | -1/+3 |
2016-09-06 | Support UNLIMIT_RESOURCES=cputime on Darwin. | jperkin | 1 | -2/+3 |
2016-07-08 | Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all versi... | sevan | 1 | -3/+1 |
2016-03-11 | Strip --enable-new-dtags GNU ld arg on Darwin and SunOS. | fhajny | 1 | -1/+3 |
2016-03-10 | Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, these | jperkin | 1 | -11/+1 |
2016-02-29 | Remove a commonly used set of GNU ld arguments which are incompatible | jperkin | 1 | -1/+13 |
2016-02-24 | Default to the system libuuid. The system headers assume that the libuuid | jperkin | 1 | -1/+2 |
2016-02-22 | Export OSX_VERSION (renamed from OSX_VERS) to the environment regardless of | jperkin | 1 | -9/+10 |
2015-12-14 | Extend the El Capitan HFS+ bug workaround to 15.1.0 but no further, I can | jperkin | 1 | -2/+2 |
2015-12-13 | Define MACOSX_DEPLOYMENT_TARGET for Tiger to allow current releases | sevan | 1 | -1/+8 |
2015-10-10 | Set PKG_FAIL_REASON with a useful failure message if we cannot find an SDK. | jperkin | 1 | -5/+7 |
2015-10-08 | OSX El Capitan has an interesting file system bug which allows a deep | jperkin | 1 | -1/+8 |
2015-10-05 | Re-order the way _OPSYS_INCLUDE_DIRS is calculated, and only perform checks for | jperkin | 1 | -11/+15 |
2015-09-07 | Disable the strip flag for install(1) by default on Darwin. When called | jperkin | 1 | -2/+6 |
2015-09-01 | Default to pkgsrc openssl from OSX Lion / 10.7 onwards, where the native | jperkin | 1 | -1/+4 |
2015-08-17 | Introduce support for checking Mach-O dynamic libraries. | jperkin | 1 | -2/+2 |
2015-07-01 | Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks. It was | tron | 1 | -2/+3 |
2015-06-26 | Always use current system version SDK avoiding future SDKs, because this make... | adam | 1 | -3/+9 |
2015-01-03 | 10.9 also has Xcode 6. | gdt | 1 | -2/+5 |
2015-01-03 | My OS X Yosemite machine says Xcode is version 6.1.1. | ryoon | 1 | -2/+2 |
2014-11-22 | Do not use gcc-specific compiler flags on Mac OS versions that come with | bsiegert | 1 | -1/+6 |
2014-08-17 | Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks. | tron | 1 | -2/+3 |
2014-08-01 | Document what Yosemite looks like (modulo XCode, which I haven't needed). | schmonz | 1 | -1/+2 |
2013-12-31 | Check for stdio.h in /usr/include test, as on upgrades the /usr/include | jperkin | 1 | -3/+4 |
2013-11-24 | Don't use "${ECHO}" which isn't defined yet, hard code "echo" instead. | tron | 1 | -2/+2 |
2013-11-24 | Handle older versions of xcrun. | jperkin | 1 | -2/+2 |
2013-11-23 | Use xcrun to determine the full path to the SDK, and use the headers from | jperkin | 1 | -13/+13 |
2013-11-01 | OSX Mavericks and Xcode 5 no longer ship system headers in /usr/include, they | jperkin | 1 | -1/+13 |
2013-11-01 | Move platform-specific code to the platform file. | jperkin | 1 | -1/+8 |
2013-09-04 | Introduce _OPSYS_PREFER.<pkg> variables as a way to set an advisory | jperkin | 1 | -3/+3 |
2013-08-16 | Move platform-specific settings to the platform file. | jperkin | 1 | -1/+5 |
2013-07-12 | Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, | jperkin | 1 | -2/+2 |
2013-04-28 | Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables. | obache | 1 | -1/+5 |
2013-04-04 | Default to the native linux-pam implementation. It is available | jperkin | 1 | -1/+4 |
2013-02-04 | Remove "-no-cpp-precomp" from CPP_PRECOMP_FLAGS. | wiz | 1 | -4/+3 |
2012-11-19 | Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. | ryoon | 1 | -2/+3 |
2012-03-19 | Drop imake-check logic from X11 components' builtin.mk. | joerg | 1 | -15/+1 |
2011-09-10 | From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. | abs | 1 | -3/+3 |