Age | Commit message (Expand) | Author | Files | Lines |
2005-07-31 | Solaris may have tbl(1) from the SUNWdoc package. avoids unnecessary | grant | 1 | -1/+6 |
2005-07-30 | No need to define TOOLS_PLATFORM.gtar for Darwin and Linux, | seb | 1 | -3/+1 |
2005-07-26 | Provide a "pod2man" tool used by some packages to build man pages. | jlam | 2 | -2/+15 |
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 | Rename variable: TOOLS_CMDLINE.<tool> => TOOLS_SCRIPT.<tool> to better | jlam | 2 | -23/+23 |
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 | 10 | -250/+249 |
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 | 4 | -42/+98 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 3 | -30/+18 |
2005-07-08 | "imake" may be defined in PKGSRC_USE_TOOLS instead of USE_TOOLS, so add | jlam | 1 | -1/+4 |
2005-07-07 | MacOS X 10.[34] have /usr/bin/shlock (from <schmonz>). | jlam | 1 | -1/+4 |
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 | 15 | -15/+41 |
2005-06-24 | Create TOOLS_LDCONFIG and LDCONFIG variables that contain the actual | jlam | 1 | -5/+7 |
2005-06-24 | Remove unused variable _TOOLS_VARNAME.ldconfig. | jlam | 1 | -2/+1 |
2005-06-24 | Darwin may have bzcat. | minskim | 1 | -1/+4 |
2005-06-24 | Support bash as a tool, so that packages containing bash scripts | minskim | 4 | -4/+19 |
2005-06-24 | Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update | jlam | 1 | -3/+3 |
2005-06-23 | Note locations for native diff tools. | jlam | 13 | -13/+34 |
2005-06-23 | Teach the tools framework about "diff". | jlam | 2 | -2/+16 |
2005-06-23 | "cmp" can be "gcmp" if we use the one from pkgsrc. | jlam | 1 | -2/+2 |
2005-06-17 | The OpenBSD chgrp and chown can be in different places depending on the | jlam | 1 | -1/+9 |
2005-06-17 | Pull out the LS and TR definitions from algae/Makefile and place them | jlam | 1 | -1/+3 |
2005-06-17 | PERL_PATH is also a common GNU configure script variable for the path to | jlam | 1 | -2/+2 |
2005-06-16 | provide defaults for bzcat and tbl to avoid unnecessary build | grant | 1 | -1/+9 |
2005-06-14 | Make IMAKE_TOOLS into a publicly-readable variable so that it can be | jlam | 1 | -4/+4 |
2005-06-11 | Remove unnecessary .undef lines after .for loops as the loop variables | jlam | 6 | -27/+6 |
2005-06-10 | Force an autoconf "cache" override for tools that are likely to be | jlam | 1 | -2/+5 |
2005-06-07 | Add another common name for the GNU configure variable name used for the | jlam | 1 | -2/+2 |
2005-06-07 | Add a few more GNU configure variable names that are commonly used. | jlam | 1 | -2/+7 |
2005-06-03 | Teach the tools framework about mktemp. Replace explicit tests for | jlam | 9 | -9/+31 |
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-06-01 | Remove mk/autoconf.mk and mk/automake.mk and replace their usage with | jlam | 2 | -28/+2 |
2005-06-01 | Turn IMAKE_MAKE into a public variable that may be set via /etc/mk.conf. | jlam | 1 | -3/+3 |
2005-05-26 | Teach the tools framework about nroff. | jlam | 12 | -12/+37 |
2005-05-23 | Work around brokenness in GNU configure scripts generated by autoconf-2.59a | jlam | 1 | -3/+3 |
2005-05-23 | Teach the tools framework about "flex" so that packages can specify | jlam | 6 | -6/+33 |
2005-05-22 | Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. | jlam | 1 | -6/+3 |