Age | Commit message (Expand) | Author | Files | Lines |
2005-05-26 | Fixed the output of show-tools. | rillig | 1 | -2/+2 |
2005-05-22 | Finish removing instances of _USE_NEW_TOOLS from pkgsrc. | jlam | 1 | -20/+4 |
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 1 | -18/+1 |
2005-05-22 | Fixed some quoting issues. | rillig | 1 | -34/+34 |
2005-05-21 | In computing _REPLACE_LOCALEDIR_PATTERNS_FIND_cmd, make sure the :sh | jlam | 1 | -5/+10 |
2005-05-20 | Change instances where we stored `shell command` in a make variable into | jlam | 1 | -6/+5 |
2005-05-18 | Replaced the NO_WRKDIR_SYMLINK variable with CREATE_WRKDIR_SYMLINK, as | rillig | 1 | -2/+3 |
2005-05-18 | If NO_WRKDIR_SYMLINK is defined, no symlink to ${WRKSRC} is created when | rillig | 1 | -1/+3 |
2005-05-18 | Added the show-tools target, which emits a shell code fragment defining all | rillig | 1 | -1/+14 |
2005-05-17 | Turn _MANCOMPRESSED into a strictly "yes" and "no" variable | jlam | 1 | -2/+6 |
2005-05-17 | Rework the README.html generation code. Major changes are: | dmcmahill | 1 | -6/+8 |
2005-05-17 | Save the names of the patches applied during the patch phase into the | jlam | 1 | -2/+2 |
2005-05-16 | Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the former | jlam | 1 | -2/+2 |
2005-05-16 | Fix mistake in previous commit -- expr is required by the wrapper | jlam | 1 | -2/+5 |
2005-05-16 | No package seems to be using ${NICE} so don't require it. | jlam | 1 | -3/+3 |
2005-05-16 | Don't require m4 for all packages, only for packages that use it. | jlam | 1 | -3/+3 |
2005-05-16 | tee is only used by bsd.bulk-pkg.mk. | jlam | 1 | -5/+5 |
2005-05-16 | We only need "date" to write the date into the +PRESERVE file. | jlam | 1 | -4/+8 |
2005-05-16 | expr is only used by bsd.bulk-pkg.mk. | jlam | 1 | -6/+6 |
2005-05-16 | tsort is only used by bsd.bulk-pkg.mk. | jlam | 1 | -3/+8 |
2005-05-16 | Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING | jlam | 1 | -4/+4 |
2005-05-16 | We only need mtree if NO_MTREE isn't defined. | jlam | 1 | -4/+7 |
2005-05-16 | Consolidate the bits that add to PKGSRC_USE_TOOLS, and improve the | jlam | 1 | -6/+8 |
2005-05-15 | Fix the MANZ handling in bsd.pkg.mk. If MANZ is defined, then we want | jlam | 1 | -14/+43 |
2005-05-15 | We only need gzcat when requested by the extract and patch phases, or | jlam | 1 | -5/+5 |
2005-05-14 | Rewrote the show-depends-dirs target: fixed shell quoting, omitted | rillig | 1 | -9/+11 |
2005-05-14 | Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc down | jlam | 1 | -3/+3 |
2005-05-14 | Separate out the variables and targets for the "patch" phase into a | jlam | 1 | -211/+4 |
2005-05-14 | If we use the new tools framework, the _USE_GMAKE is unnecessary as we | jlam | 1 | -4/+3 |
2005-05-14 | compiler.mk uses the following tools to compute the values of variables | jlam | 1 | -11/+11 |
2005-05-14 | Simplify the check for whether we need a patch tool or not -- we simply | jlam | 1 | -18/+3 |
2005-05-14 | Found another two uses of .ifndef and .ifdef. | rillig | 1 | -3/+3 |
2005-05-14 | Replaced .ifdef with .if defined() and .ifndef with .if !defined(). This | rillig | 1 | -19/+19 |
2005-05-13 | Moved checking if ${SHLOCK} exists into the shell code fragment that | rillig | 1 | -14/+17 |
2005-05-13 | Don't check for ${SHLOCK}, which isn't defined yet that early in | jlam | 1 | -4/+8 |
2005-05-13 | Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify | jlam | 1 | -2/+4 |
2005-05-12 | Instead of structuring code so that variables defined by the EVAL_PREFIX | jlam | 1 | -9/+3 |
2005-05-12 | Only cache the variable if it's been defined. | jlam | 1 | -1/+3 |
2005-05-12 | There's no need to check for EXTRACT_SUFX when figuring out whether we | jlam | 1 | -2/+2 |
2005-05-11 | Under the new tools framework, we use TOOLS_AWK to represent the awk | jlam | 1 | -2/+3 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 1 | -13/+15 |
2005-05-11 | Separate out the variables and targets for the "extract" phase into a | jlam | 1 | -141/+4 |
2005-05-11 | Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk to | jlam | 1 | -2/+2 |
2005-05-10 | Split out ldconfig handling from the USE_TOOLS processing in replace.mk. | jlam | 1 | -4/+4 |
2005-05-10 | Split out "strip" from the USE_TOOLS processing in replace.mk. Instead, | jlam | 1 | -3/+3 |
2005-05-10 | Make a distinction between the tools that pkgsrc needs and the tools | jlam | 1 | -29/+30 |
2005-05-10 | In make variables, quotes protect embedded whitespace in words, so we | jlam | 1 | -8/+8 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 1 | -15/+64 |
2005-05-08 | Add a dummy describe-options target for package not using the | dillo | 1 | -1/+9 |
2005-05-07 | Refer doc/pkgsrc.txt instead of Packages.txt. | wiz | 1 | -2/+2 |