diff options
author | mandree <mandree@FreeBSD.org> | 2014-07-16 05:46:24 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-07-16 05:46:24 +0800 |
commit | 548bf9406b4025703425d3a2cc5950d07795d78c (patch) | |
tree | aead3dd1904b6efe470898ad8e1698df51050f14 /UPDATING | |
parent | eafc08942bef822e01d3386b4d89fd484116902f (diff) | |
download | freebsd-ports-gnome-548bf9406b4025703425d3a2cc5950d07795d78c.tar.gz freebsd-ports-gnome-548bf9406b4025703425d3a2cc5950d07795d78c.tar.zst freebsd-ports-gnome-548bf9406b4025703425d3a2cc5950d07795d78c.zip |
Note broken ports.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -16,7 +16,17 @@ 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: + Note: if you've got Apache installed and depending on db6, you may + need to upgrade it separately BEFORE upgrading other ports. + + Note: some GNOME-related ports, for instance, evolution-data-server, + are broken and cannot be compiled if their older version is installed + and it depends on the previous db6 version. For these ports, deinstall + them with pkg_delete -f or pkg delete -f before trying to upgrade them. + + After that, you must rebuild all applications that link to db6 because + the shared library name has changed with the upgrade. To do that: + If you use portmaster: portmaster -w -r db6- If you use portupgrade: |