ports/74875: Prevent graphics/ImageMagick overwriting libltdl

Arjan van Leeuwen avleeuwen at piwebs.com
Wed Dec 8 23:40:48 UTC 2004


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list