diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-07 04:31:22 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-08-07 04:31:22 +0000 |
commit | 868aea40e54c356c39bcdb90cc58d46317650119 (patch) | |
tree | 01d565e681b576d4159b204a2b9118d8912d3645 /UPDATING | |
parent | ede3b7e8061e45f2ec1abd92047925d26ac70635 (diff) | |
download | ports-868aea40e54c356c39bcdb90cc58d46317650119.tar.gz ports-868aea40e54c356c39bcdb90cc58d46317650119.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -13,8 +13,14 @@ you update your ports collection, before attempting any port upgrades. Due to shlib version bump all glut users should be rebuild. Please follow the instructions below to upgrade. - portmaster -o graphics/freeglut graphics/libglut - portmaster -r freeglut + # portmaster -o graphics/freeglut graphics/libglut + # portmaster -r freeglut + or + # env DISABLE_CONFLICTS=1 portupgrade -fo graphics/freeglut graphics/libglut + # portupgrade -frx freeglut freeglut + or + # pkg set -o graphics/libglut:graphics/freeglut + # pkg install -Rf graphics/freeglut 20120801: AFFECTS: users of editors/emacs @@ -26,6 +32,10 @@ you update your ports collection, before attempting any port upgrades. in /etc/make.conf, and do: # portmaster -o editors/emacs23 editors/emacs + or + # env DISABLE_CONFLICTS=1 portupgrade -fo editors/emacs23 editors/emacs + or + # pkg set -o editors/emacs:editors/emacs23 20120726: AFFECTS: users of www/firefox, www/seamonkey, mail/thunderbird, www/libxul |