Age | Commit message (Expand) | Author | Files | Lines |
2017-01-17 | Cache and use computed variables. | jperkin | 1 | -2/+6 |
2016-11-13 | fix the test for <poll.h>/<sys/poll.h> - use _OPSYS_INCLUDE_DIRS instead | jdolecek | 1 | -2/+2 |
2016-10-27 | Add support for enabling cwrappers automatically. USE_CWRAPPERS now defaults | jperkin | 1 | -1/+3 |
2016-09-06 | Support UNLIMIT_RESOURCES=cputime on Darwin. | jperkin | 1 | -2/+3 |
2016-07-08 | Opt to prefer OpenSSL from pkgsrc rather than a builtin version for all versi... | sevan | 1 | -3/+1 |
2016-03-11 | Strip --enable-new-dtags GNU ld arg on Darwin and SunOS. | fhajny | 1 | -1/+3 |
2016-03-10 | Remove _OPSYS_WHOLE_ARCHIVE_FLAG and _OPSYS_NO_WHOLE_ARCHIVE_FLAG, these | jperkin | 1 | -11/+1 |
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-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-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-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-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-08-17 | Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks. | tron | 1 | -2/+3 |
2014-08-01 | Document what Yosemite looks like (modulo XCode, which I haven't needed). | schmonz | 1 | -1/+2 |
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-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-09-04 | Introduce _OPSYS_PREFER.<pkg> variables as a way to set an advisory | jperkin | 1 | -3/+3 |
2013-08-16 | Move platform-specific settings to the platform file. | jperkin | 1 | -1/+5 |
2013-07-12 | Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, | jperkin | 1 | -2/+2 |
2013-04-28 | Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables. | obache | 1 | -1/+5 |
2013-04-04 | Default to the native linux-pam implementation. It is available | jperkin | 1 | -1/+4 |
2013-02-04 | Remove "-no-cpp-precomp" from CPP_PRECOMP_FLAGS. | wiz | 1 | -4/+3 |
2012-11-19 | Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. | ryoon | 1 | -2/+3 |
2012-03-19 | Drop imake-check logic from X11 components' builtin.mk. | joerg | 1 | -15/+1 |
2011-09-10 | From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. | abs | 1 | -3/+3 |
2011-09-09 | Add comment for Mac OS X 10.7.x Lion. | yyamano | 1 | -1/+2 |
2011-01-04 | Removed _INCOMPAT_ICONV. | adam | 1 | -5/+1 |
2010-12-22 | Why should apps compiled for OS X 10.4 and earlier have to languish with | abs | 1 | -1/+6 |
2010-07-08 | Begin cleanup of setgid game infrastructure. | dholland | 1 | -15/+1 |
2009-09-24 | The 64-Bit version of "libiconv" is not compatible with the GNU version | tron | 1 | -1/+5 |
2009-09-12 | Add comment describing version numbers for Mac OS X Snow Leopard. | tron | 1 | -1/+2 |
2009-07-26 | Get rid of an abstraction violation which has been in the tree since | agc | 1 | -1/+3 |
2009-07-11 | Don't use "/bin/ksh" to run wrappe scripts under Mac OS X before Leopard. | tron | 1 | -2/+2 |
2009-06-07 | /usr/bin/gcc on MacOS X is a wrapper that expects to call the (architecture- | schwarz | 1 | -1/+5 |
2009-05-06 | Allow to set the "bourne" shell used for buildlink3 wrappers per platform. | tron | 1 | -1/+6 |