head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.5.0.12 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.10 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.8 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.6 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.4 pkgsrc-2008Q1:1.5.0.2 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.4.0.12 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.10 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.8 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.6 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.4 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.2 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.3.0.14 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.12 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.10 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.8 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.6 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.4 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.2 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.2.0.2 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.1.0.4 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.2 pkgsrc-2004Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2009.03.06.14.08.23; author wiz; state dead; branches; next 1.5; 1.5 date 2008.04.01.18.06.57; author drochner; state Exp; branches; next 1.4; 1.4 date 2006.09.15.15.06.57; author jmmv; state dead; branches; next 1.3; 1.3 date 2004.09.26.19.29.16; author danw; state Exp; branches; next 1.2; 1.2 date 2004.06.20.20.37.32; author jmmv; state dead; branches; next 1.1; 1.1 date 2004.02.27.02.09.34; author snj; state Exp; branches; next ; desc @@ 1.6 log @Update to 2.24.1: libbonobo 2.24.1 * Win32 portability fixes (Tor Lillqvist) * cleanups for newer glib releases (Cosimo Cecchi) * Other cleanups for single glib includes (Przemysław Grzegorczyk) * Cross-compiling fixes (Fridrich Strba) @ text @$NetBSD: patch-ac,v 1.5 2008/04/01 18:06:57 drochner Exp $ --- bonobo/Makefile.in.orig 2008-04-01 19:24:14.000000000 +0200 +++ bonobo/Makefile.in @@@@ -301,7 +301,6 @@@@ INCLUDES = \ -DBONOBO_LOCALSTATEDIR=\""$(localstatedir)"\" \ -DBONOBO_LOCALEDIR=\""$(datadir)/locale"\" \ -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN="GETTEXT_PACKAGE" \ - -DG_DISABLE_DEPRECATED \ -DG_LOG_DOMAIN=\"Bonobo\" \ -DVERSION=\"$(VERSION)\" @ 1.5 log @remove a DISABLE_DEPRECATED to fix build against newer glib2 versions @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update to 2.16.0: libbonobo 2.16.0 * API DOC fixes (Alex, Gustavo) * Don't check for xrdb or dladdr when we don't use them (Kjartan) * Updated and new translations libbonobo 2.15.3 * Fix ghtread configure test when building uninstalled (Brian Cameron) * Various bonobo-activation login fixes (Michael) * Various cleanups of exception handling (Gustavo) * Fixes for panel sometimes hanging on login (Alex) libbonobo 2.15.2 * Warning and build fixes. (Marcus Meissner, Kjartan) * Revert a change that caused segfaults during make check (Kjartan) * New and updated translations libbonobo 2.15.1 * Fix Coverity reports for leaks, accessing uninitialized memory and null pointer derefs (Michael, Kjartan) libbonobo 2.15.0 * Add new MIME api to make gnome-vfs not have a hard dependency on libbonobo (Alex) * Fix some leaks (Kjartan) * Win32 portability fixes (Tor) * po/LINGUAS porting (Przemysław Grzegorczyk) * Port to GOption from popt (Michael Terry) * Build fixes and cleanups (Michael Meeks, Kjartan) @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2004/09/26 19:29:16 danw Exp $ d3 9 a11 5 --- bonobo-activation/bonobo-activation-client.c.orig Mon Sep 13 10:26:19 2004 +++ bonobo-activation/bonobo-activation-client.c @@@@ -197,7 +197,7 @@@@ get_lang_list (void) return result; } a12 5 -#if defined(__APPLE__) && defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H) +#if defined(__APPLE__) #include #define environ (*_NSGetEnviron()) #endif @ 1.3 log @fix for darwin @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 2.6.2: 2004-05-29 Michael Meeks * Version 2.6.2 2004-05-28 Michael Meeks * activation-server/activation-server-main.c (main): turn output debug on if we use --register-server * bonobo-activation/bonobo-activation-init.c (bonobo_activation_hostname_get): always return localhost - so we don't barf when the hostname changes (DHCP). Slightly bad, but a) this method is deprecated anyway, b) only fools would use it to return the current hostname and c) localhost is often the local host name anyway. 2004-05-26 Michael Meeks * Version 2.6.1 2004-05-26 Arvind Samptur * activation-server/object-directroy.h : Add od_finished_internal_registration () helper function. * activation-server/object-directroy-corba.c (add_active_server): Don't add our internal servers count to n_active_servers. * activation-server/activation-server-main.c (main): Use od_finished_internal_registration () to indicate that we are done with our internal server registeration. Fixes #139500 2004-05-14 Michael Meeks * bonobo-activation/bonobo-activation-init.c: move sys/types.h include upwards for bsd. 2004-05-06 Michael Wilson * bonobo/bonobo-application.c (message_desc_copy) (_gtype_to_typecode): bin bogus gnuism: __inline__ 2004-05-05 Michael Wilson * bonobo/bonobo-application.c: bin bogus trailing ',' and ';' - fix AIX build. 2004-04-16 Iñaki Larrañaga * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-04-15 Gustavo J. A. M. Carneiro * activation-server/object-directory-corba.c (od_register_runtime_server_info): Do not ever try to update a ServerInfo if there's already another ServerInfo registered for the given IID. This both improves performance and avoids a possible memory error that I have been unable to track down after much debugging. 2004-04-09 Guntupalli Karunakar * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-04-06 Pablo Saratxaga * ChangeLog: converted to UTF-8 2004-03-30 Adam Weinberger * configure.in: Added en_CA to ALL_LINGUAS. 2004-03-22 Guntupalli Karunakar * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS. 2004-03-17 Tony Arnold * bonobo-activation/bonobo-activation-client.c: ugly hack for Darwin's whacked-out 'environ. 2004-03-16 Gareth Owen * configure.in: Added en_GB to ALL_LINGUAS 2004-03-15 Julio M. Merino Vidal * bonobo-activation/bonobo-activation-get-language-list.c (unalias_lang): read aliases from the prefix first (NetBSD) @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2004/02/27 02:09:34 snj Exp $ d3 5 a7 17 --- bonobo-activation/bonobo-activation-init.c.orig 2004-02-26 18:03:07.000000000 -0800 +++ bonobo-activation/bonobo-activation-init.c 2004-02-26 18:04:57.000000000 -0800 @@@@ -34,6 +34,7 @@@@ #include "bonobo-activation-private.h" #include "bonobo-activation-register.h" #include "bonobo-activation-version.h" +#include #include #include #include @@@@ -44,7 +45,6 @@@@ #include #include #include -#include #include #include d9 5 @ 1.1 log @Include sys/types.h earlier to fix the build on FreeBSD 4. Closes PR pkg/24119. @ text @d1 1 a1 1 $NetBSD$ @