Age | Commit message (Expand) | Author | Files | Lines |
2006-06-08 | Introduce "makedirs" as a helper target to create directories with | jlam | 2 | -3/+6 |
2006-06-08 | If the package cookie file exists, then we don't need to do anything. | jlam | 1 | -2/+11 |
2006-06-08 | If the install cookie file exists, then we don't need to do anything. | jlam | 1 | -8/+23 |
2006-06-08 | Fix the comment. | jlam | 1 | -2/+2 |
2006-06-08 | Make use of a "real-depends" helper target to hook all of the other | jlam | 1 | -7/+20 |
2006-06-08 | undo most of the last commit which was a mistake. | dmcmahill | 1 | -12/+3 |
2006-06-08 | Since "depends" is a real pkgsrc phase now, it also needs its own | rillig | 1 | -1/+6 |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 7 | -19/+19 |
2006-06-08 | Use STEP_MSG for pkgsrc-patch-message instead of PHASE_MSG. | rillig | 1 | -2/+2 |
2006-06-08 | Added a missing :Q operator for DEPENDS_TARGET, since like the other | rillig | 1 | -2/+2 |
2006-06-08 | The gcc equivalent of SunPro's -mt option is -threads. | rillig | 1 | -1/+6 |
2006-06-08 | Avoid using ::= construct which apparently is somewhat buggy in bmake. | jlam | 1 | -2/+2 |
2006-06-08 | Fix an inverted test that caused all catman pages to be stripped from | jlam | 1 | -3/+3 |
2006-06-08 | Create /var/spool/lock in the sandbox. The directory is needed to | minskim | 1 | -2/+2 |
2006-06-07 | Fix problems with check-files where it fails with a confusing message | jlam | 1 | -109/+157 |
2006-06-07 | If there is _ZERO_FILESIZE_P, then it's natural to have _NONZERO_FILESIZE_P | jlam | 1 | -4/+7 |
2006-06-07 | Move _ZERO_FILESIZE_P ftom bsd.pkginstall.mk to bsd.pkg.mk so it can more | jlam | 2 | -7/+7 |
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 |