Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2007 05:32:09 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/ImageMagick Makefile pkg-plist ports/graphics/ImageMagick/files patch-module-path
Message-ID:  <200710050532.l955W9r6051059@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710050532.l955W9r6051059>