summaryrefslogtreecommitdiff
path: root/mk/tools/bsd.tools.mk
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-09Rename TOOLS_ARGS.* to TOOLS_REAL_ARGS.* to follow naming convention forjlam1-21/+13
2005-05-02Include perl.mk to make sure the perl symlink is created.jlam1-1/+2
2005-04-28coreutils.mk has been merged into replace.mkjlam1-2/+1
2005-04-27Correct the fallback value of FALSE.jlam1-2/+2
2005-04-27Remove redundant checks.jlam1-9/+1
2005-04-27Don't bother testing whether the target file is excutable. Let's justjlam1-7/+4
2005-04-27Define tools that we use within the tools framework itself.jlam1-1/+14
2005-04-26Merge findutils.mk into replace.mk. We now just use USE_TOOLS+=findjlam1-2/+1
2005-04-26Make the wrapper and the symlink default to the same name under the toolsjlam1-6/+6
2005-04-24Correct the use of quotes when using echo.jlam1-3/+3
2005-04-22Improve the documentation in the header comments.jlam1-6/+19
2005-04-22Remove the search for TOOLS_REAL_CMD.<tool> in ${TOOL_EXECDIRS}. Thisjlam1-30/+11
2005-04-15Allow for USE_TOOLS+=coreutils and USE_TOOLS+=findutils to use pkgsrcjlam1-1/+3
2005-04-15Initial commit of the new tools framework. This is currently designedjlam1-0/+182