Date: Mon, 10 Dec 2012 20:46:49 -0800 (PST) From: Kevin Oberman <rkoberman@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174356: editors/emacs fails after graphics/ImageMagick update Message-ID: <20121211044649.65A741CC24@ptavv.es.net> Resent-Message-ID: <201212110450.qBB4o0VH030848@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121211044649.65A741CC24>