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
This commit is contained in:
Mathieu Arnold 2006-07-31 16:40:01 +00:00
parent 38a2728d8c
commit b3e18c1c57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169221
4 changed files with 20 additions and 6 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
@ -46,7 +46,8 @@ WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
--enable-shared --enable-static --without-threads
--enable-shared --enable-static --without-threads \
--enable-symbol-prefix
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)

View File

@ -7,7 +7,7 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
@ -46,7 +46,8 @@ WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
--enable-shared --enable-static --without-threads
--enable-shared --enable-static --without-threads \
--enable-symbol-prefix
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)

View File

@ -7,7 +7,7 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
@ -46,7 +46,8 @@ WINDOWS_FONT_DIR=${X11BASE}/lib/X11/webfonts
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --without-perl --with-windows-font-dir=${WINDOWS_FONT_DIR} \
--enable-shared --enable-static --without-threads
--enable-shared --enable-static --without-threads \
--enable-symbol-prefix
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)