Age | Commit message (Expand) | Author | Files | Lines |
2006-06-07 | Use WARNING_MSG and ERROR_MSG for consistency. | jlam | 1 | -4/+4 |
2006-06-07 | Use ERROR_MSG for an error message. | jlam | 1 | -3/+3 |
2006-06-07 | Replace use of ${ECHO} with *_MSG to get more consistent-looking messages. | jlam | 1 | -11/+11 |
2006-06-07 | Make use of ERROR_CAT to print the list of conflicting packages. | jlam | 1 | -3/+2 |
2006-06-07 | Fix typo, reported by walt on users@crater.dragonflybsd.org. | ghen | 1 | -2/+2 |
2006-06-07 | Rewrite to avoid using "grep -H", which Solaris' grep does not support. | jlam | 2 | -24/+39 |
2006-06-07 | Note the check-clean target, which removes files related to the check-* | jlam | 1 | -1/+11 |
2006-06-07 | Add WARNING_CAT and ERROR_CAT which are filters for outputting file | jlam | 1 | -1/+4 |
2006-06-07 | 1.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resulted | tron | 3 | -18/+18 |
2006-06-06 | Check for [[:space:]] instead of [ ]. This fixes a misbehavior when | rillig | 1 | -2/+2 |
2006-06-06 | Add missing "break" that was causing reduce-depends.awk to not do any | jlam | 1 | -1/+2 |
2006-06-06 | Avoid using PKGNAME in target names since they are "immediately" | jlam | 3 | -6/+7 |
2006-06-06 | One more reminder of PostgreSQL 7.3 to remove... | joerg | 1 | -5/+2 |
2006-06-06 | Stop supporting user-specified definition for IMAKE in /etc/mk.conf -- | jlam | 2 | -13/+2 |
2006-06-06 | real-su-bin-install is no more... it's just su-bin-install. | jlam | 1 | -2/+2 |
2006-06-06 | Fix problem with saving variables whose value contains "$$" by avoiding | jlam | 1 | -11/+10 |
2006-06-06 | EXTRACT_CMD_DEFAULT should not be set by the package; it may only be used. | rillig | 1 | -5/+5 |
2006-06-06 | Move some variable definitions out of bsd.prefs.mk and back into | jlam | 8 | -36/+45 |
2006-06-06 | We diverged too much from reduce-depends.mk -- reduce-depends.mk | jlam | 1 | -5/+10 |
2006-06-06 | When using find to search for the "All" directories containing binary | dmcmahill | 1 | -4/+13 |
2006-06-06 | Remove PKG_PHASEs that no longer exist from the various *_PHASE_* lists. | jlam | 1 | -4/+3 |
2006-06-06 | Separate out the part of bsd.tools.mk that actually created the tools | jlam | 6 | -194/+246 |
2006-06-06 | Refactor "patch" code into correspondingly named subdirectory of | jlam | 5 | -153/+197 |
2006-06-06 | Improve the warning message if the vulnerabilities file is not found. | jlam | 1 | -5/+5 |
2006-06-06 | Add documentation about which are the public targets for the fetch module. | jlam | 1 | -1/+9 |
2006-06-06 | Refactor "fetch" and "extract" code into correspondingly named | jlam | 11 | -610/+694 |
2006-06-06 | Remove trailing blank line. | jlam | 1 | -2/+1 |
2006-06-06 | Make show-options target output shorter as requested by dillo@ | seb | 1 | -8/+2 |
2006-06-05 | Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSG | jlam | 18 | -108/+107 |
2006-06-05 | Remove spurious comment. | jlam | 1 | -3/+1 |
2006-06-05 | Allow overrides of the public targets, e.g. "install", "package", etc. | jlam | 8 | -10/+32 |
2006-06-05 | Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to where | jlam | 5 | -41/+45 |
2006-06-05 | Move the default value of X11_TYPE from x11.version.mk into | joerg | 3 | -4/+5 |
2006-06-05 | Revert previous, as the bug seems to have been fixed elsewhere. We will | jlam | 1 | -2/+2 |
2006-06-05 | Minor fix for last commit... in the case where msgstr is just the | jlam | 1 | -10/+4 |
2006-06-05 | Ensure the directory containing the lockfile is created prior to the | jlam | 1 | -1/+2 |
2006-06-05 | Backout previous and fix in another way -- use "set -e" to force the | jlam | 1 | -4/+4 |
2006-06-04 | Extend msgfmt.sh script to handle the following cases: | jlam | 1 | -15/+77 |
2006-06-04 | Band-aid for dependency handling due to the stricter rules from the | joerg | 1 | -2/+2 |
2006-06-04 | Fix problem in su-target: the exitcode of the make command is discarded, | tv | 1 | -3/+3 |
2006-06-04 | We really want to have the ${_DEPENDS_COOKIE} target to do something if it | seb | 1 | -2/+2 |
2006-06-04 | Remove OPENSSH_GID and OPENSSH_UID, it happened to work before, | joerg | 1 | -11/+1 |
2006-06-04 | Add environment settings for the tools that reduce-depends.awk uses. | jlam | 1 | -2/+5 |
2006-06-04 | Move some "update"-only variables from bsd.pkg.mk to bsd.pkg.update.mk. | jlam | 2 | -4/+5 |
2006-06-04 | Make LOCKFILE into a "private" variable by prepending with an underscore. | jlam | 1 | -14/+14 |
2006-06-04 | Add missing definitions for CP and RM. Fix from taca@ in private email. | jlam | 1 | -1/+3 |
2006-06-04 | Include bsd.pkg.update.mk to get the "update" targets and variables. | jlam | 1 | -1/+3 |
2006-06-04 | Move test for the lockfile within the target's shell code instead of | jlam | 1 | -7/+4 |
2006-06-04 | Drop the use of _ACQUIRE_LOCK and _RELEASE_LOCK and replace with | jlam | 4 | -79/+66 |
2006-06-04 | Convert just-in-time su targets to use su-target instead of ${_SU_TARGET}. | jlam | 2 | -45/+20 |