[Bug 282725] [exp-run] devel/cmake: Update to 3.31.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 17 12:47:43 GMT 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282725

--- Comment #2 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=65282872b7e34c008ca3448412055b589120807a

commit 65282872b7e34c008ca3448412055b589120807a
Author:     Jason E. Hale <jhale at FreeBSD.org>
AuthorDate: 2024-11-17 12:09:45 +0000
Commit:     Jason E. Hale <jhale at FreeBSD.org>
CommitDate: 2024-11-17 12:47:22 +0000

    devel/allegro: Fix build with CMake >= 3.31.0

    For some reason, the check for XDGAQueryExtension in Xxf86dga was
    failing in previous versions of CMake, but it now succeeds, which is the
    expected result. It's an oversimplified check, however, that just adds
    the library name without path if found.

    Just using raw data from pkg_check_modules() results in a similar
    problem, which this project does. The ALSA option already had the
    usual workaround for this scenario (USES+=localbase:ldflags) in place,
    but the JACK option did not. Build would fail if the JACK option was
    enabled, but not ALSA even in previous versions of CMake.

    This version of allegro is ancient, so just elevate the workaround
    to the port level.

    PR:             282725

 devel/allegro/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kde-freebsd mailing list