head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q3:1.1.1.1.0.10 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.8 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.6 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.4 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.2 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.10.25.20.55.26; author markd; state dead; branches; next 1.1; 1.1 date 2009.10.02.21.30.03; author markd; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.10.02.21.30.03; author markd; state Exp; branches; next ; desc @@ 1.2 log @Update to KDE SC 4.5.2 4.5.2 translation updates, performance and stability improvements and other bugfixes. 4.5.0 new versions of the Plasma Workspaces, the KDE Applications and the KDE Development Platform in version 4.5.0. While focus within this release cycle lay on stability, the overall polish and performance gain is well noticable. Features such as the reworked notification area, Marble's map routing and support for WebKit in Konqueror round up this release. @ text @$NetBSD: patch-aa,v 1.1 2009/10/02 21:30:03 markd Exp $ --- applets/lancelot/libs/lancelot/widgets/BasicWidget.cpp.orig 2009-05-07 12:05:53.000000000 +1200 +++ applets/lancelot/libs/lancelot/widgets/BasicWidget.cpp @@@@ -31,6 +31,10 @@@@ #define max(A, B) ((A) >= (B)) ? (A) : (B) +#ifdef __NetBSD__ +#define fmaxf(A, B) ((A) >= (B)) ? (A) : (B) +#endif + namespace Lancelot { @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import KDE4.3.1 from wip OKed during freeze by wiz and agc @ text @@