Bug 174356

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   

Description rkoberman 2012-12-11 04:50:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-11 04:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2012-12-12 03:20:48 UTC
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
Comment 3 rkoberman 2012-12-12 06:44:59 UTC
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
Comment 4 Ashish SHUKLA freebsd_committer freebsd_triage 2012-12-12 08:58:10 UTC
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
Comment 5 Ashish SHUKLA freebsd_committer freebsd_triage 2012-12-12 09:00:12 UTC
State Changed
From-To: open->closed

Problem resolved.