[Bug 286088] graphics/ImageMagick6: Recent update of graphics/ImageMagick6 breaks MagickCore-config, MagickWand-config, Magick++-config

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 14 Apr 2025 02:22:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286088

            Bug ID: 286088
           Summary: graphics/ImageMagick6: Recent update of
                    graphics/ImageMagick6 breaks MagickCore-config,
                    MagickWand-config, Magick++-config
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: desktop@FreeBSD.org
          Reporter: crest@sahiro.org
             Flags: maintainer-feedback?(desktop@FreeBSD.org)
          Assignee: desktop@FreeBSD.org

Created attachment 259538
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=259538&action=edit
Patch for Makefile

MagickCore-config, MagickWand-config and Magick++-config in
ImageMagick6-6.9.13.23,1 return broken responses as below:
--
% MagickWand-config --cflags
Package MagickWand-6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `MagickWand-6.pc'
to the PKG_CONFIG_PATH environment variable
Package 'MagickWand-6' not found
--
This is because of adding reference for PKG_CONFIG_PATH environment variable in
MagickWand-config.
I think we can work around this problem by removing PKG_CONFIG_PATH environment
variable.
This method is also used in graphics/ImageMagick7.

-- 
You are receiving this mail because:
You are the assignee for the bug.