aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2006-08-01 00:40:01 +0800
committermat <mat@FreeBSD.org>2006-08-01 00:40:01 +0800
commitad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036 (patch)
tree7e478067fc22a81061fcc12c1efa08f6dd065d8a /UPDATING
parent6a5d1e0ef110b7cc20b373f6488ed7e40b77fa17 (diff)
downloadfreebsd-ports-gnome-ad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036.tar.gz
freebsd-ports-gnome-ad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036.tar.zst
freebsd-ports-gnome-ad5dbceb4d5ba01a81c2e3fe6d0b053c8dc6e036.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
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