Age | Commit message (Expand) | Author | Files | Lines |
2005-05-23 | Fixed quoting in show-comment. | rillig | 1 | -3/+3 |
2005-05-23 | Teach the tools framework about "flex" so that packages can specify | jlam | 6 | -6/+33 |
2005-05-22 | Replaced three instances of $s with ${s} to make it consistent with the | rillig | 1 | -4/+4 |
2005-05-22 | USE_X11=yes instead of USE_X11=#defined. | rillig | 1 | -2/+2 |
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 | Finish removing instances of _USE_NEW_TOOLS from pkgsrc. | jlam | 1 | -20/+4 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -6/+3 |
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 21 | -1677/+20 |
2005-05-22 | Fixed some quoting issues. | rillig | 1 | -34/+34 |
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-22 | pass down FIND to genreadme.awk and binpkg-cache | dmcmahill | 2 | -6/+7 |
2005-05-22 | use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} when | dmcmahill | 1 | -4/+7 |
2005-05-21 | For packages that use GNU configure scripts, pass the real command | jlam | 2 | -2/+51 |
2005-05-21 | Make a bad patch cause a fatal error again. This fixes a bug introduced | jlam | 1 | -4/+8 |
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-21 | In computing _REPLACE_LOCALEDIR_PATTERNS_FIND_cmd, make sure the :sh | jlam | 1 | -5/+10 |
2005-05-20 | Made sure the :sh operator does not result in an empty string. Rewrote the | rillig | 1 | -3/+7 |
2005-05-20 | get rid of a spurious %%SUBDIR%% which found its way into the generated categ... | dmcmahill | 1 | -2/+2 |
2005-05-20 | Change instances where we stored `shell command` in a make variable into | jlam | 3 | -35/+32 |
2005-05-20 | Revert part of revision 1.18. The new quoting was breaking some | jlam | 1 | -22/+23 |
2005-05-20 | Rework how the lookup of binary packages in the cache is performed. | dmcmahill | 1 | -46/+50 |
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 | list all the extracted variables, not just some of them | dillo | 1 | -1/+8 |
2005-05-19 | make local variables in a few functions be local | dmcmahill | 1 | -4/+7 |
2005-05-19 | Use MACHINE_ARCH instead of arch to be consistent with things like the | kristerw | 1 | -15/+15 |
2005-05-19 | We can only use the subst.mk framework if the files are relative to | jlam | 1 | -1/+8 |
2005-05-19 | Convert the last remaining usage of GTAR to use PAX instead. | kristerw | 1 | -2/+2 |
2005-05-19 | Use PAX instead of GTAR since pax is provided on all systems while gtar | jlam | 1 | -3/+3 |
2005-05-19 | wiz says ``avifile is dead; i killed it'' | dillo | 1 | -8/+1 |
2005-05-19 | Add ku locale, used by gnome-backgrounds-2.10.1. | jmmv | 13 | -13/+65 |
2005-05-19 | PERL5_PKGSRCDIR is no more. Explicitly use "lang/perl58" for the | jlam | 2 | -6/+4 |
2005-05-19 | allow spaces after the "=" in the .pkgcache files. This was noted with | dmcmahill | 1 | -7/+7 |
2005-05-19 | Merge most of imake.mk into replace.mk and leave imake.mk to contain | jlam | 3 | -73/+75 |
2005-05-19 | - if the mv of the temporary cache file to the real one fails, usually | dmcmahill | 1 | -4/+18 |
2005-05-19 | Merge most of perl.mk into replace.mk and leave perl.mk to contain | jlam | 3 | -40/+40 |
2005-05-19 | if the top level package cache file does not exist then exit with | dmcmahill | 1 | -1/+2 |
2005-05-19 | Properly deal with case where TOOL_DEPENDS.* is a list of values by | jlam | 1 | -4/+7 |
2005-05-19 | The example is missing a definition for PKG_OPTIONS_VAR. | jlam | 1 | -2/+3 |
2005-05-18 | Replaced the NO_WRKDIR_SYMLINK variable with CREATE_WRKDIR_SYMLINK, as | rillig | 1 | -2/+3 |
2005-05-18 | Goal: Remove USE_PERL5 from pkgsrc. | jlam | 2 | -56/+15 |
2005-05-18 | Reinstall BULK_PREREQ before running the post-build script as there may be | sketch | 1 | -1/+10 |