pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libbonobo Update to 2.6.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c31c4394621e
branches:  trunk
changeset: 476795:c31c4394621e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Jun 20 20:37:32 2004 +0000

description:
Update to 2.6.2:

2004-05-29  Michael Meeks  <michael%ximian.com@localhost>

        * Version 2.6.2

2004-05-28  Michael Meeks  <michael%ximian.com@localhost>

        * 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  <michael%ximian.com@localhost>

        * Version 2.6.1

2004-05-26  Arvind Samptur  <arvind.samptur%wipro.com@localhost>

        * 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  <michael%ximian.com@localhost>

        * bonobo-activation/bonobo-activation-init.c:
        move sys/types.h include upwards for bsd.

2004-05-06  Michael Wilson  <Michael.Wilson%bull.net@localhost>

        * bonobo/bonobo-application.c (message_desc_copy)
        (_gtype_to_typecode): bin bogus gnuism: __inline__

2004-05-05  Michael Wilson  <Michael.Wilson%bull.net@localhost>

        * bonobo/bonobo-application.c: bin bogus trailing
        ',' and ';' - fix AIX build.

2004-04-16  Iñaki Larrañaga  <dooteo%euskalgnu.org@localhost>

        * configure.in: Added "eu" (Basque) to ALL_LINGUAS.

2004-04-15  Gustavo J. A. M. Carneiro  <gustavo%users.sourceforge.net@localhost>

        * 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  <karunakar%freedomink.org@localhost>

        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-04-06  Pablo Saratxaga  <pablo%mandrakesoft.com@localhost>

        * ChangeLog: converted to UTF-8

2004-03-30  Adam Weinberger <adamw%gnome.org@localhost>

        * configure.in: Added en_CA to ALL_LINGUAS.

2004-03-22  Guntupalli Karunakar  <karunakar%freedomink.org@localhost>

        * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.

2004-03-17  Tony Arnold  <tonyarnold%users.sourceforge.net@localhost>

        * bonobo-activation/bonobo-activation-client.c: ugly hack
        for Darwin's whacked-out 'environ.

2004-03-16  Gareth Owen  <gowen72%yahoo.com@localhost>

        * configure.in: Added en_GB to ALL_LINGUAS

2004-03-15  Julio M. Merino Vidal  <jmmv%menta.net@localhost>

        * bonobo-activation/bonobo-activation-get-language-list.c
        (unalias_lang): read aliases from the prefix first (NetBSD)

diffstat:

 devel/libbonobo/Makefile         |   8 ++++++--
 devel/libbonobo/PLIST            |   7 ++++++-
 devel/libbonobo/distinfo         |  11 ++++-------
 devel/libbonobo/patches/patch-ac |  20 --------------------
 devel/libbonobo/patches/patch-ad |  14 --------------
 devel/libbonobo/patches/patch-af |  16 ----------------
 6 files changed, 16 insertions(+), 60 deletions(-)

diffs (139 lines):

diff -r 42c2342f2c73 -r c31c4394621e devel/libbonobo/Makefile
--- a/devel/libbonobo/Makefile  Sun Jun 20 20:32:54 2004 +0000
+++ b/devel/libbonobo/Makefile  Sun Jun 20 20:37:32 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2004/06/05 00:30:01 xtraeme Exp $
+# $NetBSD: Makefile,v 1.28 2004/06/20 20:37:32 jmmv Exp $
 
-DISTNAME=              libbonobo-2.6.0
+DISTNAME=              libbonobo-2.6.2
 CATEGORIES=            devel gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libbonobo/2.6/}
 EXTRACT_SUFX=          .tar.bz2
@@ -31,6 +31,10 @@
 CONF_FILES=            ${EGDIR}/bonobo-activation-config.xml \
                        ${PKG_SYSCONFDIR}/bonobo-activation-config.xml
 
+PRINT_PLIST_AWK+=      /^@dirrm lib\/(bonobo|bonobo\/monikers)$$/ \
+                               { print "@unexec $${RMDIR} %D/" $$2 \
+                                 " 2>/dev/null || $${TRUE}"; next; }
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
diff -r 42c2342f2c73 -r c31c4394621e devel/libbonobo/PLIST
--- a/devel/libbonobo/PLIST     Sun Jun 20 20:32:54 2004 +0000
+++ b/devel/libbonobo/PLIST     Sun Jun 20 20:37:32 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/04/01 18:18:00 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/06/20 20:37:32 jmmv Exp $
 bin/activation-client
 bin/bonobo-activation-run-query
 bin/bonobo-slay
@@ -114,13 +114,17 @@
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/libbonobo-2.0.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/libbonobo-2.0.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/libbonobo-2.0.mo
+${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/libbonobo-2.0.mo
@@ -140,6 +144,7 @@
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/libbonobo-2.0.mo
+${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/libbonobo-2.0.mo
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo
diff -r 42c2342f2c73 -r c31c4394621e devel/libbonobo/distinfo
--- a/devel/libbonobo/distinfo  Sun Jun 20 20:32:54 2004 +0000
+++ b/devel/libbonobo/distinfo  Sun Jun 20 20:37:32 2004 +0000
@@ -1,11 +1,8 @@
-$NetBSD: distinfo,v 1.9 2004/04/24 19:30:15 danw Exp $
-$NetBSD: distinfo,v 1.9 2004/04/24 19:30:15 danw Exp $
+$NetBSD: distinfo,v 1.10 2004/06/20 20:37:32 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2004/06/20 20:37:32 jmmv Exp $
 
-SHA1 (libbonobo-2.6.0.tar.bz2) = 65d3173e9b7b5d72c0d23e482b0ea54f8e1d9150
-Size (libbonobo-2.6.0.tar.bz2) = 1059444 bytes
+SHA1 (libbonobo-2.6.2.tar.bz2) = c5e63619c86bbf24282620bff05194caa86286da
+Size (libbonobo-2.6.2.tar.bz2) = 1055680 bytes
 SHA1 (patch-aa) = 4f7b7a16f7cba64206b5dccb021972a09efe9f55
 SHA1 (patch-ab) = 320fc0a2be131a0ab6b200643fb733f80899a005
-SHA1 (patch-ac) = 256aec5eaa1d04ce9bed162c8698f6ebce6e4b0d
-SHA1 (patch-ad) = 224d9114c285a0c6ef06b7ced6aec34b8abf538f
 SHA1 (patch-ae) = d1f6cfe8aa05d7ac1ae840762c440bca26a48727
-SHA1 (patch-af) = f8a4e366f7c26fc16270b9d16c8eaf46615510ec
diff -r 42c2342f2c73 -r c31c4394621e devel/libbonobo/patches/patch-ac
--- a/devel/libbonobo/patches/patch-ac  Sun Jun 20 20:32:54 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/02/27 02:09:34 snj Exp $
-
---- 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 <sys/types.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- #include <fcntl.h>
-@@ -44,7 +45,6 @@
- #include <stdlib.h>
- #include <string.h>
- #include <sys/socket.h>
--#include <sys/types.h>
- #include <sys/wait.h>
- #include <unistd.h>
- 
diff -r 42c2342f2c73 -r c31c4394621e devel/libbonobo/patches/patch-ad
--- a/devel/libbonobo/patches/patch-ad  Sun Jun 20 20:32:54 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2004/04/01 18:18:00 jmmv Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=137193
-
---- bonobo-activation/bonobo-activation-get-language-list.c    9 Jun 2003 13:17:55 -0000       1.2
-+++ bonobo-activation/bonobo-activation-get-language-list.c    14 Mar 2004 21:37:13 -0000
-@@ -71,6 +71,7 @@
-   int i;
-   if (!alias_table)
-     {
-+      read_aliases (BONOBO_ACTIVATION_LOCALEDIR "/locale.alias");
-       read_aliases ("/usr/share/locale/locale.alias");
-       read_aliases ("/usr/local/share/locale/locale.alias");
-       read_aliases ("/usr/lib/X11/locale/locale.alias");
diff -r 42c2342f2c73 -r c31c4394621e devel/libbonobo/patches/patch-af
--- a/devel/libbonobo/patches/patch-af  Sun Jun 20 20:32:54 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-af,v 1.2 2004/04/24 19:30:15 danw Exp $
-
---- bonobo-activation/bonobo-activation-client.c.orig  Mon Apr 12 18:42:20 2004
-+++ bonobo-activation/bonobo-activation-client.c
-@@ -197,6 +197,11 @@ get_lang_list (void)
-         return result;
- }
- 
-+#if defined(__APPLE__)
-+#include <crt_externs.h>
-+#define environ (*_NSGetEnviron())
-+#endif
-+
- extern char **environ;
- 
- void



Home | Main Index | Thread Index | Old Index