Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-07-07 | No need to define LIBTOOL_OVERRIDE explicitly since libtool-override.mk | jlam | 1 | -2/+1 |
2006-07-07 | Move the STEP_MSG outside of the .if.endif block so it's always printed. | jlam | 1 | -3/+3 |
2006-07-07 | Add missing "rm" statement that was causing the libtool wrapper to be | jlam | 1 | -1/+2 |
2006-07-07 | Make configure, install, and package barrier-aware even if NO_CONFIGURE, | jlam | 3 | -6/+12 |
2006-07-07 | The build target needs to be barrier aware even in the NO_BUILD case. | seb | 1 | -2/+4 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 11 | -11/+24 |
2006-07-06 | Remove an unnecessary target... ${_BARRIER_COOKIE} has no source targets | jlam | 1 | -5/+5 |
2006-07-06 | The "replace" target does conceptually the same thing as the "install" | jlam | 2 | -5/+7 |
2006-07-06 | Make it a little easier to read the lock/unlock output by inserting some | jlam | 1 | -3/+3 |
2006-07-06 | Refactor the README.html generation code from bsd.pkg.mk into a separate | jlam | 2 | -314/+343 |
2006-07-06 | Never skip the wrapper step, even if NO_BUILD is set. There are packages | jlam | 1 | -5/+1 |
2006-07-06 | Make "test" barrier-aware. | jlam | 1 | -5/+11 |
2006-07-06 | Always run the "pkginstall" step even if NO_BUILD is specified. | jlam | 1 | -2/+2 |
2006-07-06 | Fix previous... instead of moving bsd.pkg.barrier.mk down below .MAIN, | jlam | 1 | -6/+6 |
2006-07-06 | Move inclusion of bsd.pkg.barrier.mk under the .MAIN target because | jlam | 2 | -5/+6 |
2006-07-06 | Order the _BARRIER_POST_TARGETS so that if more than one is specified on | jlam | 1 | -17/+29 |