Age | Commit message (Expand) | Author | Files | Lines |
2020-10-30 | mk/platform: Use string comparison for Darwin version. | jperkin | 1 | -2/+2 |
2020-10-09 | mk: Set _OPSYS_LIB_DIRS to the SDK directory on Big Sur. | jperkin | 1 | -3/+8 |
2020-10-09 | mk: Handle missing system libraries on Big Sur. | jperkin | 1 | -1/+11 |
2020-09-04 | mk/platform/QNX.mk: Add ACCEPT_INFERIOR_RM_PROGRAM=yes | js | 1 | -0/+3 |
2020-09-04 | mk/platform/QNX.mk: Add /usr/qnx650 to _OPSYS_LIB_DIRS | js | 1 | -1/+1 |
2020-08-21 | mk/platform: Update Darwin version list | sjmulder | 1 | -10/+13 |
2020-08-11 | Up to 10.12.6 at least, the Mac OS X linker, does not support "-no_warn_inits". | hauke | 1 | -1/+2 |
2020-06-02 | mk: bmake cannot compare non-integers numerically. | jperkin | 1 | -2/+2 |
2020-03-22 | Add a ulimit flag for address space limits. Support it on NetBSD for | joerg | 1 | -5/+6 |
2020-03-12 | mk/platform/NetBSD.mk: Default to bsdtar | gdt | 1 | -1/+4 |
2020-01-28 | mk/platform/Linux: fix detection of GLIBC_VERSION on Debian | rillig | 1 | -2/+2 |
2020-01-24 | mk/platform/Linux.mk: Use _OPSYS_LIB_DIRS to find glibc paths. | nia | 1 | -7/+4 |
2020-01-24 | mk/platform/Linux.mk: Fix glibc detection on Debian. | nia | 1 | -4/+9 |
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 |
2019-01-24 | Linux.mk: provide default LIBABISUFFIX for aarch64 | tnn | 1 | -1/+7 |
2019-01-09 | Add RELRO support for clang, based on the gcc logic. | wiz | 2 | -4/+4 |
2018-11-15 | Minix 3.4 uses the NetBSD master.passwd and group file which means GID 0 is w... | sevan | 1 | -2/+2 |
2018-11-15 | Minix has had some level of support for IPv6 for some years now via LWIP. | sevan | 1 | -2/+2 |
2018-11-12 | mk: Add CTF infrastructure support. | jperkin | 2 | -9/+7 |
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 |
2018-11-05 | Optionally detect whether the compiler supports "-fstack-protector-strong". | schmonz | 1 | -2/+2 |
2018-10-29 | Update path to false(1). nologin(8) exists on Minix 3.4RC6, however, currently | sevan | 1 | -2/+2 |
2018-10-11 | Fix for platform/Haiku.mk:12: Makefile lines should not start with space char... | adam | 1 | -2/+2 |
2018-09-29 | GCC 8.0 as the compiler in base is incoming. | sevan | 1 | -2/+2 |
2017-11-21 | Add /usr/local for include and libdir on ChromeOS. | bsiegert | 1 | -1/+6 |
2017-11-12 | Add initial support for building packages reproducibly | khorben | 1 | -1/+4 |
2017-11-01 | Typo | khorben | 1 | -3/+3 |
2017-10-10 | mk/platform: Remove unsupported Darwin/SunOS linker arguments. | jperkin | 2 | -2/+5 |
2017-10-03 | mk: Disable SSP checks on systems where it is provided in libc. | jperkin | 3 | -3/+6 |
2017-08-07 | Remove hack working around NetBSD 1.5's specfiles. | maya | 2 | -10/+2 |
2017-08-07 | Disable fortify on netbsd<6. | maya | 1 | -1/+6 |
2017-08-04 | Disable fortify on Linux when optimisation is not enabled, it is not | jperkin | 1 | -2/+5 |
2017-07-24 | Don't bother with a version check for alpha cflags | maya | 1 | -6/+3 |
2017-07-09 | Define PKG_HAVE_KQUEUE where available. | schmonz | 1 | -1/+6 |
2017-07-09 | Register support for PKGSRC_USE_STACK_CHECK | khorben | 1 | -1/+7 |
2017-07-04 | Implement a check for RELRO | khorben | 1 | -2/+4 |
2017-06-21 | Set LIBABISUFFIX correctly on SunOS/sparc64. Tested by Jörn Clausen as | jperkin | 1 | -4/+4 |
2017-06-09 | Register support for RELRO on Linux (limited to x86 first) | khorben | 1 | -1/+7 |
2017-06-09 | Register support for SSP on Linux (limited to x86 first) | khorben | 1 | -1/+7 |
2017-06-09 | Register support for FORTIFY on Linux | khorben | 1 | -1/+4 |
2017-05-31 | Move detection of shared library type into the platform file. | jlam | 4 | -8/+40 |
2017-05-18 | Register support for SSP on FreeBSD and clang (on x86 architectures) | khorben | 1 | -1/+7 |
2017-05-08 | Default to pkgsrc terminfo. The curses default was switched to pkgsrc a | jperkin | 1 | -3/+6 |
2017-03-08 | Mark SunOS as _INCOMPAT_CURSES, there are lots of issues with the recent work | jperkin | 1 | -1/+6 |