summaryrefslogtreecommitdiff
path: root/mk/tools/tools.SunOS.mk
AgeCommit message (Expand)AuthorFilesLines
2014-05-06homogenise fgrep to be grep -Frichard1-4/+4
2014-03-06Provide uniq(1) as a TOOLS.uebayasi1-1/+2
2013-07-03Revert back to avoiding the native SunOS pax by default.jperkin1-2/+3
2013-02-12Don't use GNU tar as bsdtar, it isn't fully compatible and fails withjperkin1-3/+1
2012-07-27Make curl a tool. Add support for /usr/bin/curl, if available, on Solaris.jperkin1-1/+4
2012-06-25Support strip in /usr/bin/strip, as per SmartOS.jperkin1-1/+5
2012-06-15Use native ksh93 on Solaris 11 and derivatives.jperkin1-1/+2
2012-05-21Add native pax.jperkin1-2/+2
2012-01-14Use native zip etc. if available.hans1-1/+7
2011-12-14Don't pick up GNU patch on Darwin, Linux and SunOS. It has a number ofjoerg1-5/+5
2011-10-04In SunOS 5.10 and earlier, some tools only exist in /usr/sfw/bin.hans1-1/+25
2011-10-04Re-enable pkg-config on SunOS 5.11.hans1-4/+4
2011-09-29Disable using perl and pkg-config as host tools for the upcoming branch.hans1-8/+8
2011-09-14Use more host tools on SunOS. Default to GNU tools when available.hans1-15/+89
2011-07-15Fix soelim tool definition for SunOS.hans1-2/+2
2008-09-11If "/usr/gnu/bin/false" exists use that as a value of ${FALSE}. This is knownadrianp1-1/+5
2008-08-10Prefer builtin echo, test/[, true/false.ahoka1-4/+6
2008-08-09UCB binaries were removed from OpenSolaris, so let's use builtin echoahoka1-2/+6
2007-11-28Modern versions of Solaris include "/bin/bash".tron1-1/+4
2007-06-19Add bzip2 as tool. All platforms that had code to deal with bzcatjoerg1-1/+4
2006-07-05Teach the tools framework about the following new tools:jlam1-1/+11
2006-06-14Teach the tools framework about "openssl".jlam1-1/+4
2005-11-08Add "soelim", also part of groff if replacement is needed.tv1-1/+4
2005-11-04Teach the tools framework about "sleep" which can be provided by thejlam1-1/+2
2005-10-12Teach the tools framework about ``printf'', which can be replaced by thejlam1-1/+2
2005-08-30revert to /usr/bin/tr per an email from Grant. Seems /usr/xpg4/bin/trdmcmahill1-2/+2
2005-08-23use /usr/xpg4/bin/tr instead of /usr/bin/trdmcmahill1-2/+2
2005-07-31Solaris may have tbl(1) from the SUNWdoc package. avoids unnecessarygrant1-1/+6
2005-06-24Teach the tools framework about csh, and replace with tcsh if necessary.jlam1-1/+2
2005-06-23Note locations for native diff tools.jlam1-1/+6
2005-06-03Teach the tools framework about mktemp. Replace explicit tests forjlam1-1/+4
2005-05-26Teach the tools framework about nroff.jlam1-1/+2
2005-05-14Fixed a typo when looking for /usr/bin/cmp.rillig1-2/+2
2005-05-14Fixed two obvious typos that leaded to syntax errors.rillig1-3/+3
2005-05-10Split out ldconfig handling from the USE_TOOLS processing in replace.mk.jlam1-2/+1
2005-05-10Remove conditional expression from tools.*.mk files. Strip handling hasjlam1-3/+2
2005-05-04Teach the new tools framework about ${STRIP}, which is used in somejlam1-1/+3
2005-05-03Teach the new tools framework about INSTALL and set the appropriatejlam1-1/+2
2005-05-03Teach the new tools framework about MAIL_CMD. We use mail/nail as ajlam1-1/+2
2005-05-02Teach the new tools framework about ldconfig. This must be provided byjlam1-1/+2
2005-05-02Teach the new tools framework about USE_TOOLS+=bzcat.jlam1-1/+4
2005-04-28Note the "[" is natively available everywhere (usually as a shell builtin).jlam1-1/+2
2005-04-27Rename PLATFORM_TOOLS.* to TOOLS_PLATFORM.* to bring the variable namesjlam1-49/+49
2005-04-27/usr/xpg4/bin/sed is actually not good enough for pkgsrc, so don't listjlam1-2/+1
2005-04-27Initial stab at creating lists of system-supplied tools for each platform.jlam1-0/+60