Age | Commit message (Expand) | Author | Files | Lines |
2007-07-02 | Don't special case mtree as tool. | joerg | 1 | -2/+2 |
2007-06-19 | Add bzip2 as tool. All platforms that had code to deal with bzcat | joerg | 1 | -10/+12 |
2007-06-19 | Add ident as tool and use /usr/bin/ident on those platforms I know to | joerg | 1 | -1/+12 |
2007-05-29 | Test to see if a variable is defined before testing for its value. Keeps | dmcmahill | 1 | -2/+3 |
2007-05-27 | Define a TOOLS_ENV variable that holds a shell environment that may be | jlam | 1 | -7/+22 |
2007-05-27 | Move the .if test out of the .for loop because the test condition doesn't | jlam | 1 | -5/+5 |
2007-05-25 | Add xauth as tool. | joerg | 1 | -2/+13 |
2007-03-05 | Backed out the latest change because of: | rillig | 1 | -3/+1 |
2007-02-23 | Too many packages fail in mysterious ways when they cannot find | rillig | 1 | -1/+3 |
2007-01-22 | Add xinit as tool. | joerg | 1 | -2/+13 |
2007-01-16 | Add modular Xorg support for iceauth and xmessage as tool, nuke | joerg | 1 | -3/+24 |
2007-01-02 | Fix typo in comment. | wiz | 1 | -2/+2 |
2007-01-02 | Add font and imake tools for modular Xorg. | joerg | 1 | -5/+87 |
2006-12-27 | Skip gs as tool during build of print/ghostscript6. | joerg | 1 | -2/+3 |
2006-12-27 | Use print/ghostscript as default now that it is newer than | joerg | 1 | -2/+2 |
2006-11-03 | Add mkfontscale. | joerg | 1 | -1/+9 |
2006-10-15 | Teach how to unpack .gem files. | minskim | 1 | -1/+12 |
2006-09-27 | Remove XFree86. | joerg | 1 | -13/+3 |
2006-08-07 | Add "dvipdf" to the list of tools provided by ghostscript. | cube | 1 | -2/+2 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -1/+5 |
2006-07-10 | Back out revision 1.172 of mk/tools/replace.mk -- we never want to | jlam | 1 | -5/+2 |
2006-07-08 | make sure the IMAKE definition, if set, is used in case X11_TYPE is native | schwarz | 1 | -2/+5 |
2006-07-05 | Teach the tools framework about the following new tools: | jlam | 1 | -5/+11 |
2006-06-14 | Teach the tools framework about "openssl". | jlam | 1 | -1/+12 |
2006-06-06 | Stop supporting user-specified definition for IMAKE in /etc/mk.conf -- | jlam | 1 | -7/+1 |
2006-06-06 | Separate out the part of bsd.tools.mk that actually created the tools | jlam | 1 | -2/+2 |
2006-05-21 | Teach the tools framework about "groff" as a tool. | jlam | 1 | -3/+11 |
2006-04-13 | Move the gettext tools handling to mk/tools/gettext.mk. We ensure | jlam | 1 | -23/+1 |
2006-04-13 | Overhaul the way packages can ask for "msgfmt". If a package needs | jlam | 1 | -12/+6 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -3/+3 |
2006-03-19 | Teach the tools framework about "texi2html". | jlam | 1 | -1/+12 |
2006-03-16 | Teach the tools framework about "makedepend", supplied by the imake | jlam | 1 | -2/+2 |
2006-03-06 | Teach the tools framework how to supply a pkgsrc version of install-info | jlam | 1 | -1/+17 |
2006-03-05 | * Teach the tools framework how to supply the pkgsrc version of | jlam | 1 | -1/+12 |
2006-02-21 | Instead of passing only the path to the tools to CONFIGURE_ARGS, pass | rillig | 1 | -4/+4 |
2006-02-17 | Fix typo in type1inst depends line. | wiz | 1 | -2/+2 |
2006-02-11 | Teach the tools framework about various gettext-tools: gettext, msgfmt, | jlam | 1 | -1/+22 |
2006-01-28 | Actually heed the value of IMAKE if it is set by the user. | jlam | 1 | -2/+2 |
2006-01-12 | Fix a typo that was causing imake, mkdirhier and xmkmf to not be created | jlam | 1 | -2/+2 |
2006-01-12 | Re-implement some code that was lost in revision 1.144 so that IMAKE may | jlam | 1 | -1/+7 |
2006-01-09 | Teach the tools framework about the ``ksh'' tool, provided by the | jlam | 1 | -1/+12 |
2006-01-08 | Teach the tools framework about "gsoelim", which is the soelim tool from | jlam | 1 | -1/+25 |
2006-01-08 | Consolidate groff-supplied tools into one section. | jlam | 1 | -34/+21 |
2005-12-28 | Teach the tools framework about ttmkfdir and type1inst. | jlam | 1 | -1/+23 |
2005-12-28 | Whitespace changes to align with other sections. | jlam | 1 | -12/+11 |
2005-12-28 | Consolidate xmkmf with the other "imake" tools. | jlam | 1 | -30/+13 |
2005-12-28 | For the x11-clients section, use "XFree86-clients" instead of | reed | 1 | -2/+2 |
2005-12-28 | Add makepsres to _TOOLS.x11-clients. | reed | 1 | -2/+3 |
2005-12-22 | If bison is used, always pass YACC="bison -y". This should fix | jlam | 1 | -1/+8 |
2005-12-22 | Add mkdirhier to the tools provided by an imake package. | joerg | 1 | -23/+30 |