- ImageMagick 6.1.6.0 is always installing it's own copy of libltdl,

overwriting files installed by libltdl port. Stop it.

  Warning: people who installed ImageMagick 6.1.6.0 or 6.1.6.0_1 should
  probably run

  portupgrade -f libltdl

  after updating ImageMagick to recover original libltdl files.

PR:		ports/74875
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Reported by:	Neil Darlow <neil@darlow.co.uk>
This commit is contained in:
Pav Lucistnik 2004-12-09 00:13:31 +00:00
parent 25da3650f3
commit 7e4a1669d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123516
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= ImageMagick
PORTVERSION= 6.1.6.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= ftp://ftp.imagemagick.org/pub/%SUBDIR%/ \
ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \

View File

@ -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)