diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 21:56:08 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-31 21:56:08 +0800 |
commit | 570c1b2878d70c44053b72e62e70486a2967feeb (patch) | |
tree | 51eb0b479540ae133f43750381f2279e19e9ab3b /CHANGES | |
parent | 77f1590c0a5853077a176a0d971cf35ae2c35266 (diff) | |
download | freebsd-ports-gnome-570c1b2878d70c44053b72e62e70486a2967feeb.tar.gz freebsd-ports-gnome-570c1b2878d70c44053b72e62e70486a2967feeb.tar.zst freebsd-ports-gnome-570c1b2878d70c44053b72e62e70486a2967feeb.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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |