Bug 276438 - multimedia/camserv: Fix build with graphics/imlib2 1.12.1
Summary: multimedia/camserv: 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:24 UTC by Nuno Teixeira
Modified: 2024-01-18 21:47 UTC (History)
0 users

See Also:


Attachments
Fix build with imlib2 1.12.1 (2.16 KB, patch)
2024-01-18 20:24 UTC, Nuno Teixeira
no flags 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:24:31 UTC
Created attachment 247757 [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-18 21:47:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77eed516e47e6217ebc7419bcc1b9f136e512f6a

commit 77eed516e47e6217ebc7419bcc1b9f136e512f6a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-01-18 21:45:20 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-01-18 21:45:20 +0000

    multimedia/camserv: 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:             276438

 multimedia/camserv/Makefile                 |  4 ++--
 multimedia/camserv/files/patch-configure.in | 22 +++++++++++++++++++---
 2 files changed, 21 insertions(+), 5 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2024-01-18 21:47:59 UTC
Committed