Age | Commit message (Expand) | Author | Files | Lines |
2017-03-08 | Mark SunOS as _INCOMPAT_CURSES, there are lots of issues with the recent work | jperkin | 1 | -1/+6 |
2017-02-01 | MACHINE_ARCH is set to powerpc64le during bootstrap, adjust if statement to | sevan | 1 | -2/+2 |
2017-02-01 | Indent conditionals to improve legibility. No functional change. | jperkin | 1 | -14/+14 |
2017-02-01 | Add ppc64le paths from the Debian/Ubuntu multiarch hierarchy. | sevan | 1 | -1/+6 |
2017-01-17 | Bump LIBTOOL_REQD, newer version needed for cwrappers. | wiz | 1 | -2/+1 |
2017-01-17 | Cache and use computed variables. | jperkin | 1 | -2/+6 |
2016-12-04 | Enable cwrappers for Dragonfly and FreeBSD. Remove Linux emulation (gone) | bsiegert | 2 | -3/+5 |
2016-11-13 | fix the test for <poll.h>/<sys/poll.h> - use _OPSYS_INCLUDE_DIRS instead | jdolecek | 1 | -2/+2 |
2016-10-28 | Enable cwrappers by default on OpenBSD. | jperkin | 1 | -1/+3 |
2016-10-27 | Enable cwrappers by default on NetBSD. | wiz | 1 | -1/+3 |
2016-10-27 | Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaults | jperkin | 3 | -3/+12 |
2016-10-25 | DragonFly: Update _OPSYS_SYSTEM_RPATH | marino | 1 | -2/+2 |
2016-09-17 | set LIBABISUFFIX to /aarch64-linux-gnu for arm64 | richard | 1 | -4/+5 |
2016-09-06 | Support UNLIMIT_RESOURCES=cputime on Darwin. | jperkin | 1 | -2/+3 |
2016-08-25 | Support UNLIMIT_RESOURCES=cputime on SunOS. | jperkin | 1 | -1/+2 |
2016-08-24 | Add experimental aarch64 support (amlogic s905 under ubuntu) | richard | 1 | -1/+5 |
2016-07-08 | Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all versi... | sevan | 1 | -3/+1 |
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 |