Skip to content

Conversation

essandess
Copy link
Contributor

@essandess essandess commented Sep 11, 2025

Description

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS x.y
Xcode x.y / Command Line Tools x.y.z

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

@macportsbot
Copy link

Notifying maintainers:
@ryandesign for port ImageMagick.

depends_build path:bin/pkg-config:pkgconfig

depends_lib port:ImageMagick \
depends_lib port:ImageMagick7 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure that pstoedit is able to find and use ImageMagick7? ImageMagick7 installs to a nonstandard prefix. I would expect you to need to provide a flag in configure.args or prepend a path to configure.pkg_config_path or similar to tell pstoedit where it is.

I see this in the log:

checking ImageMagick flags through pkg-config... checking for ImageMagick++... no
trying other methods for finding ImageMagick

I didn't see a clear indication of whether or not it found it.

@ryandesign ryandesign changed the title pstoedit: Use ImageMagick7; ImageMagick: Update to version 6.9.13-28 pstoedit: Use ImageMagick7 Sep 17, 2025
@ryandesign ryandesign marked this pull request as draft September 17, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants