Age | Commit message (Expand) | Author | Files | Lines |
2010-02-13 | Adjust chgrp/chown paths for SSD/Linux. | obache | 1 | -1/+9 |
2010-01-16 | Add support of SSD/Linux. | obache | 1 | -1/+14 |
2009-10-11 | don't assume we have /bin/zcat | tnn | 1 | -1/+3 |
2008-05-17 | Check that /usr/bin/patch really exists, so that we can gracefully fall | tnn | 1 | -1/+3 |
2008-04-04 | Detect and use native bzip2(1) tool. | tnn | 1 | -1/+6 |
2008-02-19 | Look for mktemp in /bin, too, where Debian systems keep it. | epg | 1 | -1/+3 |
2007-06-19 | Add ident as tool and use /usr/bin/ident on those platforms I know to | joerg | 1 | -1/+4 |
2007-03-17 | Check for /usr/bin/sleep. I have had this in my pkgsrc for a long time. | reed | 1 | -1/+5 |
2007-03-15 | Check for /bin/bzcat. Noticed on Ubuntu Linux over a week ago. | reed | 1 | -1/+3 |
2007-01-25 | Some Linux distros have gawk and install in /bin. | rpaulo | 1 | -1/+9 |
2006-07-05 | Teach the tools framework about the following new tools: | jlam | 1 | -1/+11 |
2006-06-26 | m4 might not exist e.g. on Slackware, conditionalize it. | joerg | 1 | -1/+3 |
2006-06-20 | Use /bin/tcsh only when it exists. A minimal installtion of Linux may | minskim | 1 | -1/+3 |
2006-06-14 | Teach the tools framework about "openssl". | jlam | 1 | -1/+4 |
2006-05-21 | Teach the tools framework about "groff" as a tool. | jlam | 1 | -1/+4 |
2006-04-13 | Rename msgfmt.mk to gettext.mk. The rest of the gettext tool handling | jlam | 1 | -1/+4 |
2006-04-13 | Overhaul the way packages can ask for "msgfmt". If a package needs | jlam | 1 | -1/+4 |
2006-03-06 | Teach the tools framework how to supply a pkgsrc version of install-info | jlam | 1 | -1/+8 |
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -1/+4 |
2006-01-08 | Teach the tools framework about "gsoelim", which is the soelim tool from | 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/+4 |
2005-08-26 | Make sure file exists before defining TOOLS_PLATFORM.mktemp. | reed | 1 | -1/+3 |
2005-06-24 | Teach the tools framework about csh, and replace with tcsh if necessary. | jlam | 1 | -1/+2 |
2005-06-24 | Support bash as a tool, so that packages containing bash scripts | minskim | 1 | -1/+2 |
2005-06-23 | Note locations for native diff tools. | jlam | 1 | -1/+6 |
2005-06-16 | provide defaults for bzcat and tbl to avoid unnecessary build | grant | 1 | -1/+9 |
2005-06-03 | Teach the tools framework about mktemp. Replace explicit tests for | jlam | 1 | -1/+2 |
2005-05-26 | Teach the tools framework about nroff. | jlam | 1 | -1/+4 |
2005-05-15 | Asking the tools framework for "bison" now provides two distinct tools: | jlam | 1 | -1/+2 |
2005-05-15 | Linux xargs is probably GNU xargs, so we need to invoke it with "-r". | jlam | 1 | -2/+2 |
2005-05-14 | Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc down | jlam | 1 | -1/+2 |
2005-05-14 | Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip). | rillig | 1 | -2/+2 |
2005-05-14 | Fixed typo in finding grep(1). | rillig | 1 | -2/+2 |
2005-05-13 | if-if-endif -> if-elif-endif | minskim | 1 | -2/+2 |
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/+6 |
2005-05-02 | Teach the new tools framework about ldconfig. This must be provided by | jlam | 1 | -1/+2 |
2005-04-28 | Note the "[" is natively available everywhere (usually as a shell builtin). | jlam | 1 | -1/+2 |
2005-04-27 | Linux doesn't seem have lex as part of the base system, so don't bother | jlam | 1 | -4/+1 |
2005-04-27 | Rename PLATFORM_TOOLS.* to TOOLS_PLATFORM.* to bring the variable names | jlam | 1 | -71/+71 |
2005-04-27 | Note lex if it's present on the system. | jlam | 1 | -1/+4 |
2005-04-27 | Fix erroneous path to sed and add a check for bison. | jlam | 1 | -2/+5 |
2005-04-27 | Initial stab at creating lists of system-supplied tools for each platform. | jlam | 1 | -0/+115 |