Bug 276441 - x11/eterm: Fix build with graphics/imlib2 1.12.1
Summary: x11/eterm: 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:54 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 (2.23 KB, patch)
2024-01-18 20:54 UTC, Nuno Teixeira
eduardo: maintainer-approval? (enlightenment)
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:54:44 UTC
Created attachment 247759 [details]
Fix build with imlib2 1.12.1

Fix pixmap.{c,h}
imlib_strerror is provided by Imlib2
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-19 14:05:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1890e08180ff2b4d942cd5056a349b06ac812521

commit 1890e08180ff2b4d942cd5056a349b06ac812521
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-01-19 14:00:55 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-01-19 14:04:47 +0000

    x11/eterm: Fix build with graphics/imlib2 1.12.1

    Fix pixmap.{c,h}
    imlib_strerror is provided by Imlib2

    PR:             276441
    Approved by:    portmgr (buildfix blanket)

 x11/eterm/Makefile                       |  2 +-
 x11/eterm/files/patch-src_pixmap.c (new) | 30 ++++++++++++++++++++++++++++++
 x11/eterm/files/patch-src_pixmap.h (new) | 12 ++++++++++++
 3 files changed, 43 insertions(+), 1 deletion(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2024-01-19 14:13:28 UTC
Committed.