Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-05-07 | Add PKGBASE to MESSAGE_SUBST for substituting variables in MESSAGEs. | reed | 1 | -1/+2 |
2005-05-04 | Teach the new tools framework about ${STRIP}, which is used in some | jlam | 1 | -3/+3 |
2005-05-04 | In make, && has a higher precedence than ||. Add parentheses to fix the | jlam | 1 | -2/+2 |
2005-05-03 | Repair CHECK_FILES by adding \( \) around the -or expression in find. | kristerw | 1 | -3/+5 |
2005-05-03 | Teach the new tools framework about INSTALL and set the appropriate | jlam | 1 | -6/+13 |
2005-05-03 | Teach the new tools framework about MAIL_CMD. We use mail/nail as a | jlam | 1 | -1/+6 |
2005-05-02 | * Push the imake- and xmkmf-handling into the new tools framework. | jlam | 1 | -3/+5 |
2005-05-02 | We need ldconfig (this should probably be restricted only to packages that | jlam | 1 | -4/+4 |
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 | 1 | -3/+7 |
2005-04-30 | Split replace.mk into two parts, one of which is included by bsd.prefs.mk | jlam | 1 | -3/+17 |
2005-04-25 | whitespace fix -- does nobody use emacs here? | drochner | 1 | -2/+2 |
2005-04-22 | Prepend USE_NEW_TOOLS with an underscore to make it private. Developers | jlam | 1 | -3/+3 |