Bug 170723 - [patch] x11-wm/dwm: add optional Xft support
Summary: [patch] x11-wm/dwm: add optional Xft support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-18 02:10 UTC by Vitaly Magerya
Modified: 2012-10-31 19:54 UTC (History)
0 users

See Also:


Attachments
file.diff (2.99 KB, patch)
2012-08-18 02:10 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2012-08-18 02:10:06 UTC
I've noticed that x11/dmenu has an option to enable the Xft patch
(which is awesome), but x11-wm/dwm does not. This is regrettable
as these two programs are designed to be used together. For this
reason I'm attaching a patch to enable Xft support (see [1]) for
dwm too (it's disabled by default to match the dmenu defaults).

Additionally, this patch changes OPTIONS to the new options
framework.

[1] http://dwm.suckless.org/patches/xft

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-08-18 04:44:47 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-18 04:45:10 UTC
Maintainer of x11-wm/dwm,

Please note that PR ports/170723 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170723

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-18 04:45:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2012-10-31 19:54:28 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!