diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-13 19:04:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-13 19:04:42 +0000 |
commit | fe7642d357d0d5bb372150831b24a9c6669a8318 (patch) | |
tree | 95ed3dcc33152736603d19afbbeae0cf19356843 /UPDATING | |
parent | 523abc95f4a3daa5339dc7dd12b26de9c3325109 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |