Age | Commit message (Expand) | Author | Files | Lines |
2005-04-28 | Remove unused variable _TOOLS_REPLACE_LIST. | jlam | 1 | -8/+1 |
2005-04-28 | whitespace changes to simplify merging with coreutils.mk. | jlam | 1 | -28/+28 |
2005-04-28 | We only need to loop over the tools that we say we're going to use. | jlam | 1 | -8/+7 |
2005-04-28 | Create _USE_TOOLS, a sanitized versino of USE_TOOLS that removes the | jlam | 1 | -38/+49 |
2005-04-28 | Correct the PKGPATH for gsed. | jlam | 1 | -2/+2 |
2005-04-28 | Split out the tools from the same package into separate clauses so that | jlam | 1 | -106/+113 |
2005-04-28 | Define TOOLS_DEPENDS.* to be the dependency that will be added, and | jlam | 5 | -34/+71 |
2005-04-28 | Rename TOOLS_DEPENDS.* to TOOLS_DEPMETHOD.* to roughly match the | jlam | 2 | -29/+29 |
2005-04-27 | Correct the fallback value of FALSE. | jlam | 1 | -2/+2 |
2005-04-27 | Remove redundant checks. | jlam | 1 | -9/+1 |
2005-04-27 | Don't bother testing whether the target file is excutable. Let's just | jlam | 1 | -7/+4 |
2005-04-27 | Define tools that we use within the tools framework itself. | jlam | 1 | -1/+14 |
2005-04-27 | Clarify why we want the perl symlink. | jlam | 1 | -3/+3 |
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 | Split out the perl handling to a separate file, since we always use the | jlam | 2 | -21/+20 |
2005-04-27 | Handle cases where pkgsrc bootstrap installs tools, e.g. pax, tar, sed. | jlam | 2 | -1/+94 |
2005-04-27 | Rename PLATFORM_TOOLS.* to TOOLS_PLATFORM.* to bring the variable names | jlam | 14 | -691/+691 |
2005-04-27 | Remove conflict between bison and yacc... now "bison" simply overrides | jlam | 1 | -8/+8 |
2005-04-27 | cmp should be a symlink, not a wrapper. | jlam | 1 | -2/+2 |
2005-04-27 | Teach replace.mk about awk, m4, and sed when the GNU versions aren't | jlam | 1 | -4/+50 |
2005-04-27 | Get rid of the _TOOLS_USE_PLATFORM.* table as the information has now | jlam | 1 | -65/+3 |
2005-04-27 | BSD/OS supplies an mtree. | jlam | 1 | -1/+2 |
2005-04-27 | Note lex if it's present on the system. | jlam | 1 | -1/+4 |
2005-04-27 | The BSDs all have lex, tbl, and yacc in the base system. | jlam | 4 | -4/+20 |
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 | 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 | 14 | -1/+774 |
2005-04-27 | We can't add dependencies on packages that are never registered. | jlam | 1 | -3/+11 |
2005-04-27 | Teach replace about mtree/MTREE. | jlam | 1 | -3/+19 |
2005-04-27 | Fix typo. | jlam | 1 | -2/+2 |
2005-04-27 | Teach replace.mk about replacements for SH (shells/pdksh) and SHLOCK | jlam | 1 | -2/+34 |
2005-04-27 | Teach replace.mk about GTAR and PAX (replace with archivers/pax if | jlam | 1 | -3/+41 |
2005-04-26 | Teach replace.mk about cmp/CMP. | jlam | 1 | -4/+22 |
2005-04-26 | Let USE_TOOLS+=coreutils cause BASENAME, CAT, CHGRP, etc. to be overridden | jlam | 1 | -3/+44 |
2005-04-26 | To avoid errors, check that there is a TOOL variable associated with | jlam | 1 | -4/+4 |
2005-04-26 | Packages that want GNU m4 will probably still invoke it as "m4". | jlam | 1 | -1/+2 |
2005-04-26 | Merge findutils.mk into replace.mk. We now just use USE_TOOLS+=find | jlam | 3 | -35/+39 |
2005-04-26 | If we're using one of the package's utilities, we're going to be using | jlam | 1 | -1/+3 |
2005-04-26 | Continue the work in previous commit by making the code more | jlam | 1 | -27/+15 |
2005-04-26 | Make some code more cut-n-paste-friendly for packages that replace lots | jlam | 1 | -11/+13 |
2005-04-26 | The gzip utilities aren't ever prefixed with ${GNU_PROGRAM_PREFIX}... | jlam | 1 | -4/+4 |
2005-04-26 | Fix conditions on grep and gzip so that if any of the TOOLS_IGNORE.* are | jlam | 1 | -7/+13 |
2005-04-26 | Sort the tool-specific sections for easier browsing. | jlam | 1 | -45/+45 |
2005-04-26 | The gawk and gsed tools are called "awk" and "sed" under ${TOOLS_DIR} | jlam | 1 | -1/+3 |
2005-04-26 | Rename the "sed" option for USE_TOOLS to "gsed" to note that we want | jlam | 1 | -15/+14 |
2005-04-26 | Fix typo. | jlam | 1 | -2/+2 |
2005-04-26 | Only set the "TOOL" variable if it was associated with the corresponding | jlam | 1 | -4/+7 |
2005-04-26 | PLATFORM_TOOL.<tool> is meant to be set like the "TOOL" variable, so | jlam | 1 | -7/+14 |
2005-04-26 | As of bsd.tool.mk:1.6, TOOLS_CMD.<tool> defaults to | jlam | 7 | -45/+7 |
2005-04-26 | Make the wrapper and the symlink default to the same name under the tools | jlam | 1 | -6/+6 |