Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-05-18 | perl.mk was moved from being included by bsd.tools.mk to replace.mk. | jlam | 1 | -6/+1 |
2005-05-17 | Move perl handling into replace.mk. We now can specify USE_TOOLS+=perl | jlam | 4 | -16/+27 |
2005-05-16 | In the autoconf213 case, the AUTO* variables should point to the | jlam | 1 | -4/+4 |
2005-05-16 | USE_GNU_TOOLS+=m4 should translate to USE_TOOLS+=gm4 to get the same | jlam | 1 | -2/+2 |
2005-05-16 | Don't have USE_TOOLS+=imake replace USE_IMAKE. Rather let the former | jlam | 1 | -4/+1 |
2005-05-16 | Treat USE_GNU_TOOLS+=yacc the same as USE_TOOLS+=bison, since there is | jlam | 1 | -2/+2 |
2005-05-16 | Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING | jlam | 6 | -18/+6 |
2005-05-15 | Don't forcibly set XMKMF -- allow the package to override it if necessary. | jlam | 1 | -2/+2 |
2005-05-15 | Asking the tools framework for "bison" now provides two distinct tools: | jlam | 3 | -8/+26 |
2005-05-15 | In the tools framework, check that the directory doesn't exist before | jlam | 1 | -2/+3 |
2005-05-15 | MAKE_PROGRAM:T isn't necessary... we can just call "make", and the PATH | jlam | 1 | -2/+2 |
2005-05-15 | Linux xargs is probably GNU xargs, so we need to invoke it with "-r". | jlam | 1 | -2/+2 |
2005-05-15 | gzip-base installs "zcat" not "gzcat". | jlam | 1 | -2/+2 |
2005-05-15 | We want to check if we're in gzip-base to avoid circular dependencies on | jlam | 1 | -4/+4 |
2005-05-15 | gzip and gunzip don't exist on IRIX 5 so wrap then in existence checks. | jlam | 1 | -3/+9 |
2005-05-15 | If we're using xpkgwedge, we need to force using pkgxmkmf so that we | jlam | 1 | -17/+17 |
2005-05-15 | Old versions of pax-as-tar don't do the right thing when invoked as | jlam | 1 | -1/+8 |
2005-05-15 | Make TOOLS_REAL_CMDLINE_DFLT.<tool> into a publicly-readable value. | jlam | 1 | -4/+4 |
2005-05-15 | Make implementation match documentation for when a wrapper is created and | jlam | 1 | -8/+11 |
2005-05-14 | BUILDLINK_DEPENDS.* can be lists, so iterate over the lists when creating | jlam | 2 | -4/+14 |
2005-05-14 | Consider ${TAR} differently from ${GTAR}. Currently, mark pkgsrc down | jlam | 12 | -49/+82 |
2005-05-14 | Temporarily define TAR here until I figure out a better way to deal | jlam | 1 | -1/+6 |
2005-05-14 | The mk/tools/defaults.mk is included by bsd.prefs.mk, so it must include | jlam | 1 | -4/+4 |
2005-05-14 | Typo: if exists /bin/gzip, use /bin/gzip (not /usr/bin/gzip). | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo: now using /usr/sbin/gzcat, like in platform/IRIX.mk. | rillig | 1 | -2/+2 |
2005-05-14 | Fixed a typo when looking for /usr/bin/cmp. | rillig | 1 | -2/+2 |