Age | Commit message (Expand) | Author | Files | Lines |
2006-07-19 | Be more conservative and avoid possible shell implementation differences | jlam | 8 | -16/+28 |
2006-07-19 | Handle case where {SH,}LIBTOOL_OVERRIDE is empty for shells that don't | jlam | 1 | -3/+7 |
2006-07-19 | Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc | jlam | 1 | -36/+4 |
2006-07-19 | Add messages noting when the PRE-INSTALL and POST-INSTALL actions are run. | jlam | 1 | -1/+3 |
2006-07-19 | Make "mirror-distfiles" less verbose by not printing out anything if no | jlam | 2 | -5/+11 |
2006-07-19 | Comment the code a bit more. | jlam | 1 | -1/+4 |
2006-07-19 | The "makedistinfo" target should actually be named "distinfo" to match | jlam | 1 | -7/+9 |
2006-07-19 | Only pass -v to the fetch script if PKG_VERBOSE is set. | jlam | 1 | -2/+2 |
2006-07-19 | Restore original quoting from old fetch.mk for _ORDERED_SITES to resolve | jlam | 1 | -3/+5 |
2006-07-19 | Add a verbose flag to the fetch script to output the actual fetch command. | jlam | 1 | -4/+11 |
2006-07-19 | Make some variables "private": | jlam | 1 | -10/+10 |
2006-07-19 | Work around incomprehensible quoting mess surrounding MASTER_SORT* by | jlam | 1 | -2/+2 |
2006-07-19 | PASSIVE_FETCH only affects "ftp", so move it to the ftp-related FETCH_* | jlam | 1 | -8/+7 |
2006-07-18 | Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE | jlam | 2 | -17/+4 |
2006-07-18 | Overhaul fetch module: | jlam | 7 | -403/+459 |
2006-07-18 | Add a flag "-s suffix" for allowing the specified files to have a suffix | jlam | 1 | -6/+15 |
2006-07-17 | During 'make replace', use pkg_admin to set the unsafe_depends | gdt | 1 | -1/+2 |
2006-07-17 | Remove stale comment, noted by bad@ in PR 33871. | wiz | 1 | -7/+1 |
2006-07-17 | First cut at a fetch script to replace the humungous fetch "macros" in | jlam | 1 | -0/+173 |
2006-07-17 | Don't say "ERROR:" or "WARNING:"... be a more typical shell script by | jlam | 1 | -4/+4 |
2006-07-17 | Added LOCALBASE, PKGINFODIR and PKGMANDIR to _BUILD_DEFS, since they | rillig | 1 | -1/+4 |
2006-07-17 | Remove duplicate files from ${ALLFILES}. This doesn't affect the | schmonz | 1 | -1/+2 |
2006-07-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 7 | -54/+62 |
2006-07-15 | Converted the header comment to the canonical form. Changed the | rillig | 1 | -10/+16 |
2006-07-15 | Fixed dead links in the automatically generated README.html files. From | rillig | 1 | -3/+3 |
2006-07-15 | Added some common script interpreters (awk, bash, sh) that can be | rillig | 2 | -24/+82 |
2006-07-14 | +freeradius-simul-use | adrianp | 1 | -0/+1 |
2006-07-14 | Add a "bootstrap-register" target used specially by the bootstrap script | jlam | 1 | -1/+10 |
2006-07-14 | Avoid using # and % to strip prefix/suffix from variable values -- not | jlam | 1 | -3/+2 |
2006-07-13 | Fixed default path wildcards for CHECK_INTERPRETER_SKIP. Now they | heinz | 1 | -4/+6 |
2006-07-13 | Check whether the "checksum" target is defined beforehand to prevent | jlam | 1 | -2/+6 |
2006-07-13 | Check whether the checksum target is defined before defining one. | jlam | 1 | -3/+5 |
2006-07-13 | * Fix bug when more than one file needed to be checksummed. | jlam | 1 | -4/+3 |
2006-07-13 | Try to avoid possible differences in processing "$@". | jlam | 1 | -4/+5 |
2006-07-13 | Backslash escape the parentheses so the shell doesn't think it should | jlam | 1 | -2/+2 |
2006-07-13 | Fix some quoting errors and a harmless copy-and-paste error. | jlam | 1 | -4/+4 |
2006-07-13 | Add a few more double-quotes around eval'ed variables. | jlam | 1 | -5/+5 |
2006-07-13 | Add DIGEST to the variables defined by default. | jlam | 1 | -1/+2 |
2006-07-13 | DIGEST is no longer defined, so use TOOLS_DIGEST instead. | jlam | 1 | -2/+2 |
2006-07-13 | Remove line noting that "this file was derived from bsd.ports.mk". | jlam | 1 | -3/+1 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 18 | -270/+556 |
2006-07-13 | Add cgi which is used by the PHP package | adrianp | 1 | -0/+1 |
2006-07-12 | Add bn_IN locale for atk-1.12.1. | wiz | 13 | -13/+65 |
2006-07-12 | Removed the leading "-" of a shell command. The unexpected error message | rillig | 1 | -3/+5 |
2006-07-11 | Fix grammar in messages. From David A. Holland in PR 33975. | wiz | 1 | -3/+3 |
2006-07-10 | Completely nuke the concept of PKG_PHASE from pkgsrc except for the | jlam | 3 | -27/+8 |
2006-07-10 | Back out revision 1.172 of mk/tools/replace.mk -- we never want to | jlam | 4 | -26/+26 |
2006-07-10 | Remove reference to buildlink2. | wiz | 2 | -4/+4 |
2006-07-10 | Fix typo in comment. | wiz | 1 | -2/+2 |
2006-07-10 | Always add dependencies for packages pulled in indirectly buildlink3 that | jlam | 1 | -22/+13 |