Age | Commit message (Expand) | Author | Files | Lines |
2005-11-08 | Teach the tools framework how to replace mkfontdir and mkfontscale | jlam | 1 | -2/+2 |
2005-11-08 | Consolidate blocks for tools that were supplied by the same package into | jlam | 1 | -483/+109 |
2005-11-08 | Add "soelim", also part of groff if replacement is needed. | tv | 1 | -1/+12 |
2005-11-04 | Teach the tools framework about "sleep" which can be provided by the | jlam | 1 | -1/+12 |
2005-10-30 | If we're using devel/patch, then we know that we can create backup files | jschauma | 1 | -1/+3 |
2005-10-16 | modification to increase imake handling flexibility for IRIX (in particular | schwarz | 1 | -2/+5 |
2005-10-12 | Teach the tools framework about ``printf'', which can be replaced by the | jlam | 1 | -1/+12 |
2005-10-10 | x11/imake was changed to x11/XFree86-imake. Also package name | reed | 1 | -5/+5 |
2005-09-20 | Teach the tools framework about "byacc", which is a Berkeley-compatible | jlam | 1 | -1/+21 |
2005-08-10 | Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That | jlam | 1 | -1/+12 |
2005-08-10 | Fix a cut-and-paste bug. | jlam | 1 | -2/+2 |
2005-08-06 | Update lang/perl5 to 5.8.7. Changes from version 5.8.6 include updates | jlam | 1 | -3/+3 |
2005-07-26 | Provide a "pod2man" tool used by some packages to build man pages. | jlam | 1 | -1/+13 |
2005-07-25 | We only need to recognize TOOLS_IGNORE.* in the case where the tool | jlam | 1 | -5/+4 |
2005-07-19 | There is a new variable TOOLS_VALUE_GNU.<tool> for each tool that is the | jlam | 1 | -11/+25 |
2005-07-19 | Whitespace fix. | jlam | 1 | -2/+2 |
2005-07-18 | Avoid trailing spaces in TOOLS_<TOOL> values if TOOLS_ARGS.* is empty. | jlam | 1 | -2/+6 |
2005-07-18 | Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command | jlam | 1 | -134/+59 |
2005-07-17 | Back out previous... the value will be exported in a different way. | jlam | 1 | -4/+1 |
2005-07-17 | Export a new variable "TOOLS_<TOOL>_PATH" that holds only the path to the | jlam | 1 | -1/+4 |
2005-07-17 | Rename the following variables for brevity: | jlam | 1 | -177/+177 |
2005-07-17 | Redo workaround in revision 1.111. We now use a loop to copy one list | jlam | 1 | -2/+4 |
2005-07-16 | There is still one small but important distinction between some of the | jlam | 1 | -7/+11 |
2005-07-16 | Changing := to = here fixes a bug seen in x11-links where _USE_TOOLS | jlam | 1 | -2/+2 |
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -12/+1 |
2005-07-15 | Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a | jlam | 1 | -20/+58 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -16/+10 |
2005-06-24 | Fix another typo (TOOLS_READ_CMD -> TOOLS_REAL_CMD). | minskim | 1 | -2/+2 |
2005-06-24 | Fix a typo. | minskim | 1 | -2/+2 |
2005-06-24 | Teach the tools framework about csh, and replace with tcsh if necessary. | jlam | 1 | -1/+13 |
2005-06-24 | Support bash as a tool, so that packages containing bash scripts | minskim | 1 | -1/+13 |
2005-06-24 | Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update | jlam | 1 | -3/+3 |
2005-06-23 | Teach the tools framework about "diff". | jlam | 1 | -1/+13 |
2005-06-23 | "cmp" can be "gcmp" if we use the one from pkgsrc. | jlam | 1 | -2/+2 |
2005-06-11 | Remove unnecessary .undef lines after .for loops as the loop variables | jlam | 1 | -9/+1 |
2005-06-03 | Teach the tools framework about mktemp. Replace explicit tests for | jlam | 1 | -1/+13 |
2005-06-03 | Teach the tools framework about bdftopcf and remove | jlam | 1 | -1/+20 |
2005-06-02 | Back out previous change, and correct the surrounding check -- we need | jlam | 1 | -4/+3 |
2005-06-02 | Test whether "_TOOLS_USE_PKGSRC.perl" is defined before checking its value. | tron | 1 | -2/+3 |
2005-05-26 | Teach the tools framework about nroff. | jlam | 1 | -1/+13 |
2005-05-23 | Teach the tools framework about "flex" so that packages can specify | jlam | 1 | -1/+23 |
2005-05-22 | Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. | jlam | 1 | -6/+3 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -6/+3 |
2005-05-22 | Allow a tool to be passed to GNU configure scripts under more than | jlam | 1 | -5/+5 |
2005-05-21 | For packages that use GNU configure scripts, pass the real command | jlam | 1 | -1/+19 |
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 | We can only use the subst.mk framework if the files are relative to | jlam | 1 | -1/+8 |
2005-05-19 | Merge most of imake.mk into replace.mk and leave imake.mk to contain | jlam | 1 | -3/+50 |
2005-05-19 | Merge most of perl.mk into replace.mk and leave perl.mk to contain | jlam | 1 | -4/+22 |