Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-05-22 | Don't add "INSTALL" to CONFIGURE_ENV as bsd.pkg.mk adds special values | jlam | 1 | -2/+1 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -6/+3 |
2005-05-22 | Do not enable _IMAKE_TOOLS unless imake is used. Otherwise, packages | minskim | 1 | -1/+3 |
2005-05-22 | Some packages want to embed the path to the perl tool in scripts but | jlam | 1 | -1/+13 |
2005-05-22 | The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 of | jlam | 1 | -7/+1 |
2005-05-22 | Allow a tool to be passed to GNU configure scripts under more than | jlam | 1 | -5/+5 |
2005-05-22 | Add a few more tools for GNU configure scripts: grep, env, xmkmf. | jlam | 1 | -1/+4 |
2005-05-21 | For packages that use GNU configure scripts, pass the real command | jlam | 2 | -2/+51 |
2005-05-21 | Grammar 101 -- sentences should end in a period. | jlam | 13 | -26/+26 |
2005-05-21 | Add TNF copyright to the new tools framework makefiles. | jlam | 13 | -13/+480 |
2005-05-20 | Only add the autoconf tool if the user also requested automake. This | jlam | 1 | -3/+5 |
2005-05-20 | Move the PLIST_SUBST lines that substitute for PERL5_* variables from | jlam | 1 | -1/+6 |
2005-05-20 | Properly quote dependency to avoid creating garbage files in the pkgsrc | jlam | 1 | -2/+3 |
2005-05-20 | Based on the value of ${AUTOCONF_REQD}, choose the right autoconf tool | jlam | 1 | -3/+13 |
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 | 3 | -73/+75 |
2005-05-19 | Merge most of perl.mk into replace.mk and leave perl.mk to contain | jlam | 3 | -40/+40 |
2005-05-19 | Properly deal with case where TOOL_DEPENDS.* is a list of values by | jlam | 1 | -4/+7 |
2005-05-18 | Goal: Remove USE_PERL5 from pkgsrc. | jlam | 1 | -9/+7 |
2005-05-18 | Use nawk as the default "awk" replacement since it has no dependencies | jlam | 1 | -5/+5 |