summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.update.mk
AgeCommit message (Expand)AuthorFilesLines
2014-02-14fixes last commit, delete too aggressively :(obache1-2/+2
2014-02-14Prevent to force creation binary package in ${PACKAGES} for the case installingobache1-2/+2
2013-08-31The pkg_info command is an internal detail and therefore should berillig1-2/+2
2011-05-04Also set `package-install' to UPDATE_TARGET/DEPENDS_TARGET if current target isobache1-2/+2
2010-07-03The "-p" option is redundant as it is included in the MKDIR variable.darcy1-2/+2
2010-06-15Apply my fix for PR 35091: do a check-vulnerable step first in "makedholland1-1/+2
2010-02-25If using "make package", default to recursion with package-install.joerg1-4/+2
2010-02-19Garbage collect support for old pkg_install versions.joerg1-14/+1
2009-05-16Don't require pkg_delete or pkg_info -r to list packages in fulljoerg1-1/+2
2009-03-07make update might be called without having the package installed, sojoerg1-2/+6
2009-03-05Use pkg_info -r if present and fall back to pkg_delete for pkg_installjoerg1-3/+10
2008-04-07Prefer package-destdir as default for update with USE_DESTDIR.joerg1-2/+4
2008-02-07Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig1-3/+3
2007-09-07Replaced ${_PKG_SILENT}${_PKG_DEBUG} with ${RUN}, since it is shorter.rillig1-21/+17
2007-09-07pkg_info -qR doesn't give the same results as pkg_delete -n.rillig1-1/+3
2007-09-07Correct typo, really fixes PR 36940.obache1-2/+2
2007-09-07pkg_info needs at least one package name. Fixes PR 36940.rillig1-2/+3
2007-09-06One line of code can say as much as ten.rillig1-5/+2
2007-09-06Why do things in a simple way when there is a complicated alternative?rillig1-11/+5
2006-10-05Suppress the message that ".DDIR is up-to-date" by introducing a .PHONYrillig1-3/+6
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-14/+12
2006-06-071.) Remove all instances of '@${WARNING_MSG} "Warning: ...' which resultedtron1-4/+4
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam1-10/+8
2006-06-05Move definitions for UPDATE_TARGET and DEPENDS_TARGET closer to wherejlam1-4/+19
2006-06-04Move some "update"-only variables from bsd.pkg.mk to bsd.pkg.update.mk.jlam1-1/+4
2006-06-03First pass at implementing support for package system flavors otherjlam1-0/+127