summaryrefslogtreecommitdiff
path: root/mk/flavor/pkg/depends.mk
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Rename "flavor" to "pkgformat".reed1-181/+0
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-8/+8
2009-07-17Apply the fixes from Jukka Salmi in pkg PR/41621 to fix smart messageagc1-4/+4
2009-02-06Fix circular dependency detection for the case of non-leading circles.joerg1-4/+9
2008-05-26Fix broken shell code:tron1-3/+3
2008-04-03Move handling of pkg_install version into flavor. Add an explicitjoerg1-1/+19
2008-03-10Replace "pkg_admin -S lsbest" usage with pkg_info -E. The base strippingjoerg1-2/+2
2007-10-14Switched two words, so that the version number of the package appears torillig1-2/+2
2007-09-21Instead of the overly verbose "Required installed package", the type ofrillig1-10/+13
2007-06-15When a recursive make is run, stdin must be preserved. Otherwise su(1)rillig1-3/+5
2007-06-07Back out previous and always define the shell variable $silentjlam1-2/+3
2007-06-05The variable $silent may be undefined, not only empty.rillig1-2/+2
2007-05-29* Move the meat of the bootstrap-depends target entirely within thejlam1-3/+12
2007-05-28Remove trailing spaces.martti1-2/+2
2007-05-25Remove stray done.joerg1-3/+2
2007-05-25Partly backout the commit and move install-dependencies back intojoerg1-9/+54
2007-05-23Restore _REDUCE_DEPENDS_CMD for now as it is still used by show-depends.joerg1-1/+6
2007-05-22GNU make strongly dislikes it when MAKE is already set to bmake.joerg1-17/+9
2007-05-22Remove an unused, just added internal target.joerg1-6/+1
2007-05-22Fix a small logic bug. When running install-dependencies for the firstjoerg1-4/+2
2007-05-22Make depends-cookie a flavor indendepent target. Before it was used tojoerg1-110/+78
2007-03-19When building the dependency lists, handle bootstrap dependencies likejoerg1-2/+2
2007-03-15Made show-depends a flavor-specific target.rillig1-3/+2
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.joerg1-1/+5
2007-03-09Renamed some more flavor-specific targets to have the form _flavor-*.rillig1-8/+5
2007-03-08Don't create ${.TARGET} unless no further error can occur. The make(1)rillig1-10/+11
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
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-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-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-2/+2
2006-07-19Make "mirror-distfiles" less verbose by not printing out anything if nojlam1-2/+6
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 privatejlam1-6/+6
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+3
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 targetjlam1-10/+5
2006-06-08Replaced PHASE_MSG with STEP_MSG in many (but not all) places where itrillig1-5/+5
2006-06-08Added a missing :Q operator for DEPENDS_TARGET, since like the otherrillig1-2/+2
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam1-6/+6
2006-06-04Add environment settings for the tools that reduce-depends.awk uses.jlam1-2/+5
2006-06-03First pass at implementing support for package system flavors otherjlam1-0/+109