Bug 276441

Summary: x11/eterm: Fix build with graphics/imlib2 1.12.1
Product: Ports & Packages Reporter: Nuno Teixeira <eduardo>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: enlightenment
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 276369    
Attachments:
Description Flags
Fix build with imlib2 1.12.1 eduardo: maintainer-approval? (enlightenment)

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.