Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2004 00:36:44 +0100
From:      "Arjan van Leeuwen" <avleeuwen@piwebs.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/74875: Prevent graphics/ImageMagick overwriting libltdl
Message-ID:  <1102549004.0@vincent.piwebs.com>
Resent-Message-ID: <200412082340.iB8NeUl6029306@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74875
>Category:       ports
>Synopsis:       Prevent graphics/ImageMagick overwriting libltdl
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 08 23:40:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Arjan van Leeuwen
>Release:        FreeBSD 6.0-CURRENT amd64
>Organization:
>Environment:


System: FreeBSD 6.0-CURRENT #0: Tue Dec  7 18:51:10 CET 2004
    root@vincent.piwebs.com:/usr/obj/usr/src/sys/VINCENT



>Description:


The ImageMagick port overwrites the libraries installed by the libltdl port. This patch is a fix.

Reported by: Neil Darlow (neil@darlow.co.uk)


>How-To-Repeat:





>Fix:


--- ImageMagick.diff begins here ---
diff -urN /usr/ports/graphics/ImageMagick/files/patch-Makefile.in ImageMagick/files/patch-Makefile.in
--- /usr/ports/graphics/ImageMagick/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
+++ ImageMagick/files/patch-Makefile.in	Thu Dec  9 00:27:10 2004
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Thu Dec  9 00:26:37 2004
++++ Makefile.in	Thu Dec  9 00:26:53 2004
+@@ -1885,7 +1885,7 @@
+ 	$(UTILITIES_EXTRA_DIST) \
+ 	$(WAND_EXTRA_DIST)
+ 
+-lib_LTLIBRARIES = $(LIBLTDL) $(LIBMAGICK) $(LIBWAND) $(LIBMAGICKPP)
++lib_LTLIBRARIES = $(LIBMAGICK) $(LIBWAND) $(LIBMAGICKPP)
+ 
+ # Where architecture-independent configuration files get installed
+ # (share/ImageMagick-version)
--- ImageMagick.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1102549004.0>