Age | Commit message (Expand) | Author | Files | Lines |
2005-05-15 | We only need gzcat when requested by the extract and patch phases, or | jlam | 1 | -5/+5 |
2005-05-15 | distfiles that end in .Z require gzcat as part of the extraction process. | jlam | 1 | -2/+3 |
2005-05-15 | Old versions of pax-as-tar don't do the right thing when invoked as | jlam | 1 | -1/+8 |
2005-05-15 | Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value. | jlam | 1 | -4/+4 |
2005-05-15 | Make implementation match documentation for when a wrapper is created and | jlam | 1 | -8/+11 |
2005-05-14 | We also need a patch tool if there are patches for the package in | jlam | 1 | -7/+3 |
2005-05-14 | Add the *cat tools needed by the patch phase to output the contents of | jlam | 1 | -15/+21 |
2005-05-14 | Rewrote the show-depends-dirs target: fixed shell quoting, omitted | rillig | 1 | -9/+11 |
2005-05-14 | Document the variables and targets defined by bsd.pkg.patch.mk. | jlam | 1 | -1/+57 |
2005-05-14 | BUILDLINK_DEPENDS.* can be lists, so iterate over the lists when creating | jlam | 2 | -4/+14 |
2005-05-14 | Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc down | jlam | 13 | -52/+85 |
2005-05-14 | Temporarily define TAR here until I figure out a better way to deal | jlam | 1 | -1/+6 |
2005-05-14 | Separate out the variables and targets for the "patch" phase into a | jlam | 2 | -211/+219 |
2005-05-14 | The mk/tools/defaults.mk is included by bsd.prefs.mk, so it must include | jlam | 1 | -4/+4 |
2005-05-14 | Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip). | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo: now using /usr/sbin/gzcat, like in platform/IRIX.mk. | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo when looking for /usr/bin/cmp. | rillig | 1 | -2/+2 |
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 | Compute the installation prefix for every tool specified so that the | jlam | 1 | -69/+73 |
2005-05-14 | Simplify the check for whether we need a patch tool or not -- we simply | jlam | 1 | -18/+3 |
2005-05-14 | Don't process the file if either of PKG_SUPPORTED_OPTIONS or PKG_OPTIONS_VAR | rillig | 1 | -11/+10 |
2005-05-14 | Found another two uses of .ifndef and .ifdef. | rillig | 1 | -3/+3 |
2005-05-14 | Replaced .ifdef with .if defined() and .ifnded with .if !defined(). This | rillig | 1 | -6/+6 |
2005-05-14 | Replaced .ifdef with .if defined() and .ifndef with .if !defined(). This | rillig | 1 | -19/+19 |
2005-05-14 | Fixed typo in finding grep(1). | rillig | 1 | -2/+2 |
2005-05-14 | Fixed two obvious typos that leaded to syntax errors. | rillig | 1 | -3/+3 |
2005-05-13 | Rewrite command to compute the installation prefix of a package to not | jlam | 1 | -3/+6 |
2005-05-13 | Moved checking if ${SHLOCK} exists into the shell code fragment that | rillig | 1 | -14/+17 |
2005-05-13 | Teach the new tools framework about lha, unrar, unzip, and unzoo and | jlam | 3 | -7/+79 |
2005-05-13 | Don't condtionally set the "TOOL" variables... set them explicitly. Also | jlam | 1 | -3/+3 |
2005-05-13 | Don't check for ${SHLOCK}, which isn't defined yet that early in | jlam | 1 | -4/+8 |
2005-05-13 | Fixed a typo in the comment. | rillig | 1 | -2/+2 |
2005-05-13 | if-if-endif -> if-elif-endif | minskim | 1 | -2/+2 |
2005-05-13 | Make _USE_NEW_TOOLS default to "yes" to turn on using the new tools | jlam | 1 | -2/+2 |
2005-05-13 | Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify | jlam | 1 | -2/+4 |
2005-05-12 | postgresql80-client is the correct BUILDLINK_PACKAGE word to use when | jlam | 1 | -2/+2 |
2005-05-12 | Adding "${GREP} ." into pipeline that I inadvertently left out when | jlam | 1 | -3/+3 |
2005-05-12 | Teach the new tools framework more about perl. We include perl5/vars.mk | jlam | 2 | -3/+14 |
2005-05-12 | Instead of structuring code so that variables defined by the EVAL_PREFIX | jlam | 2 | -9/+32 |
2005-05-12 | Don't check for whether variables are defined or not before adding | jlam | 1 | -6/+2 |
2005-05-12 | Only cache the variable if it's been defined. | jlam | 1 | -1/+3 |
2005-05-12 | Observe the following: | jlam | 2 | -4/+10 |
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 | Make these two files aware of the new tools framework to ease integration. | jlam | 2 | -3/+27 |
2005-05-11 | Rename MAKE_VARS to MAKEVARS so that it more closely resembles | jlam | 4 | -21/+23 |
2005-05-11 | Needing automake implies needing autoconf. Match the version requirements | jlam | 1 | -1/+5 |
2005-05-11 | Rewrite so that we avoid needing to check the value of TOOLS_REAL_CMD.* | jlam | 2 | -105/+100 |
2005-05-11 | Use EVAL_PREFIX to be pkgviews-friendly. | jlam | 2 | -67/+132 |