head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q2:1.5.0.50 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.48 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.46 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.44 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.42 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.40 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.38 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.36 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.34 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.32 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.30 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.28 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.26 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.24 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.22 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.20 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.18 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.16 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.14 pkgsrc-2008Q1:1.5.0.12 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.10 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.8 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.6 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.4 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.2 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.4.0.10 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.8 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.6 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.4 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.8 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.6 date 2012.07.14.22.12.42; author dholland; state dead; branches; next 1.5; 1.5 date 2006.10.01.13.56.01; author rillig; state Exp; branches; next 1.4; 1.4 date 2005.09.06.08.10.57; author abs; state Exp; branches; next 1.3; 1.3 date 2005.04.05.12.44.17; author wiz; state Exp; branches; next 1.2; 1.2 date 2004.05.07.23.18.50; author hubertf; state Exp; branches; next 1.1; 1.1 date 2003.09.19.21.32.13; author jmmv; state Exp; branches; next ; desc @@ 1.6 log @Remove chat/centericq as promised. This has not been buildable for years due to C++ standards drift and has been superseded by centerim. @ text @$NetBSD: patch-aa,v 1.5 2006/10/01 13:56:01 rillig Exp $ --- src/icqconf.cc.orig 2005-01-27 00:52:47.000000000 +0100 +++ src/icqconf.cc @@@@ -27,7 +27,11 @@@@ #include #include -#ifdef __sun__ +#ifdef __NetBSD__ +/* Find out about __NetBSD_Version__ */ +# include +#endif +#if defined(__sun) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900)) #include #endif @@@@ -644,13 +648,13 @@@@ void icqconf::loadsounds() { switch(rs) { case rscard: - fo << "*\tmsg\tplay " << SHARE_DIR << "/msg.wav" << endl; - fo << "*\turl\tplay " << SHARE_DIR << "/url.wav" << endl; - fo << "*\temail\tplay " << SHARE_DIR << "/email.wav" << endl; - fo << "*\tonline\tplay " << SHARE_DIR << "/online.wav" << endl; - fo << "*\toffline\tplay " << SHARE_DIR << "/offline.wav" << endl; - fo << "*\tsms\tplay " << SHARE_DIR << "/sms.wav" << endl; - break; + fo << "*\tmsg\t" AUDIO_PLAYER " " << SHARE_DIR << "/msg.wav" << endl; + fo << "*\turl\t" AUDIO_PLAYER " " << SHARE_DIR << "/url.wav" << endl; + fo << "*\temail\t" AUDIO_PLAYER " " << SHARE_DIR << "/email.wav" << endl; + fo << "*\tonline\t" AUDIO_PLAYER " " << SHARE_DIR << "/online.wav" << endl; + fo << "*\toffline\t" AUDIO_PLAYER << SHARE_DIR << "/offline.wav" << endl; + fo << "*\tsms\t" AUDIO_PLAYER " " << SHARE_DIR << "/sms.wav" << endl; + break; case rsspeaker: fo << "*\tmsg\t!spk1" << endl; @@@@ -1433,7 +1437,7 @@@@ string icqconf::gethttpproxypasswd() con void icqconf::checkdiskspace() { fenoughdiskspace = true; -#ifndef __sun__ +#if !(defined(__sun) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900))) struct statfs st; if(!statfs(conf.getdirname().c_str(), &st)) { #else @ 1.5 log @Fixed some pkglint warnings. On Solaris, querying the __sun macro instead of __sun__ is preferred. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2005/09/06 08:10:57 abs Exp $ @ 1.4 log @Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 No pkgrevision bumps needed. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2005/04/05 12:44:17 wiz Exp $ d14 1 a14 1 +#if defined(__sun__) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900)) d44 1 a44 1 +#if !(defined(__sun__) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900))) @ 1.3 log @Update to 4.20.0, provided by Znarf Ainav on tech-pkg: 4.14.0 ------ Because of the mistake I made in the previous version, the 'u' letter was eaten by the RTF parser when processing messages from windows icq clients. It looked for unicode chars, but ate all 'u' characters it used to found. Fixed that. A memory leak problem when checking RSS was fixed. Gadu-Gadu module used to produce a segfault when it was unable to obtain a registration token from the server. Now it doesn't crash, though the impossibility to register a new UIN is still there. The serve simply doesn't find an appropriate document by the registration URL. Too bad. Applied a small patch by Paul Chitescu so that it's now possible to start centericq with all protocols set to offline. Another type of external event was added. Now you can execute your actions when someone goes offline. Hope someone finds that useful. 4.20.0 ------ PGP encryption support was implemented for the Jabber module. In a nutshell this means that with a proper setup your communications get a way more secure. GPGME library is needed to build the PGP support. Fixed the RTF parser that takes charge when a message from a Windows ICQ client is received. One problem was that it used to treat backspace characters wrong sometimes. Another problem with utf-16 was fixed with a patch submitted by Vadim Nosovsky. After ICQ dual login detection centericq used to try re-connecting, though it wasn't supposed to. Fixed. During a long time noone reported me the bug related to libicq2000's header files getting installed each time "make install" was run for centericq. Finally Wolfram Schlich noted this one, so I fixed it. Logging on Yahoo! didn't work on Sun Sparc machines. Fixed that. That might also revive Gadu-Gadu on bigendian architectures. A couple of interface related bugs were fixed, such as a mistake in the group organization dialog as well as not clearing pending messages for contacts in non-chat communication mode. @ text @d1 1 a1 1 $NetBSD$ d14 1 a14 1 +#if defined(__sun__) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 200040000)) d44 1 a44 1 +#if !(defined(__sun__) || (defined(__NetBSD__) && (__NetBSD_Version__ >= 200040000))) @ 1.2 log @Fix problem with statvfs.h on -current. Tested and found working on 2.0_BETA (which doesn't have statvfs.h) and on -current (which has it). Bump pkgrevision. @ text @d3 1 a3 1 --- src/icqconf.cc.orig 2003-10-26 11:46:52.000000000 +0100 d18 1 a18 1 @@@@ -427,11 +431,11 @@@@ void icqconf::loadsounds() { d26 1 d28 8 a35 6 + fo << "*\tmsg\t" AUDIO_PLAYER " " << SHARE_DIR << "/msg.wav" << endl; + fo << "*\turl\t" AUDIO_PLAYER " " << SHARE_DIR << "/url.wav" << endl; + fo << "*\temail\t" AUDIO_PLAYER " " << SHARE_DIR << "/email.wav" << endl; + fo << "*\tonline\t" AUDIO_PLAYER " " << SHARE_DIR << "/online.wav" << endl; + fo << "*\tsms\t" AUDIO_PLAYER " " << SHARE_DIR << "/sms.wav" << endl; break; d38 2 a39 1 @@@@ -1126,7 +1130,7 @@@@ unsigned int icqconf::gethttpproxyport() @ 1.1 log @Use 'audioplay' under NetBSD to play sounds, and 'play' from the 'sox' package under other systems. Bump PKGREVISION to 1. @ text @d3 1 a3 1 --- src/icqconf.cc.orig 2003-07-25 19:03:00.000000000 +0200 d5 14 a18 1 @@@@ -414,11 +414,11 @@@@ void icqconf::loadsounds() { d35 9 @