Age | Commit message (Expand) | Author | Files | Lines |
2016-06-29 | DragonFly BSD ships with GCC 5.x as the compiler, add its library location to... | sevan | 1 | -2/+2 |
2016-03-17 | Since the MACHINE_ARCH cleanup, the bootstrap for i386-on-x86_64 Linux has | jperkin | 1 | -2/+2 |
2016-03-11 | Re-arrange support for FORTIFY/MKPIE/RELRO/SSP | khorben | 2 | -13/+3 |
2016-03-11 | Add support for a number of security features | khorben | 2 | -13/+37 |
2016-03-11 | Strip --enable-new-dtags GNU ld arg on Darwin and SunOS. | fhajny | 2 | -2/+6 |
2016-03-10 | Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, these | jperkin | 23 | -148/+22 |
2016-03-04 | pass correct ABI via OBJECT_MODE environment variable on AIX | tnn | 1 | -1/+9 |
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-11-18 | Ensure building 32-bit on 64-bit is supported when using cwrappers too. | jperkin | 1 | -1/+2 |
2015-11-16 | Always set _OPSYS_CAN_CHECK_SHLIBS to "yes" regardless of whether | jperkin | 1 | -6/+2 |
2015-11-07 | MACHINE_ARCH for Bitrig/amd64 is now set to x86_64 | sevan | 1 | -2/+2 |
2015-10-26 | GCC on SunOS supports a non-standard -mimpure-text argument which clang | jperkin | 1 | -1/+6 |
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-10 | _OPSYS_LIB_DIRS entries must be space-separated, not colon. | jperkin | 1 | -2/+2 |
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-08-10 | Add support for building with fortify | khorben | 1 | -1/+6 |
2015-07-27 | More efficient check if SSP is enabled | khorben | 1 | -3/+3 |
2015-07-26 | Add support for compiling with stack-smashing protection | khorben | 1 | -1/+11 |
2015-07-18 | Detect arm-linux-gnueabihf correctly | wiedi | 1 | -1/+6 |
2015-07-04 | Fix QNX bootstrap. | ryoon | 1 | -1/+0 |
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-06-04 | Introduce preliminary support for Bitrig to pkgsrc | sevan | 1 | -0/+75 |
2015-05-26 | Let's unconditionally depend on useradd on NetBSD. It has been in base | joerg | 1 | -7/+1 |
2015-05-21 | The path to SU is correct | sevan | 1 | -3/+1 |
2015-05-08 | For 64bit little endian PowerPC hosts running Linux | sevan | 1 | -1/+6 |
2015-04-21 | Add a new ulimit modifier for cputime. Support raising limits for | joerg | 7 | -7/+14 |
2015-04-19 | NOLOGIN needs to be /usr/bin/false here. Probably copy-pasto from OSF1.mk. | tnn | 1 | -2/+2 |
2015-04-18 | fix comment about pkgtools/compat_headers | tnn | 2 | -4/+4 |
2015-04-17 | Default to the native getopt when available. | jperkin | 1 | -1/+2 |
2015-04-17 | Stop defaulting to the builtin mit-krb5, it's an old copy which is | jperkin | 1 | -2/+1 |
2015-03-19 | Report that SunOS 5.10 and older don't have "err.h". | tron | 1 | -1/+4 |
2015-02-16 | Remove obsolete bulk build variables. | jperkin | 1 | -8/+1 |
2015-02-01 | Revert "Drop obsolated old bulk build related variable settings." | obache | 1 | -1/+8 |
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-11-21 | Drop obsolated old bulk build related variable settings. | obache | 1 | -8/+1 |
2014-09-10 | Expand --version-script removals for SunOS back out into package Makefiles | jperkin | 1 | -2/+1 |
2014-09-02 | Default to X11_TYPE=modular on netbsd-5. | gdt | 1 | -2/+4 |
2014-08-28 | Expand out the list of GNU ld flags we want to remove, rather than applying | jperkin | 1 | -2/+11 |
2014-08-28 | Remove any -Wl,--* arguments, they are guaranteed to be GNU ld specific | jperkin | 1 | -2/+2 |