Age | Commit message (Expand) | Author | Files | Lines |
2015-11-25 | Remove mk/find-prefix.mk and its usage from the mk infrastructure. | jperkin | 1 | -2/+1 |
2012-01-14 | Support zip and related utilities as host tools. | hans | 1 | -1/+2 |
2012-01-14 | Add bison.mk, derived from flex.mk, to allow setting a minimum bison | hans | 1 | -1/+2 |
2011-11-26 | Add gmake.mk, based on texinfo.mk, to check the version of the | hans | 1 | -1/+2 |
2011-11-26 | Add flex.mk, based on texinfo.mk, to check the version of the | hans | 1 | -1/+2 |
2009-03-17 | Replaced _PKG_SILENT and _PKG_DEBUG with RUN. | rillig | 1 | -4/+4 |
2008-01-04 | Made the .include directives simpler, since the directory of the | rillig | 1 | -18/+18 |
2007-12-18 | Doing USE_TOOLS+=cmake in the configure stage is too late so move it | markd | 1 | -1/+2 |
2007-03-15 | For all those who are interested in the inner workings of pkgsrc, there | rillig | 1 | -1/+23 |
2006-12-15 | Remove trailing spaces. | martti | 1 | -2/+2 |
2006-07-25 | Move barrier to just after the depends phase. This allows both the | jlam | 1 | -5/+4 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -1/+5 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -1/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -10/+10 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+2 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -4/+9 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 1 | -7/+7 |
2006-07-05 | Teach the tools framework about the following new tools: | jlam | 1 | -1/+2 |
2006-06-16 | Allow packages to set a post-tools target again (which fixes recent | jlam | 1 | -3/+46 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -1/+2 |
2006-06-06 | Separate out the part of bsd.tools.mk that actually created the tools | jlam | 1 | -161/+51 |
2006-04-13 | Rename msgfmt.mk to gettext.mk. The rest of the gettext tool handling | jlam | 1 | -2/+2 |
2006-04-13 | Overhaul the way packages can ask for "msgfmt". If a package needs | jlam | 1 | -1/+2 |
2005-08-10 | Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That | jlam | 1 | -1/+2 |
2005-07-17 | Rename variable: TOOLS_CMDLINE.<tool> => TOOLS_SCRIPT.<tool> to better | jlam | 1 | -20/+21 |
2005-07-17 | Rename the following variables for brevity: | jlam | 1 | -26/+25 |
2005-06-11 | Remove unnecessary .undef lines after .for loops as the loop variables | jlam | 1 | -6/+1 |
2005-05-21 | Grammar 101 -- sentences should end in a period. | jlam | 1 | -2/+2 |
2005-05-21 | Add TNF copyright to the new tools framework makefiles. | jlam | 1 | -1/+37 |
2005-05-19 | Merge most of imake.mk into replace.mk and leave imake.mk to contain | jlam | 1 | -1/+2 |
2005-05-19 | Merge most of perl.mk into replace.mk and leave perl.mk to contain | jlam | 1 | -1/+2 |
2005-05-17 | Move perl handling into replace.mk. We now can specify USE_TOOLS+=perl | jlam | 1 | -2/+1 |
2005-05-15 | In the tools framework, check that the directory doesn't exist before | jlam | 1 | -2/+3 |
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-11 | Rewrite logic that defines the targets that create the tools under | jlam | 1 | -23/+36 |
2005-05-10 | Split out ldconfig handling from the USE_TOOLS processing in replace.mk. | jlam | 1 | -1/+2 |
2005-05-10 | Split out "strip" from the USE_TOOLS processing in replace.mk. Instead, | jlam | 1 | -1/+2 |
2005-05-10 | TOOLS_ALIASES.<tool> can be set to the list of names that should also be | jlam | 1 | -5/+14 |
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 | 1 | -39/+27 |
2005-05-09 | Rename TOOLS_ARGS.* to TOOLS_REAL_ARGS.* to follow naming convention for | jlam | 1 | -21/+13 |
2005-05-02 | Include perl.mk to make sure the perl symlink is created. | jlam | 1 | -1/+2 |
2005-04-28 | coreutils.mk has been merged into replace.mk | jlam | 1 | -2/+1 |
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-26 | Merge findutils.mk into replace.mk. We now just use USE_TOOLS+=find | jlam | 1 | -2/+1 |
2005-04-26 | Make the wrapper and the symlink default to the same name under the tools | jlam | 1 | -6/+6 |