summaryrefslogtreecommitdiff
path: root/mk/tools/bsd.tools.mk
AgeCommit message (Expand)AuthorFilesLines
2021-05-02*: Use the tools framework for gdbus-codegennia1-1/+2
2021-05-02*: Use the tools framework for itstoolnia1-1/+2
2020-05-13mk/tools/bsd.tools.mk: list _USE_TOOLS in show-all-toolsrillig1-2/+3
2020-05-09mk/tools/bsd.tools.mk: include _TOOLS_VARNAME in show-all-toolsrillig1-1/+2
2020-03-13mk/tools: in show-all-tools, sort tool variables by relevancerillig1-7/+7
2019-05-07mk: allow "bmake clean depends" as shortcutrillig1-3/+3
2019-03-22mk/tools: sort tools by name when calling "make show-all-tools"rillig1-2/+2
2018-11-30mk/misc: make configuration for show-all targets more configurablerillig1-1/+2
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya1-8/+1
2015-11-25Remove mk/find-prefix.mk and its usage from the mk infrastructure.jperkin1-2/+1
2012-01-14Support zip and related utilities as host tools.hans1-1/+2
2012-01-14Add bison.mk, derived from flex.mk, to allow setting a minimum bisonhans1-1/+2
2011-11-26Add gmake.mk, based on texinfo.mk, to check the version of thehans1-1/+2
2011-11-26Add flex.mk, based on texinfo.mk, to check the version of thehans1-1/+2
2009-03-17Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-4/+4
2008-01-04Made the .include directives simpler, since the directory of therillig1-18/+18
2007-12-18Doing USE_TOOLS+=cmake in the configure stage is too late so move itmarkd1-1/+2
2007-03-15For all those who are interested in the inner workings of pkgsrc, thererillig1-1/+23
2006-12-15Remove trailing spaces.martti1-2/+2
2006-07-25Move barrier to just after the depends phase. This allows both thejlam1-5/+4
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam1-1/+5
2006-07-13* Add a new stage "bootstrap-depends" that happens before all otherjlam1-1/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-10/+10
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam1-4/+9
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-7/+7
2006-07-05Teach the tools framework about the following new tools:jlam1-1/+2
2006-06-16Allow packages to set a post-tools target again (which fixes recentjlam1-3/+46
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-1/+2
2006-06-06Separate out the part of bsd.tools.mk that actually created the toolsjlam1-161/+51
2006-04-13Rename msgfmt.mk to gettext.mk. The rest of the gettext tool handlingjlam1-2/+2
2006-04-13Overhaul the way packages can ask for "msgfmt". If a package needsjlam1-1/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-1/+2
2005-07-17Rename variable: TOOLS_CMDLINE.<tool> => TOOLS_SCRIPT.<tool> to betterjlam1-20/+21
2005-07-17Rename the following variables for brevity:jlam1-26/+25
2005-06-11Remove unnecessary .undef lines after .for loops as the loop variablesjlam1-6/+1
2005-05-21Grammar 101 -- sentences should end in a period.jlam1-2/+2
2005-05-21Add TNF copyright to the new tools framework makefiles.jlam1-1/+37
2005-05-19Merge most of imake.mk into replace.mk and leave imake.mk to containjlam1-1/+2
2005-05-19Merge most of perl.mk into replace.mk and leave perl.mk to containjlam1-1/+2
2005-05-17Move perl handling into replace.mk. We now can specify USE_TOOLS+=perljlam1-2/+1
2005-05-15In the tools framework, check that the directory doesn't exist beforejlam1-2/+3
2005-05-15Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value.jlam1-4/+4
2005-05-15Make implementation match documentation for when a wrapper is created andjlam1-8/+11
2005-05-11Rewrite logic that defines the targets that create the tools underjlam1-23/+36
2005-05-10Split out ldconfig handling from the USE_TOOLS processing in replace.mk.jlam1-1/+2
2005-05-10Split out "strip" from the USE_TOOLS processing in replace.mk. Instead,jlam1-1/+2
2005-05-10TOOLS_ALIASES.<tool> can be set to the list of names that should also bejlam1-5/+14
2005-05-09Remove redundant variable definitions that simply match their defaults.jlam1-3/+1
2005-05-09Replace TOOLS_WRAP and TOOLS_SYMLINK with TOOLS_CREATE, and let the toolsjlam1-39/+27