diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-07-14 21:10:01 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-07-14 21:10:01 +0000 |
commit | 82d86b1f03d9219517988098572d5b0d668c2242 (patch) | |
tree | ea619833bf91c96ce4b981f1114028792481f09d /UPDATING | |
parent | 9654a5161667756a055565c51830bb2a7ae26b46 (diff) | |
download | ports-82d86b1f03d9219517988098572d5b0d668c2242.tar.gz ports-82d86b1f03d9219517988098572d5b0d668c2242.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ you update your ports collection, before attempting any port upgrades. <http://docs.oracle.com/cd/E17076_04/html/upgrading/upgrade_process.html> <http://docs.oracle.com/cd/E17076_04/html/installation/upgrade_61_toc.html> + Also, you must rebuild all applications that link to db6. To do so: + If you use portmaster: + portmaster -w -r db6- + If you use portupgrade: + portupgrade -fr databases/db6 + 20140714: AFFECTS: users of net/linphone-base AUTHOR: tijl@FreeBSD.org |