Bug 79746 - [PATCH] audio/wsoundprefs: unbreak, make work with new WindowMaker
Summary: [PATCH] audio/wsoundprefs: unbreak, make work with new WindowMaker
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: 2005-04-10 13:00 UTC by Sam Lawrance
Modified: 2005-04-10 17:35 UTC (History)
0 users

See Also:


Attachments
wsoundprefs-1.1.1_2.patch (4.58 KB, patch)
2005-04-10 13:00 UTC, Sam Lawrance
no flags Details | Diff
file.diff (1.56 KB, patch)
2005-04-10 13:00 UTC, Sam Lawrance
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Lawrance 2005-04-10 13:00:35 UTC
- link against fontconfig [1] and libXft [2]
- misc WM api changes [1] and [2]
- XClearArea -> XFillRectangle with gray [1] because XClearArea
  is for Window not Drawable (was causing X BadWindow error)

[1] me
[2] ports/75000 Serge Gagnon <ser_gagnon@sympatico.ca>

If you hit "play" with a nonexistant file, the program dies - but
apart from that it's now functional again.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-10 17:35:30 UTC
State Changed
From-To: open->closed

Committed, thanks! And as a bonus, I added -lintl to get it to link :)