Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-08-21 | Add -Wl,-export-dynamic to the list of GNU ld patterns to remove. | jperkin | 1 | -1/+2 |
2014-08-17 | Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks. | tron | 1 | -2/+3 |
2014-08-14 | Fix packages creation on Interix. | cheusov | 1 | -2/+2 |
2014-08-13 | Interix has dlopen(3) and family, they are provided by gcc (Interix-6.1). | cheusov | 1 | -1/+7 |
2014-08-01 | Document what Yosemite looks like (modulo XCode, which I haven't needed). | schmonz | 1 | -1/+2 |
2014-07-25 | Fix shlib check error under DragonFly 3.8.1. | ryoon | 1 | -3/+3 |
2014-06-10 | Always use OpenPAM as fallback PAM implementation if a native one is | joerg | 1 | -2/+0 |
2014-06-09 | -lpthread not needed, it's in libroot. | obache | 1 | -2/+2 |
2014-05-18 | catch up to /boot/common removal, adust header/library location. | obache | 1 | -1/+8 |
2014-05-18 | Haiku has groupadd now. | obache | 1 | -2/+4 |
2014-05-18 | On Haiku: | obache | 1 | -4/+4 |
2014-03-19 | MirBSD: remove -fvisibility=hidden until there is a version of gcc that | bsiegert | 1 | -2/+4 |
2014-03-14 | Add SCO OpenServer 5 and 6 support, 6 support is not tested yet. | ryoon | 1 | -0/+76 |
2014-03-11 | Introduce infrastructure support for SMF. | jperkin | 1 | -1/+6 |
2014-03-07 | When building 32-bit packages on x86_64 GNU ld isn't smart enough to | jperkin | 1 | -1/+8 |
2014-02-20 | Prefer the native libexecinfo implementation by default. | jperkin | 1 | -4/+5 |
2014-02-20 | Prefer the native libinotify implementation by default. | jperkin | 1 | -1/+2 |
2014-02-19 | Use the _OPSYS_PREFER mechanism rather than LIBC_BUILTINS. | jperkin | 2 | -4/+14 |
2014-02-14 | document _OPSYS_PREFER.<pkg> | obache | 1 | -1/+4 |
2013-12-31 | Check for stdio.h in /usr/include test, as on upgrades the /usr/include | jperkin | 1 | -3/+4 |
2013-11-24 | Don't use "${ECHO}" which isn't defined yet, hard code "echo" instead. | tron | 1 | -2/+2 |
2013-11-24 | Handle older versions of xcrun. | jperkin | 1 | -2/+2 |
2013-11-23 | Use xcrun to determine the full path to the SDK, and use the headers from | jperkin | 1 | -13/+13 |
2013-11-23 | fixes 3rdparty header path | obache | 1 | -2/+2 |
2013-11-01 | OSX Mavericks and Xcode 5 no longer ship system headers in /usr/include, they | jperkin | 1 | -1/+13 |
2013-11-01 | Move platform-specific code to the platform file. | jperkin | 1 | -1/+8 |
2013-10-13 | Remove config.rpath override file and related code. | wiz | 2 | -4/+2 |
2013-09-12 | Introduce CATMAN_SECTION_SUFFIX which if set to 'yes' will ensure that | jperkin | 1 | -1/+2 |
2013-09-04 | Introduce _OPSYS_PREFER.<pkg> variables as a way to set an advisory | jperkin | 4 | -15/+15 |
2013-08-31 | CPP is /bin/cpp on Cygwin. | obache | 1 | -1/+2 |
2013-08-27 | fix openssl builtin support, at least for solaris | richard | 1 | -2/+2 |
2013-08-16 | Move platform-specific settings to the platform file. | jperkin | 1 | -1/+5 |
2013-08-16 | Use the native mit-krb5 implementation by default on SunOS. | jperkin | 1 | -1/+5 |
2013-07-26 | Add (Debian) GNU/kFreeBSD port. | ryoon | 1 | -0/+74 |
2013-07-23 | Fix typo. | ryoon | 1 | -2/+2 |
2013-07-15 | Default to using the native version of libexecinfo on SunOS. | jperkin | 1 | -2/+3 |
2013-07-12 | Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, | jperkin | 4 | -8/+8 |
2013-07-05 | Apply removal of -export-dynamic for SunOS across all of pkgsrc. | jperkin | 1 | -1/+5 |
2013-05-17 | Fix a pasting botch in v1.54 that killed Linux i386 | dsainty | 1 | -3/+2 |
2013-05-16 | _OPSYS_SYSTEM_RPATH must match _OPSYS_LIB_DIRS or else the buildlink | jperkin | 1 | -4/+2 |
2013-05-11 | On Debian/Ubuntu Linux, set system's library path as Debian's multiarch | ryoon | 1 | -1/+18 |
2013-04-28 | Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables. | obache | 21 | -20/+93 |