summaryrefslogtreecommitdiff
path: root/mk/platform
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-25Support UNLIMIT_RESOURCES=cputime on SunOS.jperkin1-1/+2
2016-08-24Add experimental aarch64 support (amlogic s905 under ubuntu)richard1-1/+5
2016-07-08Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all versi...sevan1-3/+1
2016-06-29DragonFly BSD ships with GCC 5.x as the compiler, add its library location to...sevan1-2/+2
2016-03-17Since the MACHINE_ARCH cleanup, the bootstrap for i386-on-x86_64 Linux hasjperkin1-2/+2
2016-03-11Re-arrange support for FORTIFY/MKPIE/RELRO/SSPkhorben2-13/+3
2016-03-11Add support for a number of security featureskhorben2-13/+37
2016-03-11Strip --enable-new-dtags GNU ld arg on Darwin and SunOS.fhajny2-2/+6
2016-03-10Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, thesejperkin23-148/+22
2016-03-04pass correct ABI via OBJECT_MODE environment variable on AIXtnn1-1/+9
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-11-18Ensure building 32-bit on 64-bit is supported when using cwrappers too.jperkin1-1/+2
2015-11-16Always set _OPSYS_CAN_CHECK_SHLIBS to "yes" regardless of whetherjperkin1-6/+2
2015-11-07MACHINE_ARCH for Bitrig/amd64 is now set to x86_64sevan1-2/+2
2015-10-26GCC on SunOS supports a non-standard -mimpure-text argument which clangjperkin1-1/+6
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-10_OPSYS_LIB_DIRS entries must be space-separated, not colon.jperkin1-2/+2
2015-09-07Disable the strip flag for install(1) by default on Darwin. When calledjperkin1-2/+6
2015-09-01Default to pkgsrc openssl from OSX Lion / 10.7 onwards, where the nativejperkin1-1/+4
2015-08-17Introduce support for checking Mach-O dynamic libraries.jperkin1-2/+2
2015-08-10Add support for building with fortifykhorben1-1/+6
2015-07-27More efficient check if SSP is enabledkhorben1-3/+3
2015-07-26Add support for compiling with stack-smashing protectionkhorben1-1/+11
2015-07-18Detect arm-linux-gnueabihf correctlywiedi1-1/+6
2015-07-04Fix QNX bootstrap.ryoon1-1/+0
2015-07-01Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks. It wastron1-2/+3
2015-06-26Always use current system version SDK avoiding future SDKs, because this make...adam1-3/+9
2015-06-04Introduce preliminary support for Bitrig to pkgsrcsevan1-0/+75
2015-05-26Let's unconditionally depend on useradd on NetBSD. It has been in basejoerg1-7/+1
2015-05-21The path to SU is correctsevan1-3/+1