summaryrefslogtreecommitdiff
path: root/mk/platform
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-24Linux.mk: provide default LIBABISUFFIX for aarch64tnn1-1/+7
2019-01-09Add RELRO support for clang, based on the gcc logic.wiz2-4/+4
2018-11-15Minix 3.4 uses the NetBSD master.passwd and group file which means GID 0 is w...sevan1-2/+2
2018-11-15Minix has had some level of support for IPv6 for some years now via LWIP.sevan1-2/+2
2018-11-12mk: Add CTF infrastructure support.jperkin2-9/+7
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
2018-11-05Optionally detect whether the compiler supports "-fstack-protector-strong".schmonz1-2/+2
2018-10-29Update path to false(1). nologin(8) exists on Minix 3.4RC6, however, currentlysevan1-2/+2
2018-10-11Fix for platform/Haiku.mk:12: Makefile lines should not start with space char...adam1-2/+2
2018-09-29GCC 8.0 as the compiler in base is incoming.sevan1-2/+2
2017-11-21Add /usr/local for include and libdir on ChromeOS.bsiegert1-1/+6
2017-11-12Add initial support for building packages reproduciblykhorben1-1/+4
2017-11-01Typokhorben1-3/+3
2017-10-10mk/platform: Remove unsupported Darwin/SunOS linker arguments.jperkin2-2/+5
2017-10-03mk: Disable SSP checks on systems where it is provided in libc.jperkin3-3/+6
2017-08-07Remove hack working around NetBSD 1.5's specfiles.maya2-10/+2
2017-08-07Disable fortify on netbsd<6.maya1-1/+6
2017-08-04Disable fortify on Linux when optimisation is not enabled, it is notjperkin1-2/+5
2017-07-24Don't bother with a version check for alpha cflagsmaya1-6/+3
2017-07-09Define PKG_HAVE_KQUEUE where available.schmonz1-1/+6
2017-07-09Register support for PKGSRC_USE_STACK_CHECKkhorben1-1/+7
2017-07-04Implement a check for RELROkhorben1-2/+4
2017-06-21Set LIBABISUFFIX correctly on SunOS/sparc64. Tested by Jörn Clausen asjperkin1-4/+4
2017-06-09Register support for RELRO on Linux (limited to x86 first)khorben1-1/+7
2017-06-09Register support for SSP on Linux (limited to x86 first)khorben1-1/+7
2017-06-09Register support for FORTIFY on Linuxkhorben1-1/+4
2017-05-31Move detection of shared library type into the platform file.jlam4-8/+40
2017-05-18Register support for SSP on FreeBSD and clang (on x86 architectures)khorben1-1/+7
2017-05-08Default to pkgsrc terminfo. The curses default was switched to pkgsrc ajperkin1-3/+6
2017-03-08Mark SunOS as _INCOMPAT_CURSES, there are lots of issues with the recent workjperkin1-1/+6
2017-02-01MACHINE_ARCH is set to powerpc64le during bootstrap, adjust if statement tosevan1-2/+2
2017-02-01Indent conditionals to improve legibility. No functional change.jperkin1-14/+14
2017-02-01Add ppc64le paths from the Debian/Ubuntu multiarch hierarchy.sevan1-1/+6
2017-01-17Bump LIBTOOL_REQD, newer version needed for cwrappers.wiz1-2/+1
2017-01-17Cache and use computed variables.jperkin1-2/+6
2016-12-04Enable cwrappers for Dragonfly and FreeBSD. Remove Linux emulation (gone)bsiegert2-3/+5
2016-11-13fix the test for <poll.h>/<sys/poll.h> - use _OPSYS_INCLUDE_DIRS insteadjdolecek1-2/+2
2016-10-28Enable cwrappers by default on OpenBSD.jperkin1-1/+3
2016-10-27Enable cwrappers by default on NetBSD.wiz1-1/+3
2016-10-27Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaultsjperkin3-3/+12
2016-10-25DragonFly: Update _OPSYS_SYSTEM_RPATHmarino1-2/+2
2016-09-17set LIBABISUFFIX to /aarch64-linux-gnu for arm64richard1-4/+5
2016-09-06Support UNLIMIT_RESOURCES=cputime on Darwin.jperkin1-2/+3