ports/174356: editors/emacs fails after graphics/ImageMagick update

Kevin Oberman rkoberman at gmail.com
Tue Dec 11 04:50:00 UTC 2012


>Number:         174356
>Category:       ports
>Synopsis:       editors/emacs fails after graphics/ImageMagick update
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 04:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 9.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ptavv.es.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r241491M: Fri Oct 12 15:04:37 PDT 2012 root at ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386


	
>Description:
editors/emacs depends on the graphics/ImageMagick port and,
specifically on libMagickCore.so.5, but the recent update to
ImageMagick updated the major version to libMagickCore.so.6, so will
not build.
	
>How-To-Repeat:
cd /usr/ports/editors/emacs && make
	
>Fix:

This allows emacs to build and run, but I have not tested image
support beyond basic operation.

++ Makefile	2012-12-10 20:34:42.000000000 -0800
@@ -185,7 +185,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+=		MagickCore.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=		MagickCore.6:${PORTSDIR}/graphics/ImageMagick
 CONFIGURE_ARGS+=	--with-imagemagick
 .else
 CONFIGURE_ARGS+=	--without-imagemagick


	


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list