diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 11:59:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-25 11:59:39 +0000 |
commit | 6596903add1b5bc0c6587894569b3530a2fc8e6a (patch) | |
tree | 3840bbdb82d7a2d6650e8e0a4977276ebeaba501 /CHANGES | |
parent | 37905c446ea27048138d432c7cf733386d4e1464 (diff) | |
download | ports-6596903add1b5bc0c6587894569b3530a2fc8e6a.tar.gz ports-6596903add1b5bc0c6587894569b3530a2fc8e6a.zip |
Notes
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 |