From avleeuwen@piwebs.com  Wed Dec  8 23:36:43 2004
Return-Path: <avleeuwen@piwebs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 917E316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Dec 2004 23:36:43 +0000 (GMT)
Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5910143D49
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Dec 2004 23:36:42 +0000 (GMT)
	(envelope-from avleeuwen@piwebs.com)
Received: (qmail 8644 invoked from network); 8 Dec 2004 23:36:40 -0000
Received: from unknown (HELO vincent.piwebs.com) (192.168.0.73)
  by winston.piwebs.com with SMTP; 8 Dec 2004 23:36:40 -0000
Message-Id: <1102549004.0@vincent.piwebs.com>
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: Prevent graphics/ImageMagick overwriting libltdl
X-Send-Pr-Version: gtk-send-pr 0.4 
X-GNATS-Notify:

>Number:         74875
>Category:       ports
>Synopsis:       Prevent graphics/ImageMagick overwriting libltdl
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 08 23:40:30 GMT 2004
>Closed-Date:    Thu Dec 09 00:13:43 GMT 2004
>Last-Modified:  Thu Dec 09 00:13:43 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Dec 9 00:13:36 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74875 
>Unformatted:
