head 1.6; access; symbols pkgsrc-2017Q3:1.5.0.56 pkgsrc-2017Q3-base:1.5 pkgsrc-2017Q2:1.5.0.52 pkgsrc-2017Q2-base:1.5 pkgsrc-2017Q1:1.5.0.50 pkgsrc-2017Q1-base:1.5 pkgsrc-2016Q4:1.5.0.48 pkgsrc-2016Q4-base:1.5 pkgsrc-2016Q3:1.5.0.46 pkgsrc-2016Q3-base:1.5 pkgsrc-2016Q2:1.5.0.44 pkgsrc-2016Q2-base:1.5 pkgsrc-2016Q1:1.5.0.42 pkgsrc-2016Q1-base:1.5 pkgsrc-2015Q4:1.5.0.40 pkgsrc-2015Q4-base:1.5 pkgsrc-2015Q3:1.5.0.38 pkgsrc-2015Q3-base:1.5 pkgsrc-2015Q2:1.5.0.36 pkgsrc-2015Q2-base:1.5 pkgsrc-2015Q1:1.5.0.34 pkgsrc-2015Q1-base:1.5 pkgsrc-2014Q4:1.5.0.32 pkgsrc-2014Q4-base:1.5 pkgsrc-2014Q3:1.5.0.30 pkgsrc-2014Q3-base:1.5 pkgsrc-2014Q2:1.5.0.28 pkgsrc-2014Q2-base:1.5 pkgsrc-2014Q1:1.5.0.26 pkgsrc-2014Q1-base:1.5 pkgsrc-2013Q4:1.5.0.24 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.22 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.5.0.20 pkgsrc-2013Q2-base:1.5 pkgsrc-2013Q1:1.5.0.18 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.16 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.14 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.12 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.10 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.8 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.6 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.2 pkgsrc-2011Q1-base:1.5 pkgsrc-2009Q4:1.4.0.14 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.4 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.2 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2; locks; strict; comment @# @; 1.6 date 2017.09.26.10.27.08; author wiz; state dead; branches; next 1.5; commitid 9ARpkXTuh9Wg2H8A; 1.5 date 2011.01.20.11.56.51; author markd; state Exp; branches; next 1.4; 1.4 date 2007.10.20.10.46.43; author markd; state dead; branches; next 1.3; 1.3 date 2007.08.02.00.04.54; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.11.20.10.30.18; author markd; state dead; branches; next 1.1; 1.1 date 2006.10.18.19.43.00; author markd; state Exp; branches; next ; desc @@ 1.6 log @*: remove qt3 and the packages using it, including KDE3 Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html @ text @$NetBSD: patch-ar,v 1.5 2011/01/20 11:56:51 markd Exp $ --- konsolekalendar/main.cpp.orig 2008-02-13 09:39:54.000000000 +0000 +++ konsolekalendar/main.cpp @@@@ -799,13 +799,13 @@@@ int main( int argc, char *argv[] ) if ( !args->isSet( "time" ) && !args->isSet( "epoch-start" ) && !args->isSet( "end-time" ) && !args->isSet( "epoch-end" ) ) { // set default start date/time - startdatetime = QDateTime::QDateTime( startdate, starttime ); + startdatetime = QDateTime( startdate, starttime ); kdDebug() << "main | datetimestamp | " << "setting startdatetime from " << "default startdate (today) and starttime" << endl; // set default end date/time - enddatetime = QDateTime::QDateTime( enddate, endtime ); + enddatetime = QDateTime( enddate, endtime ); kdDebug() << "main | datetimestamp | " << "setting enddatetime from " << "default enddate (today) and endtime" @@@@ -814,13 +814,13 @@@@ int main( int argc, char *argv[] ) // Set startdatetime, enddatetime if still necessary if ( startdatetime.isNull() ) { - startdatetime = QDateTime::QDateTime( startdate, starttime ); + startdatetime = QDateTime( startdate, starttime ); kdDebug() << "main | datetimestamp | " << "setting startdatetime from startdate and starttime" << endl; } if ( enddatetime.isNull() ) { - enddatetime = QDateTime::QDateTime( enddate, endtime ); + enddatetime = QDateTime( enddate, endtime ); kdDebug() << "main | datetimestamp | " << "setting enddatetime from enddate and endtime" << endl; @ 1.5 log @fix build with gcc4.4 @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to KDE 3.5.8 core libs * Do not drop frecuently used address that are not in the addresbook from recent address list. * Fix Free/Busy information not regenerated for recurring events with end date after fb-period. Birthdays resource * Fix Reminders for imported birthdays from KAdressbook don't work as expected. Groupwise resource * Don't crash if hostname or port are wrong. IMAP ioslave * Fix SASL Authentication fails if another client of sasl is loaded. Sieve ioslave * Fix SASL Authentication fails if another client of sasl is loaded. * Fix cannot login When using TLS. * Fix retrieving scripts from the server always failed with a protocol error report. libkholidays * Add Argentina holidays file. KAddressBook * Fix using X-KADDRESSBOOK-X-Department where ORG:organization;department should be used. * Fix import bug for vCards when running as Kontact part. KAlarm * Allow delay times up to 999 hours to be entered. * Fix not being able to stop sound file playing. * Fix template time value is lost between reboots. * Fix recurring alarms sometimes don't fire when they're supposed to. KArm * Allow negative times for budgeting time for a task. * Right click on "task complete" box should not tick/untick box. * Fix marking task done does not stop the time. Kitchensync * Added configuration dialogs for Evo2, SynCE, Moto and Jescs. * Added configuration dialog for Sunbird plugin. KMail * Do not show the dragging menu when dragging to ourselves or to our parent. * Do not ask the user to go online each time a job finished if he decided to be offline. * Fix rebuilding index files breaks subject threading for existing messages. * Fix copying of messages on the same online IMAP server. * Fix crash when moving folders. * Fix crashes during drag&drop of imap folders. * Fix crash after reply to a revoked mail. * Fix event loop handling. * Fix crash when cancelling GnuPG singing a new empty message. * Fix crash on retrieving pop mail. * Fix crashing after startup. * Fix templates for forwarding do not work with inline mails. * Fix draft messages forget the default GPG action. * Fix encrypt to self function beign always on. * Fix mails started from a template have wrong date. Kontact * Fix crash when editing toolbars while a plugin without part is active. * Fix crash if no plugin is active when editing toolbars. KOrganizer * Fix loading the freebusy list for people with a preferred email address. * Fix unability to get freebusy information from an eGroupware server. * Fix publish free/busy list automatically not working. * Fix a crash when moving recurring multidays events. * Fix audio notification open file dialog. korn * Fix the Subject and Sender parsing. * Fix fetching the password of a kmail account from kmailrc. * Fix using pop3-mailboxes from the kmail configuration. Akregator * Fix storage backend waking up CPU every 3 seconds. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.3 2007/08/02 00:04:54 joerg Exp $ d3 19 a21 3 --- libkholidays/parseholiday.y.orig 2007-08-01 21:48:49.000000000 +0000 +++ libkholidays/parseholiday.y @@@@ -32,10 +32,6 @@@@ d23 14 a36 9 #include -#ifdef HAVE_MALLOC_H -#include -#endif - /*** Macro definitions and constants ***/ /* * Before you mail and complain that the following macro is incorrect, @ 1.3 log @Don't include malloc.h. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @karm/test's are never run so don't bother patching. @ text @d1 1 a1 1 $NetBSD: patch-ar,v 1.1 2006/10/18 19:43:00 markd Exp $ d3 3 a5 4 --- karm/test/booktime-badtime.sh.orig 2006-10-19 08:34:10.000000000 +1300 +++ karm/test/booktime-badtime.sh @@@@ -13,7 +13,7 @@@@ RVAL=`dcop $DCOPID KarmDCOPIface bookTim tear_down d7 9 a15 6 EXPECTED=5 -if [ "$RVAL" == "$EXPECTED" ]; then +if [ "$RVAL" = "$EXPECTED" ]; then echo "PASS $0" exit 0; else @ 1.1 log @Fix "test ==". PR pkg/34847 @ text @d1 1 a1 1 $NetBSD$ @