aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts/do-depends.sh
Commit message (Expand)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-1/+0
* Add set pipefail in most framework scripts.Mathieu Arnold2020-11-111-0/+1
* Backout r554139.Mathieu Arnold2020-11-051-1/+0
* Add set pipefail in most framework scripts.Mathieu Arnold2020-11-051-0/+1
* Fix overlays when using flavors.Mathieu Arnold2020-07-061-7/+8
* Don't show private variable name in user message.Bryan Drewery2020-04-101-1/+1
* Add support for overlaysBaptiste Daroussin2019-09-031-2/+10
* Force ports depending on a fetch target to actually run checksum.Mathieu Arnold2019-08-131-1/+7
* Fix 'make -j'.Bryan Drewery2017-12-071-3/+3
* Implement basic flavors.Mathieu Arnold2017-09-261-1/+10
* Don't truncate DEPENDS_ARGS here.Bryan Drewery2016-10-311-2/+2
* Fix package depends install not respecting DEPENDS_ARGS for the PKGFILE lookup.Bryan Drewery2016-06-241-6/+4
* Show proper variable in error.Bryan Drewery2016-06-241-1/+1
* Ease debugging of Mk/Scripts scripts.Mathieu Arnold2016-05-201-0/+2
* Use normal PORTSDIR rather than dp_PORTSDIR so it is passed around properly.Bryan Drewery2015-12-041-2/+2
* - Only consider missing dependency origins to be fatal if they were notBryan Drewery2015-11-131-8/+21
* Fix error message when not finding a packageBaptiste Daroussin2015-09-021-1/+1
* Split LIB_DEPENDS and the other _DEPENDS types.Mathieu Arnold2015-07-241-6/+15
* Factorize the function to validate envBaptiste Daroussin2015-07-011-12/+1
* Add PATH environment when trying to find libraries this fixes building underBaptiste Daroussin2015-06-301-1/+1
* Refactor dependency checks and installationBaptiste Daroussin2015-06-281-0/+177