Bug 276407 - x11-wm/fluxbox: Make imlib2 default
Summary: x11-wm/fluxbox: Make imlib2 default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-17 16:29 UTC by Fernando Apesteguía
Modified: 2024-02-11 07:43 UTC (History)
0 users

See Also:
jgh: maintainer-feedback+


Attachments
Patch to make imlib2 option a default (662 bytes, patch)
2024-01-17 16:29 UTC, Fernando Apesteguía
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!