diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2006-07-31 16:40:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2006-07-31 16:40:01 +0000 |
commit | b3e18c1c573530f5db4c00e66a62e3f365c76c33 (patch) | |
tree | 9697c18a0cebb12decbd2e4bc6e7d95c008f5845 /UPDATING | |
parent | 38a2728d8c5163dcdfbf3e1c9cf892a315966eaf (diff) | |
download | ports-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-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |