cvs commit: ports/graphics/ImageMagick Makefile pkg-plist ports/graphics/ImageMagick/files patch-module-path

Mikhail Teterin mi at FreeBSD.org
Thu Oct 4 22:32:10 PDT 2007


mi          2007-10-05 05:32:09 UTC

  FreeBSD ports repository

  Modified files:
    graphics/ImageMagick Makefile pkg-plist 
  Added files:
    graphics/ImageMagick/files patch-module-path 
  Log:
  Explicitly disable support for OpenEXR and DjVu by default. These were
  never dependencies before, so official packages never contained the
  support, but if a local system had them installed, ImageMagick would try
  to use them -- and sometimes fail.
  
  Also add a patch, that modifies the module-searching algorithm from
  /always/ checking the compiled-in constant path, to only checking it, if
  an environment variable is not set. This fixes a problem with testing,
  where a module installed by an earlier version of the software could be
  used by the newly built version, that's being tested.
  
  This port has too many options -- perhaps, support for the most common
  things (like PNG, JPEG, and GIF) should be permanent...
  
  Revision  Changes    Path
  1.246     +29 -0     ports/graphics/ImageMagick/Makefile
  1.1       +31 -0     ports/graphics/ImageMagick/files/patch-module-path (new)
  1.107     +6 -3      ports/graphics/ImageMagick/pkg-plist


More information about the cvs-all mailing list