aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-08-15 20:37:31 +0000
committerMatthias Andree <mandree@FreeBSD.org>2014-08-15 20:37:31 +0000
commit515db2ed104a7de4ffb582600576cfa5136637cc (patch)
tree3c1641f7451c72c9a9f849082551388e5ddbe65a /UPDATING
parente55c717cb08120ba9ecda980d27c3ddc87d94f95 (diff)
downloadports-515db2ed104a7de4ffb582600576cfa5136637cc.tar.gz
ports-515db2ed104a7de4ffb582600576cfa5136637cc.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d7b0137694b5..222b56ef9aff 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20140815:
+ AFFECTS: users of graphics/ilmbase and graphics/OpenEXR
+ AUTHOR: mandree@FreeBSD.org
+
+ The OpenEXR and ilmbase (Industrial Light and Magic) shared object
+ names have changed. You must rebuild all packages that require either
+ of these libraries, by using one of these commands:
+
+ # portmaster -r ilmbase -r OpenEXR
+ or
+ # portupgrade -fr graphics/ilmbase graphics/OpenEXR
+
+ The PORTREVISIONS of all 500+ ports that require ilmbase/OpenEXR
+ have been bumped.
+
20140810:
AFFECTS: users of lang/ghc and */hs-*
AUTHOR: haskell@FreeBSD.org