summaryrefslogtreecommitdiff
path: root/mk/flavor
AgeCommit message (Expand)AuthorFilesLines
2006-10-09Main infrastructure for DESTDIR support.joerg2-8/+16
2006-10-09Backout rev 1.13 of rillig. Addresses PR 34764 and complains onjoerg1-9/+7
2006-10-09Replaced the pipe operator with temporary files, since the former hidesrillig1-7/+9
2006-10-08Remove the +BUILD_DEFS file before overwriting it. This is necessary torillig1-3/+5
2006-10-08Made the code simpler and added "set -e".rillig1-7/+6
2006-10-06Remove references to DESTDIR. LOCALBASE should not be altered that way,joerg2-4/+4
2006-08-04Make sure requires and libs (PROVIDES) are set forreed1-5/+5
2006-07-27Add back CONFLICTS handling that was accidentally left out when revisionjlam1-1/+2
2006-07-27Remove all uses of the following targets from pkgsrc:jlam1-2/+3
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam2-5/+5
2006-07-19Make "mirror-distfiles" less verbose by not printing out anything if nojlam1-2/+6
2006-07-17During 'make replace', use pkg_admin to set the unsafe_dependsgdt1-1/+2
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig1-2/+2
2006-07-13* Add a new stage "bootstrap-depends" that happens before all otherjlam1-33/+57
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam4-17/+17
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+3
2006-07-05Fix two bugs which prevent undo-replace from working.jlam1-3/+3
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-12/+39
2006-06-14Fix error with just-in-time su when installing dependencies. The codejlam1-3/+4
2006-06-09make(1) will automatically delete partially made targets if the targetjlam2-40/+27
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam1-22/+19
2006-06-08Replaced PHASE_MSG with STEP_MSG in many (but not all) places where itrillig4-12/+12
2006-06-08Added a missing :Q operator for DEPENDS_TARGET, since like the otherrillig1-2/+2
2006-06-07Replace use of ${ECHO} with *_MSG to get more consistent-looking messages.jlam1-11/+11
2006-06-07Make use of ERROR_CAT to print the list of conflicting packages.jlam1-3/+2
2006-06-07Fix typo, reported by walt on users@crater.dragonflybsd.org.ghen1-2/+2
2006-06-07Rewrite to avoid using "grep -H", which Solaris' grep does not support.jlam1-2/+6
2006-06-06Add missing "break" that was causing reduce-depends.awk to not do anyjlam1-1/+2
2006-06-06Avoid using PKGNAME in target names since they are "immediately"jlam2-4/+5
2006-06-06We diverged too much from reduce-depends.mk -- reduce-depends.mkjlam1-5/+10
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam6-19/+19
2006-06-05Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to wherejlam1-2/+2
2006-06-04Add environment settings for the tools that reduce-depends.awk uses.jlam1-2/+5
2006-06-04Add missing definitions for CP and RM. Fix from taca@ in private email.jlam1-1/+3
2006-06-03First pass at implementing support for package system flavors otherjlam15-0/+1428