[Bug 266275] graphics/ImageMagick6: build broken with TESTS enabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 07 Sep 2022 16:12:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266275

            Bug ID: 266275
           Summary: graphics/ImageMagick6: build broken with TESTS enabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org

graphics/ImageMagick6 uses broken logic to run tests when TESTS option is
enabled. Because of this line:

    post-install-TESTS-on: test

post-install target depends on test, but test depends on stage and stage
depends on post-install. As a result of dependency loop, build fails with
obscure error:

    ====> Compressing man pages (compress-man)
    `stage' not remade because of errors.

    Stop.

To fix the problem, quoted dependency line should be removed.

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