Age | Commit message (Expand) | Author | Files | Lines |
2006-11-03 | Add package-install. For non-DESTDIR builds, package and package-install | joerg | 1 | -1/+27 |
2006-10-09 | Main infrastructure for DESTDIR support. | joerg | 2 | -8/+16 |
2006-10-09 | Backout rev 1.13 of rillig. Addresses PR 34764 and complains on | joerg | 1 | -9/+7 |
2006-10-09 | Replaced the pipe operator with temporary files, since the former hides | rillig | 1 | -7/+9 |
2006-10-08 | Remove the +BUILD_DEFS file before overwriting it. This is necessary to | rillig | 1 | -3/+5 |
2006-10-08 | Made the code simpler and added "set -e". | rillig | 1 | -7/+6 |
2006-10-06 | Remove references to DESTDIR. LOCALBASE should not be altered that way, | joerg | 2 | -4/+4 |
2006-08-04 | Make sure requires and libs (PROVIDES) are set for | reed | 1 | -5/+5 |
2006-07-27 | Add back CONFLICTS handling that was accidentally left out when revision | jlam | 1 | -1/+2 |
2006-07-27 | Remove all uses of the following targets from pkgsrc: | jlam | 1 | -2/+3 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 2 | -5/+5 |
2006-07-19 | Make "mirror-distfiles" less verbose by not printing out anything if no | jlam | 1 | -2/+6 |
2006-07-17 | During 'make replace', use pkg_admin to set the unsafe_depends | gdt | 1 | -1/+2 |
2006-07-15 | Split the variable BUILD_DEFS into those that are defined by packages | rillig | 1 | -2/+2 |
2006-07-13 | * Add a new stage "bootstrap-depends" that happens before all other | jlam | 1 | -33/+57 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 4 | -17/+17 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+3 |
2006-07-05 | Fix two bugs which prevent undo-replace from working. | jlam | 1 | -3/+3 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 1 | -12/+39 |
2006-06-14 | Fix error with just-in-time su when installing dependencies. The code | jlam | 1 | -3/+4 |
2006-06-09 | make(1) will automatically delete partially made targets if the target | jlam | 2 | -40/+27 |
2006-06-09 | Introduce the capability to gather all the warnings and errors that | jlam | 1 | -22/+19 |
2006-06-08 | Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it | rillig | 4 | -12/+12 |
2006-06-08 | Added a missing :Q operator for DEPENDS_TARGET, since like the other | rillig | 1 | -2/+2 |
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 | 1 | -2/+6 |
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 | 2 | -4/+5 |
2006-06-06 | We diverged too much from reduce-depends.mk -- reduce-depends.mk | jlam | 1 | -5/+10 |
2006-06-05 | Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSG | jlam | 6 | -19/+19 |
2006-06-05 | Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to where | jlam | 1 | -2/+2 |
2006-06-04 | Add environment settings for the tools that reduce-depends.awk uses. | jlam | 1 | -2/+5 |
2006-06-04 | Add missing definitions for CP and RM. Fix from taca@ in private email. | jlam | 1 | -1/+3 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 15 | -0/+1428 |