summaryrefslogtreecommitdiff
path: root/mk/flavor
AgeCommit message (Expand)AuthorFilesLines
2007-03-19When building the dependency lists, handle bootstrap dependencies likejoerg1-2/+2
2007-03-17XXX: "make replace" should be one transaction.rillig1-1/+6
2007-03-15Made show-depends a flavor-specific target.rillig2-4/+3
2007-03-15If the "Internal error #1" happens again, it will at least provide arillig1-2/+2
2007-03-14Use the new -T option of pkg_crate, if pkg_install is new enough.joerg2-2/+16
2007-03-09Fixed a quoting bug that occurred when PKG_DEVELOPER=#yes,rillig1-2/+2
2007-03-09Added MAKEFLAGS to the call to RECURSIVE_MAKE.rillig1-2/+2
2007-03-09Renamed some more flavor-specific targets to have the form _flavor-*.rillig6-63/+50
2007-03-08Renamed replace-pkg to _flavor-replace and undo-replace-pkg torillig2-17/+18
2007-03-08Added headings.rillig1-5/+15
2007-03-08Don't create ${.TARGET} unless no further error can occur. The make(1)rillig1-10/+11
2007-03-02Make MTREE_FILE and MTREE_ARGS internal by prefixing them with '_'.wiz1-3/+3
2007-02-20Added a README file with some basic introduction to encourage developersrillig1-0/+56
2007-02-19Fixed more shell quoting issues, which showed up on IRIX. No wonder thatrillig1-6/+6
2007-02-19Oops: In the pre-previous commit, I forgot the $$2.rillig1-2/+2
2007-02-19When make(1)'s shell is a Korn shell, brace expansion may be performed.rillig1-9/+9
2007-02-19Made _DEPENDS_PATTERNS_CMD a little simpler.rillig1-5/+5
2007-01-05PKGVIEWS is never supposed to be empty, so it does not need therillig1-3/+2
2007-01-05Since 2003, the package tools don't need their own environment variable,rillig1-13/+7
2006-12-13Add "sid" as an abbreviation for the "show-installed-depends" target.ghen1-1/+5
2006-11-26Oops, forgot to remove a line continuation.rillig1-2/+2
2006-11-26As the pkglint warning says, the pipe operator discards the exit status ofrillig1-6/+8
2006-11-16The undo-replace target had confused the "installed" and the "new" name.rillig1-43/+30
2006-11-13Record the build host (i.e. the machine a package was built on) in theagc1-1/+4
2006-11-03Add package-install. For non-DESTDIR builds, package and package-installjoerg1-1/+27
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