Age | Commit message (Expand) | Author | Files | Lines |
2016-05-10 | Stop using the native texi2html on SunOS. It's not fully compatible | jperkin | 1 | -6/+1 |
2015-09-25 | define TOOLS_PLATFORM.ld in tools.SunOS.mk | richard | 1 | -1/+6 |
2015-06-19 | Don't use the platform /usr/bin/pkg-config. As per PR#49982 it causes | jperkin | 1 | -4/+1 |
2015-02-01 | revert "Add unlink as a tool.", I cannot describe why is it on the Earth. | obache | 1 | -2/+1 |
2015-01-30 | Add unlink as a tool. | obache | 1 | -1/+2 |
2014-05-06 | homogenise fgrep to be grep -F | richard | 1 | -4/+4 |
2014-03-06 | Provide uniq(1) as a TOOLS. | uebayasi | 1 | -1/+2 |
2013-07-03 | Revert back to avoiding the native SunOS pax by default. | jperkin | 1 | -2/+3 |
2013-02-12 | Don't use GNU tar as bsdtar, it isn't fully compatible and fails with | jperkin | 1 | -3/+1 |
2012-07-27 | Make curl a tool. Add support for /usr/bin/curl, if available, on Solaris. | jperkin | 1 | -1/+4 |
2012-06-25 | Support strip in /usr/bin/strip, as per SmartOS. | jperkin | 1 | -1/+5 |
2012-06-15 | Use native ksh93 on Solaris 11 and derivatives. | jperkin | 1 | -1/+2 |
2012-05-21 | Add native pax. | jperkin | 1 | -2/+2 |
2012-01-14 | Use native zip etc. if available. | hans | 1 | -1/+7 |
2011-12-14 | Don't pick up GNU patch on Darwin, Linux and SunOS. It has a number of | joerg | 1 | -5/+5 |
2011-10-04 | In SunOS 5.10 and earlier, some tools only exist in /usr/sfw/bin. | hans | 1 | -1/+25 |
2011-10-04 | Re-enable pkg-config on SunOS 5.11. | hans | 1 | -4/+4 |
2011-09-29 | Disable using perl and pkg-config as host tools for the upcoming branch. | hans | 1 | -8/+8 |
2011-09-14 | Use more host tools on SunOS. Default to GNU tools when available. | hans | 1 | -15/+89 |
2011-07-15 | Fix soelim tool definition for SunOS. | hans | 1 | -2/+2 |
2008-09-11 | If "/usr/gnu/bin/false" exists use that as a value of ${FALSE}. This is known | adrianp | 1 | -1/+5 |
2008-08-10 | Prefer builtin echo, test/[, true/false. | ahoka | 1 | -4/+6 |
2008-08-09 | UCB binaries were removed from OpenSolaris, so let's use builtin echo | ahoka | 1 | -2/+6 |
2007-11-28 | Modern versions of Solaris include "/bin/bash". | tron | 1 | -1/+4 |
2007-06-19 | Add bzip2 as tool. All platforms that had code to deal with bzcat | joerg | 1 | -1/+4 |
2006-07-05 | Teach the tools framework about the following new tools: | jlam | 1 | -1/+11 |
2006-06-14 | Teach the tools framework about "openssl". | jlam | 1 | -1/+4 |
2005-11-08 | Add "soelim", also part of groff if replacement is needed. | tv | 1 | -1/+4 |
2005-11-04 | Teach the tools framework about "sleep" which can be provided by the | jlam | 1 | -1/+2 |
2005-10-12 | Teach the tools framework about ``printf'', which can be replaced by the | jlam | 1 | -1/+2 |
2005-08-30 | revert to /usr/bin/tr per an email from Grant. Seems /usr/xpg4/bin/tr | dmcmahill | 1 | -2/+2 |
2005-08-23 | use /usr/xpg4/bin/tr instead of /usr/bin/tr | dmcmahill | 1 | -2/+2 |
2005-07-31 | Solaris may have tbl(1) from the SUNWdoc package. avoids unnecessary | grant | 1 | -1/+6 |
2005-06-24 | Teach the tools framework about csh, and replace with tcsh if necessary. | jlam | 1 | -1/+2 |
2005-06-23 | Note locations for native diff tools. | jlam | 1 | -1/+6 |
2005-06-03 | Teach the tools framework about mktemp. Replace explicit tests for | jlam | 1 | -1/+4 |
2005-05-26 | Teach the tools framework about nroff. | jlam | 1 | -1/+2 |
2005-05-14 | Fixed a typo when looking for /usr/bin/cmp. | rillig | 1 | -2/+2 |
2005-05-14 | Fixed two obvious typos that leaded to syntax errors. | rillig | 1 | -3/+3 |
2005-05-10 | Split out ldconfig handling from the USE_TOOLS processing in replace.mk. | jlam | 1 | -2/+1 |
2005-05-10 | Remove conditional expression from tools.*.mk files. Strip handling has | jlam | 1 | -3/+2 |
2005-05-04 | Teach the new tools framework about ${STRIP}, which is used in some | jlam | 1 | -1/+3 |
2005-05-03 | Teach the new tools framework about INSTALL and set the appropriate | jlam | 1 | -1/+2 |
2005-05-03 | Teach the new tools framework about MAIL_CMD. We use mail/nail as a | jlam | 1 | -1/+2 |
2005-05-02 | Teach the new tools framework about ldconfig. This must be provided by | jlam | 1 | -1/+2 |
2005-05-02 | Teach the new tools framework about USE_TOOLS+=bzcat. | jlam | 1 | -1/+4 |
2005-04-28 | Note the "[" is natively available everywhere (usually as a shell builtin). | jlam | 1 | -1/+2 |
2005-04-27 | Rename PLATFORM_TOOLS.* to TOOLS_PLATFORM.* to bring the variable names | jlam | 1 | -49/+49 |
2005-04-27 | /usr/xpg4/bin/sed is actually not good enough for pkgsrc, so don't list | jlam | 1 | -2/+1 |
2005-04-27 | Initial stab at creating lists of system-supplied tools for each platform. | jlam | 1 | -0/+60 |