head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.42
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.40
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.38
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.36
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.34
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.32
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.30
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.28
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.26
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.4.0.24
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.4.0.22
	pkgsrc-2007Q4-base:1.4
	pkgsrc-2007Q3:1.4.0.20
	pkgsrc-2007Q3-base:1.4
	pkgsrc-2007Q2:1.4.0.18
	pkgsrc-2007Q2-base:1.4
	pkgsrc-2007Q1:1.4.0.16
	pkgsrc-2007Q1-base:1.4
	pkgsrc-2006Q4:1.4.0.14
	pkgsrc-2006Q4-base:1.4
	pkgsrc-2006Q3:1.4.0.12
	pkgsrc-2006Q3-base:1.4
	pkgsrc-2006Q2:1.4.0.10
	pkgsrc-2006Q2-base:1.4
	pkgsrc-2006Q1:1.4.0.8
	pkgsrc-2006Q1-base:1.4
	pkgsrc-2005Q4:1.4.0.6
	pkgsrc-2005Q4-base:1.4
	pkgsrc-2005Q3:1.4.0.4
	pkgsrc-2005Q3-base:1.4
	pkgsrc-2005Q2:1.4.0.2
	pkgsrc-2005Q2-base:1.4
	pkgsrc-2005Q1:1.3.0.10
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.8
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.6
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.4
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.2
	pkgsrc-2004Q1-base:1.3
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2
	netbsd-1-6-1:1.1.0.2
	netbsd-1-6-1-base:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.05.18.22.02.18;	author wiz;	state dead;
branches;
next	1.3;

1.3
date	2004.01.17.17.34.05;	author kristerw;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.10.19.50.12;	author jmmv;	state dead;
branches;
next	1.1;

1.1
date	2003.01.23.17.12.37;	author jmmv;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@@ and rh@@ (gnome 1 maintainers).
@
text
@$NetBSD: patch-ad,v 1.3 2004/01/17 17:34:05 kristerw Exp $

--- src/GladeHelper.hh.orig	Sat Jan 17 17:06:59 2004
+++ src/GladeHelper.hh	Sat Jan 17 17:07:01 2004
@@@@ -24,13 +24,14 @@@@
 #include <glade/glade-xml.h>
 #include <gtk/gtkobject.h>
 #include <gtk--/base.h>
+#include <iostream>
 
 template<class T> T* getWidgetPtr(GladeXML* g, const char* name)
 {
      T* result = static_cast<T*>(Gtk::wrap_auto((GtkObject*)glade_xml_get_widget(g, name)));
      if (result == NULL)
      {
-	  cerr << "** ERROR **: unable to load widget: " << name << endl;
+	  std::cerr << "** ERROR **: unable to load widget: " << name << std::endl;
 	  g_assert(result != NULL);
      }
      return result;
@@@@ -41,7 +42,7 @@@@
      T* result = (T*)glade_xml_get_widget(g, name);
      if (result == NULL)
      {
-	  cerr << "** ERROR **: unable to load widget: " << name << endl;
+	  std::cerr << "** ERROR **: unable to load widget: " << name << std::endl;
 	  g_assert(result != NULL);
      }
      return result;     
@


1.3
log
@Make the package compile when using gcc 3.3.
This closes PR pkg/23601.
@
text
@d1 1
a1 1
$NetBSD$
@


1.2
log
@Update to 0.8.8 using patch from Greg Troxel in private mail:
* Read Previous in normal message receive dialog (julian)
* Send general invisible presence /and/ directly to agents (julian)
* A few small bug fixes/interface fixes from Benedikt Roth
  <Benedikt.Roth@@gmx.net>
* Fix for crash on sending time (James Widman)
* Jabberoo updated to latest libjudo (julian)
* Gabber updated to work with latest Jabberoo (James Widman)
* Several wide character bug fixes (James Widman)
* Several configure fixes for various architectures (julian)
* Updated Gabber Manual! (Eliot Landrum)
* "Default" button in Contact Information fixed (julian)
* Fixed crash when agent is left selected (thanks Bac9) (julian)
* PGP/GnuPG keyserver is now configurable (julian)
* New version of xtext fixes hidden line problem (julian, Andreas Fuchs)
* Nickname highlighting in group chats (julian)
* Experimental festival support (Mike Szczerban)
* No more autoupdate (julian)
* Status Icon for GNOME2/KDE3 using the freedesktop.org protocol (julian)
@
text
@d1 1
a1 1
$NetBSD: patch-ad,v 1.1 2003/01/23 17:12:37 jmmv Exp $
d3 7
a9 5
--- src/GabberWin.cc.orig	Thu Jan 23 18:07:43 2003
+++ src/GabberWin.cc	Thu Jan 23 18:08:15 2003
@@@@ -415,11 +415,13 @@@@
      if (WelcomeDruid::isRunning())
 	 	WelcomeDruid::Connected();
d11 19
a29 10
+#if WANT_PRIVACY_LEAK
      // Send out autoupdate request
      string autoupdateJID = "956878967";             // Gabber's clientID on jabbercentral
      autoupdateJID += "@@update.jabber.org/";         // the only place to grab updates right now
      autoupdateJID += ConfigManager::get_VERSION();  // Gabber's version
      G_App->getSession() << Presence(autoupdateJID, Presence::ptAvailable);
+#endif
 
      // Grab the Show, Status, and Priority for presence
      _curShow = indexShow(G_App->getCfg().get_show());
@


1.1
log
@This new patch fixes a privacy problem as posted in bugtraq and Gabber's
homepage. This has been fixed in Gabber's CVS too.

Quoting from there: A privacy violation in Gabber has been posted to
Bugtraq. The update notification feature of Gabber (and other Jabber
clients) used to work by notifying update.jabber.org that you have
logged in with Gabber version x.x.x. This feature has not been
configurable in Gabber.

Patch provided by Greg Troxel in private mail.

Bump PKGREVISION to 4.
@
text
@d1 1
a1 1
$NetBSD$
@

