Bug 276439 - graphics/p5-Image-Imlib2: Fix build with graphics/imlib2 1.12.1
Summary: graphics/p5-Image-Imlib2: Fix build with graphics/imlib2 1.12.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks: 276369
  Show dependency treegraph
 
Reported: 2024-01-18 20:37 UTC by Nuno Teixeira
Modified: 2024-01-19 14:13 UTC (History)
1 user (show)

See Also:


Attachments
Fix build with imlib2 1.12.1 (1.62 KB, patch)
2024-01-18 20:37 UTC, Nuno Teixeira
eduardo: maintainer-approval? (perl)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2024-01-18 20:37:28 UTC
Created attachment 247758 [details]
Fix build with imlib2 1.12.1

Add minimal support to `pkg-config imlib2`; imlib2-config has been
dropped since imlib2-1.7.5.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-19 14:12:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1dc0204a6f14541b977f9c8a30458c466c6db7ac

commit 1dc0204a6f14541b977f9c8a30458c466c6db7ac
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-01-19 14:10:35 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-01-19 14:10:35 +0000

    graphics/p5-Image-Imlib2: Fix build with graphics/imlib2 1.12.1

    Add minimal support to `pkg-config imlib2`; imlib2-config has been
    dropped since imlib2-1.7.5.

    PR:             276439
    Approved by:    portmgr (buildfix blanket)

 graphics/p5-Image-Imlib2/Makefile                  |  2 +-
 .../p5-Image-Imlib2/files/patch-Build.PL (new)     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2024-01-19 14:13:40 UTC
Committed.