Age | Commit message (Expand) | Author | Files | Lines |
2005-05-02 | RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. | reed | 1 | -13/+3 |
2005-05-02 | If we only define the "TOOL" variable if the real command exists, then | jlam | 2 | -126/+2 |
2005-05-02 | We need ldconfig (this should probably be restricted only to packages that | jlam | 1 | -4/+4 |
2005-05-02 | Remove the need for ${FIND} in the top-level make. | jlam | 1 | -2/+2 |
2005-05-02 | Teach the new tools framework about ldconfig. This must be provided by | jlam | 14 | -14/+32 |
2005-05-02 | Include perl.mk to make sure the perl symlink is created. | jlam | 1 | -1/+2 |
2005-05-02 | PERL5 shouldn't be recursively defined. | jlam | 1 | -2/+2 |
2005-05-02 | Re-order nested .if statements for brevity. | jlam | 1 | -8/+5 |
2005-05-02 | Teach the new tools framework about USE_TOOLS+=bzcat. | jlam | 7 | -9/+37 |
2005-04-30 | s/upto date/up-to-date/ | jschauma | 1 | -2/+2 |
2005-04-30 | net/qmail has been taught to not need expr and wc in the top-level make. | jlam | 1 | -2/+2 |
2005-04-30 | Avoid checking for !empty(...) so that we that defer variable references. | jlam | 1 | -7/+1 |
2005-04-30 | Split replace.mk into two parts, one of which is included by bsd.prefs.mk | jlam | 4 | -93/+129 |
2005-04-30 | Rewrite to avoid needing egrep. | jlam | 1 | -32/+32 |
2005-04-28 | Make the pretty-printing actually work by passing all of the options on | jlam | 1 | -3/+3 |
2005-04-28 | We don't need to use ${SORT} to sort the options list. VAR:O will do | jlam | 1 | -13/+6 |
2005-04-28 | There is no uk_UA.ISO_8859-1. Luckily no package believes otherwise, | wiz | 13 | -39/+13 |
2005-04-28 | Defer execution until the value is needed. This avoids needing ${ECHO}, | jlam | 1 | -17/+12 |
2005-04-28 | Only set the "TOOL" variable if one has been associated with the tool. | jlam | 1 | -1/+3 |
2005-04-28 | coreutils.mk has been merged into replace.mk | jlam | 1 | -2/+1 |
2005-04-28 | Merge coreutils.mk into replace.mk. Also remove the "coreutils" option | jlam | 2 | -80/+474 |
2005-04-28 | Note the "[" is natively available everywhere (usually as a shell builtin). | jlam | 13 | -13/+26 |
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 |