Bug 276430 - graphics/zphoto: Fix build with graphics/imlib2 1.12.1
Summary: graphics/zphoto: 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 17:43 UTC by Nuno Teixeira
Modified: 2024-01-18 21:58 UTC (History)
0 users

See Also:


Attachments
Fix build with imlib2 1.12.1 (5.71 KB, patch)
2024-01-18 17:43 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 17:43:18 UTC
Created attachment 247746 [details]
Fix build with imlib2 1.12.1

- Add license
- Pet portlint, portclippy, portfmt and Q/A check
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2024-01-18 21:53:53 UTC
(In reply to Nuno Teixeira from comment #0)
(...)

Add minimal support to `pkg-config imlib2`; imlib2-config has been
dropped since imlib2-1.7.5.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-18 21:57:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06f249d2bec56fc85db36002d2c5fe243af86264

commit 06f249d2bec56fc85db36002d2c5fe243af86264
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-01-18 21:55:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-01-18 21:55:03 +0000

    graphics/zphoto: Fix build with graphics/imlib2 1.12.1

    - Add license
    - Pet portlint, portclippy, portfmt and Q/A check

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

    PR:             276430

 graphics/zphoto/Makefile                           | 24 +++++++++++++---------
 graphics/zphoto/files/patch-configure              | 22 +++++++++++++++++---
 graphics/zphoto/files/patch-exif.c                 | 22 ++++++++++----------
 ....in => patch-templates_default_all_Makefile.in} |  6 +++---
 graphics/zphoto/files/patch-util.c                 |  6 +++---
 5 files changed, 50 insertions(+), 30 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2024-01-18 21:58:37 UTC
Committed.