aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-02-13 19:04:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-02-13 19:04:42 +0000
commitfe7642d357d0d5bb372150831b24a9c6669a8318 (patch)
tree95ed3dcc33152736603d19afbbeae0cf19356843 /UPDATING
parent523abc95f4a3daa5339dc7dd12b26de9c3325109 (diff)
downloadports-fe7642d357d0d5bb372150831b24a9c6669a8318.tar.gz
ports-fe7642d357d0d5bb372150831b24a9c6669a8318.zip
Add a note in UPDATING about dependency registration rework
PR: 197542
Notes
Notes: svn path=/head/; revision=378939
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2c09880ba1eb..332af2b78cb5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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@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@FreeBSD.org