Bug 276407

Summary: x11-wm/fluxbox: Make imlib2 default
Product: Ports & Packages Reporter: Fernando Apesteguía <fernape>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Some People Flags: jgh: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to make imlib2 option a default none

Description Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-17 16:29:38 UTC
Created attachment 247728 [details]
Patch to make imlib2 option a default

fluxbox needs imlib2 to handle .png formats (and possible others). Otherwise it is limited to .xpm format. In the ports collection we have far more icons and themes that use .png or .svg than .xpm.

Making the option a default one makes it easier for users to customize their WM.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-10 21:41:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5213f6e06001b1992c003eb8f4a0cd8db6f34502

commit 5213f6e06001b1992c003eb8f4a0cd8db6f34502
Author:     Jason Helfman <jgh@FreeBSD.org>
AuthorDate: 2024-02-10 21:39:13 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2024-02-10 21:39:13 +0000

    x11-wm/fluxbox: set imlib2 as default option

    PR:     276407
    Submitted by:  fernape@

 x11-wm/fluxbox/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2024-02-10 21:42:19 UTC
Thanks for report! Committed!
-jgh
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2024-02-11 07:43:07 UTC
Thanks!