aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-07-31 16:40:01 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-07-31 16:40:01 +0000
commitb3e18c1c573530f5db4c00e66a62e3f365c76c33 (patch)
tree9697c18a0cebb12decbd2e4bc6e7d95c008f5845 /UPDATING
parent38a2728d8c5163dcdfbf3e1c9cf892a315966eaf (diff)
downloadports-b3e18c1c573530f5db4c00e66a62e3f365c76c33.tar.gz
ports-b3e18c1c573530f5db4c00e66a62e3f365c76c33.zip
In order to fix a symbol collision between GraphicsMagick and libtidy,
GraphicsMagick has been updated so that all its symbols are now prefixed with 'Gm'. All depending ports will have to be recompiled as noted in UPDATING. PR: 94905 Submitted by: mat
Notes
Notes: svn path=/head/; revision=169221
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2d4346ae4982..a0e5d88d11c9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060731:
+ AFFECTS: users of graphics/GraphicsMagick
+ AUTHOR: mat@FreeBSD.org
+
+ In order to fix a symbol collision between GraphicsMagick and libtidy,
+ GraphicsMagick has been updated so that all its symbols are now prefixed with
+ 'Gm'. Consequently, all dependencies should be upgraded when you perform this
+ upgrade with this command :
+
+ portupgrade -rf graphics/GraphicsMagick
+
20060729:
AFFECTS: users of net/nss_ldap
AUTHOR: tmclaugh@sdf.lonestar.org