Bug 79746

Summary: [PATCH] audio/wsoundprefs: unbreak, make work with new WindowMaker
Product: Ports & Packages Reporter: Sam Lawrance <boris>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
wsoundprefs-1.1.1_2.patch
none
file.diff none

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 :)