svn commit: r378939 - head
Antoine Brodin
antoine at FreeBSD.org
Fri Feb 13 19:04:43 UTC 2015
Author: antoine
Date: Fri Feb 13 19:04:42 2015
New Revision: 378939
URL: https://svnweb.freebsd.org/changeset/ports/378939
QAT: https://qat.redports.org/buildarchive/r378939/
Log:
Add a note in UPDATING about dependency registration rework
PR: 197542
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Fri Feb 13 18:57:56 2015 (r378938)
+++ head/UPDATING Fri Feb 13 19:04:42 2015 (r378939)
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20150213:
+ AFFECTS: users who upgraded from FreeBSD 7.x or older with "make world" but never ran "make delete-old"
+ AUTHOR: antoine at FreeBSD.org
+
+ Dependency registration has been reworked.
+ If you encounter the following error, you may have stale magic files
+ for file(1):
+
+ ===> bar-x depends on shared library: libfoo.so - not found
+
+ You can remove the stale /usr/share/misc/magic.mime{,.mgc} files
+ manually or run "make delete-old" in ${SRCDIR}.
+
20150207:
AFFECTS: users of mail/opensmtpd-devel
AUTHOR: ashish at FreeBSD.org
More information about the svn-ports-all
mailing list