ports/71303: Update port: x11-themes/baghira

KATO Tsuguru tkato432 at yahoo.com
Thu Sep 2 17:40:21 UTC 2004


>Number:         71303
>Category:       ports
>Synopsis:       Update port: x11-themes/baghira
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 17:40:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build on 4-stable

New file:
files/patch-baghira.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-themes/baghira/files/patch-baghira.cpp x11-themes/baghira/files/patch-baghira.cpp
--- /usr/ports/x11-themes/baghira/files/patch-baghira.cpp	Thu Jan  1 09:00:00 1970
+++ x11-themes/baghira/files/patch-baghira.cpp	Thu Sep  2 12:58:44 2004
@@ -0,0 +1,11 @@
+--- style/baghira.cpp.orig	Tue Aug 31 00:07:49 2004
++++ style/baghira.cpp	Thu Sep  2 12:57:28 2004
+@@ -1643,7 +1643,7 @@
+ 				const QPushButton *btn = ( const QPushButton* ) widget;
+ 				int x, y, w, h;
+ 				r.rect( &x, &y, &w, &h );
+-				bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == highlightWidget;
++				bool highlighted = btn->isOn() || btn->isDown() || btn->hasFocus() || btn == ( const QPushButton* ) highlightWidget;
+ 
+ 				if ( btn->isOn() || btn->isDown() ) {
+ 					flags |= Style_Sunken;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list