diff options
author | mat <mat@FreeBSD.org> | 2016-05-25 19:59:39 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-25 19:59:39 +0800 |
commit | 3a6036f3b0c39f15424e900109a8f1085d936f58 (patch) | |
tree | 3840bbdb82d7a2d6650e8e0a4977276ebeaba501 /CHANGES | |
parent | e80609930d788eeef4ee7e510d83427021e281ac (diff) | |
download | freebsd-ports-gnome-3a6036f3b0c39f15424e900109a8f1085d936f58.tar.gz freebsd-ports-gnome-3a6036f3b0c39f15424e900109a8f1085d936f58.tar.zst freebsd-ports-gnome-3a6036f3b0c39f15424e900109a8f1085d936f58.zip |
A new stage-qa test has been added, it reports all shared libraries
dependencies that are not part of the port list of dependencies. It help
finds what is called proxy dependencies.
A is needed by B, and B is needed by C. If C also needs A, then it needs to
be registered, and this check will tell you to do so.
Right now, it is only reporting the problems, but if you add
PROXYDEPS_FATAL=yes to your environment, it will give an error and will force
you to fix the dependencies.
PR: 195203
Submitted by: yuri rawbw com (earlier version)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6531
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -11,6 +11,20 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. 20160525: +AUTHOR: mat@FreeBSD.org + + A new stage-qa test has been added, it reports all shared libraries + dependencies that are not part of the port list of dependencies. It help + finds what is called proxy dependencies. + + A is needed by B, and B is needed by C. If C also needs A, then it needs to + be registered, and this check will tell you to do so. + + Right now, it is only reporting the problems, but if you add + PROXYDEPS_FATAL=yes to your environment, it will give an error and will force + you to fix the dependencies. + +20160525: AUTHOR: bapt@FreeBSD.org New keyword @xmlcatmgr has been added, to handle the XML and SGML catalog |