tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc ImageMagick
On Wed, 26 Sep 2012, Ryo ONODERA wrote:
Hi,
From: Paul Goyette <paul%whooppee.com@localhost>, Date: Tue, 25 Sep 2012
06:10:36 -0700 (PDT)
I'm bringing some of my packages more up-to-date and noticed that the
print/poppler package now requires graphics/lcms2 (earlier release
used graphics/lcms).
Yet the graphics/ImageMagick package still requires graphics/lcms and
will not recognize if lcms2 is installed. So I end up with both
versions on my system.
ImageMagick package is buildlinked to lcms not lcms2.
Try the following patch.
Thanks, I'll give it a try.
Is it necessary for ImageMagick to be buildlinked to a specific version
of lcms? It seems to me that "it would be nice if" it figured which
version is installed, and just use it.
:)
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/ImageMagick/Makefile,v
retrieving revision 1.184
diff -u -r1.184 Makefile
--- Makefile 18 Aug 2012 01:37:42 -0000 1.184
+++ Makefile 25 Sep 2012 20:57:45 -0000
@@ -80,7 +80,7 @@
.include "../../devel/libltdl/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/lcms/buildlink3.mk"
+.include "../../graphics/lcms2/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
So, I was wondering what would be required to enable ImageMagick to
work with either version of lcms package?
With lcms2, ImageMagick's display works fine on my NetBSD/amd64 current.
--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB FD1B F404 27FA C7D1 15F3
!DSPAM:50621bb170457103935003!
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer | | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index