Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-05-11 | Ditto citkit.dl.sourceforge.net. | tv | 1 | -2/+1 |
2005-05-11 | Remove belnet.dl.sourceforge.net; it may as well be completely dead. | tv | 1 | -2/+1 |
2005-05-11 | Rewrite logic that defines the targets that create the tools under | jlam | 1 | -23/+36 |
2005-05-11 | Don't forget to pass the rest of the command-line arguments "$@" to | jlam | 1 | -2/+2 |
2005-05-11 | Fix the makeinfo wrapper to actually accept arguments by fixing the | jlam | 1 | -2/+3 |
2005-05-11 | Define the "TOOL" names for the tools to be the same as the "TOOLS_TOOL" | jlam | 1 | -19/+26 |
2005-05-11 | Separate out the variables and targets for the "extract" phase into a | jlam | 2 | -141/+178 |
2005-05-11 | Rename mk/bsd.pkg.install.mk to mk/install/bsd.pkginstall.mk to | jlam | 3 | -6/+7 |
2005-05-10 | It's actually /usr/contrib/bin/gawk. | jlam | 1 | -2/+2 |
2005-05-10 | Split out ldconfig handling from the USE_TOOLS processing in replace.mk. | jlam | 9 | -18/+29 |
2005-05-10 | Remove conditional expression from tools.*.mk files. Strip handling has | jlam | 12 | -33/+21 |
2005-05-10 | Split out "strip" from the USE_TOOLS processing in replace.mk. Instead, | jlam | 4 | -6/+22 |
2005-05-10 | TOOLS_CREATE has replaced TOOLS_{SYMLINK,WRAP}. | jlam | 4 | -8/+8 |
2005-05-10 | Fix typo in comment. | jlam | 1 | -2/+2 |
2005-05-10 | Make a distinction between the tools that pkgsrc needs and the tools | jlam | 5 | -136/+198 |
2005-05-10 | TOOLS_ALIASES.<tool> can be set to the list of names that should also be | jlam | 1 | -5/+14 |
2005-05-10 | In make variables, quotes protect embedded whitespace in words, so we | jlam | 1 | -8/+8 |
2005-05-09 | Do not add the things in pkgsrc/regress to the bulk build since they | kristerw | 1 | -2/+2 |
2005-05-09 | Add a small Makefile fragment for packages requiring X11 clients | xtraeme | 1 | -0/+42 |
2005-05-09 | Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that | jlam | 4 | -53/+77 |
2005-05-09 | Remove redundant variable definitions that simply match their defaults. | jlam | 1 | -3/+1 |
2005-05-09 | Replace TOOLS_WRAP and TOOLS_SYMLINK with TOOLS_CREATE, and let the tools | jlam | 5 | -124/+99 |
2005-05-09 | Rename TOOLS_ARGS.* to TOOLS_REAL_ARGS.* to follow naming convention for | jlam | 4 | -51/+43 |
2005-05-08 | Add a dummy describe-options target for package not using the | dillo | 1 | -1/+9 |
2005-05-08 | Rewrite how PKG_OPTIONS is computed: | dillo | 4 | -184/+375 |
2005-05-08 | Changes to the upload script: | wiz | 1 | -53/+47 |
2005-05-07 | Refer doc/pkgsrc.txt instead of Packages.txt. | wiz | 4 | -9/+9 |
2005-05-07 | Add PKGBASE to MESSAGE_SUBST for substituting variables in MESSAGEs. | reed | 1 | -1/+2 |
2005-05-06 | Properly quote the &, <, and > characters when generating BROKENWORKLOG. | rillig | 1 | -2/+3 |
2005-05-05 | IRIX and Interix use the install-sh script from bootstrap as their install | jlam | 2 | -4/+2 |
2005-05-05 | Interix has /bin/strip. | jlam | 1 | -2/+2 |
2005-05-04 | Back out previous change as it was accidentally committed with some other | jlam | 1 | -2/+2 |
2005-05-04 | Teach the new tools framework about ${STRIP}, which is used in some | jlam | 16 | -19/+42 |
2005-05-04 | If we're using the tools from the packages, set TOOLS_REAL_CMD.* | jlam | 1 | -9/+9 |
2005-05-04 | Create a wrapper instead of a symlink if TOOLS_REAL_CMD.<tool> isn't an | jlam | 1 | -2/+2 |
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 | Darwin has /usr/bin/lex and /usr/bin/yacc according to: | jlam | 1 | -1/+3 |