summaryrefslogtreecommitdiff
path: root/mk/tools/tools.Linux.mk
AgeCommit message (Expand)AuthorFilesLines
2008-05-17Check that /usr/bin/patch really exists, so that we can gracefully falltnn1-1/+3
2008-04-04Detect and use native bzip2(1) tool.tnn1-1/+6
2008-02-19Look for mktemp in /bin, too, where Debian systems keep it.epg1-1/+3
2007-06-19Add ident as tool and use /usr/bin/ident on those platforms I know tojoerg1-1/+4
2007-03-17Check for /usr/bin/sleep. I have had this in my pkgsrc for a long time.reed1-1/+5
2007-03-15Check for /bin/bzcat. Noticed on Ubuntu Linux over a week ago.reed1-1/+3
2007-01-25Some Linux distros have gawk and install in /bin.rpaulo1-1/+9
2006-07-05Teach the tools framework about the following new tools:jlam1-1/+11
2006-06-26m4 might not exist e.g. on Slackware, conditionalize it.joerg1-1/+3
2006-06-20Use /bin/tcsh only when it exists. A minimal installtion of Linux mayminskim1-1/+3
2006-06-14Teach the tools framework about "openssl".jlam1-1/+4
2006-05-21Teach the tools framework about "groff" as a tool.jlam1-1/+4
2006-04-13Rename msgfmt.mk to gettext.mk. The rest of the gettext tool handlingjlam1-1/+4
2006-04-13Overhaul the way packages can ask for "msgfmt". If a package needsjlam1-1/+4
2006-03-06Teach the tools framework how to supply a pkgsrc version of install-infojlam1-1/+8
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-1/+4
2006-01-08Teach the tools framework about "gsoelim", which is the soelim tool fromjlam1-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/+4
2005-08-26Make sure file exists before defining TOOLS_PLATFORM.mktemp.reed1-1/+3
2005-06-24Teach the tools framework about csh, and replace with tcsh if necessary.jlam1-1/+2
2005-06-24Support bash as a tool, so that packages containing bash scriptsminskim1-1/+2
2005-06-23Note locations for native diff tools.jlam1-1/+6
2005-06-16provide defaults for bzcat and tbl to avoid unnecessary buildgrant1-1/+9
2005-06-03Teach the tools framework about mktemp. Replace explicit tests forjlam1-1/+2
2005-05-26Teach the tools framework about nroff.jlam1-1/+4
2005-05-15Asking the tools framework for "bison" now provides two distinct tools:jlam1-1/+2
2005-05-15Linux xargs is probably GNU xargs, so we need to invoke it with "-r".jlam1-2/+2
2005-05-14Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc downjlam1-1/+2
2005-05-14Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip).rillig1-2/+2
2005-05-14Fixed typo in finding grep(1).rillig1-2/+2
2005-05-13if-if-endif -> if-elif-endifminskim1-2/+2
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/+6
2005-05-02Teach the new tools framework about ldconfig. This must be provided byjlam1-1/+2
2005-04-28Note the "[" is natively available everywhere (usually as a shell builtin).jlam1-1/+2
2005-04-27Linux doesn't seem have lex as part of the base system, so don't botherjlam1-4/+1
2005-04-27Rename PLATFORM_TOOLS.* to TOOLS_PLATFORM.* to bring the variable namesjlam1-71/+71
2005-04-27Note lex if it's present on the system.jlam1-1/+4
2005-04-27Fix erroneous path to sed and add a check for bison.jlam1-2/+5
2005-04-27Initial stab at creating lists of system-supplied tools for each platform.jlam1-0/+115