Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-10 | Fix reversed test... noted by deiter roelants on tech-pkg. | jlam | 1 | -2/+2 |
2006-07-10 | The wrapper for perl silently failed, giving no hint that | rillig | 2 | -3/+11 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 7 | -11/+38 |
2006-07-08 | make sure the IMAKE definition, if set, is used in case X11_TYPE is native | schwarz | 1 | -2/+5 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 5 | -5/+10 |
2006-07-08 | Document dar-int32 and dar-int64 options. | dsainty | 1 | -0/+2 |
2006-07-08 | Update the comments to reflect the current default workflow. | jlam | 1 | -2/+4 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 25 | -160/+160 |
2006-07-07 | Remove the commands that tried to make the ${X11BASE} directory if it | jlam | 1 | -8/+2 |
2006-07-07 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE have slightly different | jlam | 1 | -13/+33 |