aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-31 13:56:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-31 13:56:08 +0000
commit954b6504628b47d268ae6e4327861560767b6884 (patch)
tree51eb0b479540ae133f43750381f2279e19e9ab3b /CHANGES
parent6bad5fa85fc0cedf263e67827e7724931ccc92e5 (diff)
downloadports-954b6504628b47d268ae6e4327861560767b6884.tar.gz
ports-954b6504628b47d268ae6e4327861560767b6884.zip
- Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependencies
from existing packages and not fallback on building from source. This is useful for package building tools such as poudriere and tinderbox to avoid building from source and confusing the build log, if a dependency failed to build for some reason. NOTE: USE_PACKAGE_DEPENDS has not changed here. It has always reverted to source if the package was not present. PR: ports/180725 Submitted by: crees With hat: portmgr
Notes
Notes: svn path=/head/; revision=325807
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 863dcbd8be32..c260897e959e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130831:
+AUTHOR: bdrewery@FreeBSD.org
+
+ crees has added USE_PACKAGE_DEPENDS_ONLY which works like
+ USE_PACKAGE_DEPENDS but will not fallback on source if a
+ package is missing.
+
20130731:
AUTHOR: bapt@FreeBSD.org