| Summary: | editors/emacs fails after graphics/ImageMagick update | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | rkoberman |
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer (via the GNATS Auto Assign Tool) Hi, This should be fixed by r308648[1] by beech@. Could you please update your ports directory and try again ? References: [1] http://svnweb.freebsd.org/ports/head/editors/emacs/Makefile?r1=308647&r2=308648 Thanks -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 Sent from my Emacs On Tue, Dec 11, 2012 at 7:20 PM, Ashish SHUKLA <ashish@freebsd.org> wrote: > Hi, > > This should be fixed by r308648[1] by beech@. Could you please update your > ports directory and try again ? > > References: > [1] http://svnweb.freebsd.org/ports/head/editors/emacs/Makefile?r1=308647&r2=308648 > > Thanks > -- > Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 > Sent from my Emacs Works fine. Built without issue while taking care of the pcre update fallout. Thanks! -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com Kevin Oberman writes: > On Tue, Dec 11, 2012 at 7:20 PM, Ashish SHUKLA <ashish@freebsd.org> wrote: >> Hi, >> >> This should be fixed by r308648[1] by beech@. Could you please update your >> ports directory and try again ? >> >> References: >> [1] http://svnweb.freebsd.org/ports/head/editors/emacs/Makefile?r1=308647&r2=308648 >> >> Thanks >> -- >> Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 >> Sent from my Emacs > Works fine. Built without issue while taking care of the pcre update fallout. Good to know. Closing this PR now. Thanks -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 Sent from my Emacs State Changed From-To: open->closed Problem resolved. |
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. 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 How-To-Repeat: cd /usr/ports/editors/emacs && make