diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:45:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-21 16:45:12 +0000 |
commit | 4d4684159834ac91237348b0805fd69df7e7b930 (patch) | |
tree | 2638635f85b42930d3ed4fb5563fdf4223b41aff /devel | |
parent | a9cf6f92f829da13084fea75cb5ea8a8b3b731f3 (diff) | |
download | pkgsrc-4d4684159834ac91237348b0805fd69df7e7b930.tar.gz |
Update to 2.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.
2004-09-13 Mark McLoughlin <mark@skynet.ie>
* configure.in: Version 2.8.0.
2004-08-24 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* bonobo/bonobo-generic-factory.c
(bonobo_generic_factory_new_generic)
(last_unref_cb): Ignore "last-unref" if it happens during the
object creation callback and an object is actually created in the
end. Fixes bug #139140 (Can't get bonobo objects in _init method
of bonobo object)
2004-08-23 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* Makefile.am (DISTCLEANFILES): Only clean intltool-* in make
distclean, not make clean, since there is no rule to regenerate
them from the makefile. Fixes #144541.
2004-08-23 Tommi Komulainen <tommi.komulainen@iki.fi>
* doc/api/tmpl/bonobo-application.sgml
(bonobo_application_register_message): Add a longer description
and some examples.
* bonobo/bonobo-application.c
(bonobo_application_register_message): Remove example program from
inline documentation (moved to the gtk-doc template file).
2004-08-16 Christian Rose <menthos@menthos.com>
* configure.in: Added "bs" to ALL_LINGUAS.
2004-08-13 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* bonobo/bonobo-object.c (bonobo_object_finalize_servant): Call
object's poa_fini_fn. Patch by Michael Meeks. Fixes #118117.
2004-08-12 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am (TESTS_ENVIRONMENT): Set
BONOBO_ACTIVATION_DEBUG, since some tests use relative server
paths, thus fail if the b-a-s changes dir on startup.
* activation-server/activation-server-main.c (main): Declare
debug_output_env as const, to suppress compiler warning.
(main): Unless env. var. BONOBO_ACTIVATION_DEBUG is set,
chdir("/") before entering main loop.
* bonobo/bonobo-running-context.c
(bonobo_running_context_trace_objects_T): Add
ri->emitted_last_unref = FALSE, missing in debug version of
addObject, but present in the non-debug version.
(bonobo_running_context_trace_objects_T): Complement the
information of the number of alive objects with a list of the
interfaces of the alive objects.
2004-08-11 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* activation-server/object-directory-corba.c
(od_register_runtime_server_info): We should be returning
new_serverinfo instead of old_serverinfo.
2004-08-11 Alexander Larsson <alexl@redhat.com>
* bonobo-activation/bonobo-activation-get-language-list.c (read_aliases):
Import some fixes from gnome-vfs copy.
2004-08-11 Alexander Larsson <alexl@redhat.com>
* bonobo-activation/bonobo-activation-get-language-list.c (read_aliases):
Use less memory for alias tables.
2004-08-11 Kjartan Maraas <kmaraas@gnome.org>
* activation-server/client.c: (add_load_path), (remove_load_path),
(register_activate_server), (do_query_server_info),
(do_activating): Correctly use ANSI argument list.
* bonobo-activation/bonobo-activation-base-service.c:
(bonobo_activation_registration_iterate): Same..
* bonobo-activation/bonobo-activation-fork-server.c:
(bonobo_activation_server_by_forking): Use NULL in place of 0
* bonobo/bonobo-debug.c: (bonobo_debug_init): ANSI arguments
* bonobo/bonobo-generic-factory.c:
(bonobo_generic_factory_destroy): NULL vs 0
* bonobo/bonobo-item-handler.c: (bonobo_item_handler_finalize):
* bonobo/bonobo-listener.c: (bonobo_listener_finalize),
(bonobo_listener_init): NULL vs 0
* bonobo/bonobo-persist-client.c: (bonobo_object_save_to_stream),
(bonobo_object_from_stream): NULL vs 0
* bonobo/bonobo-persist.c: (bonobo_persist_finalize): NULL vs 0
* bonobo/bonobo-storage-memory.c: (bonobo_storage_mem_create):
NULL vs 0.
* configure.in: Added nb to ALL_LINGUAS.
2004-08-10 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am (TESTS_ENVIRONMENT): Add
$(top_srcdir)/activation-server to BONOBO_ACTIVATION_PATH, so that
event source test doesn't fail.
* bonobo-activation/bonobo-activation-register.c
(bonobo_activation_make_registration_id): g_message instead of
g_warning.
2004-08-09 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am: Don't install $(serverfiles).
They are not required to be installed for make check. Fixes #145056.
2004-08-08 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* idl/Bonobo_Control.idl: Prepend 'action' parameter name with
underscore to avoid clash with type Action, in
PropertyControl::notifyAction(). Fixes #118078.
* idl/Bonobo_Property.idl: Escape PropertyBag::ReadOnly and
ConfigDatabase::DBFlags::DEFAULT with a leading underscore because
of clashes with IDL keywords. Fixes #118078.
* bonobo-activation/Makefile.am (INCLUDES): Define
G_LOG_DOMAIN=Bonobo-Activation.
* bonobo-activation/bonobo-activation-activate.c,
* bonobo-activation/bonobo-activation-base-service.c,
* bonobo-activation/bonobo-activation-client.c,
* bonobo-activation/bonobo-activation-fork-server.c,
* bonobo-activation/bonobo-activation-register.c: Turn g_warnings
that contain only informational debug messages into g_message, so
that we can abort with --g-fatal-warnings in the real strange
stituations.
* bonobo-activation/bonobo-activation-register.c
(registration_result_to_string): Give a g_warning on invalid code
instead of aborting. This is an error, but not fatal by any means.
2004-08-07 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net>
* tests/test-activation/Makefile.am: Don't install $(serverfiles).
They are not required to be installed for make check.
2004-08-04 Greg Hudson <hudson@mit.edu>
* bonobo-activation/bonobo-activation-fork-server.c
(bonobo_activation_server_by_forking): reset signal mask
removing SIGCHLD block for forked child.
2004-07-21 Antonio Xu <antonio.xu@sun.com>
* activation-server/object-directory-corba.c
(remove_active_server): add judgement to make sure the count
of active server is right.
2004-07-09 Tommi Komulainen <tommi.komulainen@iki.fi>
* bonobo/bonobo-app-client.c
(bonobo_app_client_get_msgdescs): fix array bound
checking & Fix API docs.
2004-06-26 Pawan Chitrakar <pawan@nplinux.org>
* configure.in: Added "ne" Nepali in ALL_LINGUAS
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonobo/Makefile | 8 | ||||
-rw-r--r-- | devel/libbonobo/PLIST | 103 | ||||
-rw-r--r-- | devel/libbonobo/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/libbonobo/distinfo | 9 | ||||
-rw-r--r-- | devel/libbonobo/patches/patch-ae | 13 |
5 files changed, 105 insertions, 32 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index aab76603a4d..76f97e70a2b 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2004/06/20 20:37:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.29 2004/09/21 16:45:12 jmmv Exp $ -DISTNAME= libbonobo-2.6.2 +DISTNAME= libbonobo-2.8.0 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.8/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -24,7 +24,7 @@ PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc PKG_SYSCONFSUBDIR= bonobo-activation EGDIR= ${PREFIX}/share/examples/bonobo-activation diff --git a/devel/libbonobo/PLIST b/devel/libbonobo/PLIST index 04ef0872de3..29d60d45451 100644 --- a/devel/libbonobo/PLIST +++ b/devel/libbonobo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/06/20 20:37:32 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/09/21 16:45:12 jmmv Exp $ bin/activation-client bin/bonobo-activation-run-query bin/bonobo-slay @@ -56,9 +56,6 @@ lib/bonobo/monikers/libmoniker_std_2.so lib/bonobo/servers/Bonobo_CosNaming_NamingContext.server lib/bonobo/servers/Bonobo_Moniker_std.server lib/bonobo/servers/Bonobo_Sample_Echo.server -lib/bonobo/servers/broken.server -lib/bonobo/servers/empty.server -lib/bonobo/servers/plugin.server lib/libbonobo-2.a lib/libbonobo-2.la lib/libbonobo-2.so @@ -77,6 +74,95 @@ lib/pkgconfig/libbonobo-2.0.pc libexec/bonobo-activation-server man/man1/bonobo-activation-server.1 sbin/bonobo-activation-sysconf +share/doc/bonobo-activation/api-reference.html +share/doc/bonobo-activation/architecture.html +share/doc/bonobo-activation/async-activation.html +share/doc/bonobo-activation/attribute-tag.html +share/doc/bonobo-activation/bonobo-activation-Debugging.html +share/doc/bonobo-activation/bonobo-activation-Initialization.html +share/doc/bonobo-activation/bonobo-activation-Query-and-Activation.html +share/doc/bonobo-activation/bonobo-activation-Registration.html +share/doc/bonobo-activation/bonobo-activation-Utilities.html +share/doc/bonobo-activation/bonobo-activation.devhelp +share/doc/bonobo-activation/bonobo-activation.png +share/doc/bonobo-activation/checklist.html +share/doc/bonobo-activation/configuring.html +share/doc/bonobo-activation/home.png +share/doc/bonobo-activation/index.html +share/doc/bonobo-activation/index.sgml +share/doc/bonobo-activation/left.png +share/doc/bonobo-activation/lgpl.html +share/doc/bonobo-activation/migrating.html +share/doc/bonobo-activation/query-langage.html +share/doc/bonobo-activation/query-syntax.html +share/doc/bonobo-activation/right.png +share/doc/bonobo-activation/server-arch.html +share/doc/bonobo-activation/server-xml-reference.html +share/doc/bonobo-activation/style.css +share/doc/bonobo-activation/terms.html +share/doc/bonobo-activation/tutorial.html +share/doc/bonobo-activation/up.png +share/doc/libbonobo/debugging.html +share/doc/libbonobo/factories.html +share/doc/libbonobo/general.html +share/doc/libbonobo/home.png +share/doc/libbonobo/index.html +share/doc/libbonobo/index.sgml +share/doc/libbonobo/left.png +share/doc/libbonobo/libbonobo-bonobo-app-client.html +share/doc/libbonobo/libbonobo-bonobo-application.html +share/doc/libbonobo/libbonobo-bonobo-arg.html +share/doc/libbonobo/libbonobo-bonobo-config-database.html +share/doc/libbonobo/libbonobo-bonobo-context.html +share/doc/libbonobo/libbonobo-bonobo-event-source.html +share/doc/libbonobo/libbonobo-bonobo-exception.html +share/doc/libbonobo/libbonobo-bonobo-generic-factory.html +share/doc/libbonobo/libbonobo-bonobo-i18n.html +share/doc/libbonobo/libbonobo-bonobo-item-container.html +share/doc/libbonobo/libbonobo-bonobo-item-handler.html +share/doc/libbonobo/libbonobo-bonobo-listener.html +share/doc/libbonobo/libbonobo-bonobo-main.html +share/doc/libbonobo/libbonobo-bonobo-moniker-context.html +share/doc/libbonobo/libbonobo-bonobo-moniker-extender.html +share/doc/libbonobo/libbonobo-bonobo-moniker-simple.html +share/doc/libbonobo/libbonobo-bonobo-moniker-util.html +share/doc/libbonobo/libbonobo-bonobo-moniker.html +share/doc/libbonobo/libbonobo-bonobo-object.html +share/doc/libbonobo/libbonobo-bonobo-persist-client.html +share/doc/libbonobo/libbonobo-bonobo-persist-file.html +share/doc/libbonobo/libbonobo-bonobo-persist-stream.html +share/doc/libbonobo/libbonobo-bonobo-persist.html +share/doc/libbonobo/libbonobo-bonobo-property-bag-client.html +share/doc/libbonobo/libbonobo-bonobo-property-bag.html +share/doc/libbonobo/libbonobo-bonobo-running-context.html +share/doc/libbonobo/libbonobo-bonobo-shlib-factory.html +share/doc/libbonobo/libbonobo-bonobo-shutdown.html +share/doc/libbonobo/libbonobo-bonobo-storage-memory.html +share/doc/libbonobo/libbonobo-bonobo-storage.html +share/doc/libbonobo/libbonobo-bonobo-stream-client.html +share/doc/libbonobo/libbonobo-bonobo-stream-memory.html +share/doc/libbonobo/libbonobo-bonobo-types.html +share/doc/libbonobo/libbonobo-faq.html +share/doc/libbonobo/libbonobo.devhelp +share/doc/libbonobo/misc.html +share/doc/libbonobo/monikers-overview.html +share/doc/libbonobo/monikers.html +share/doc/libbonobo/persist-file.png +share/doc/libbonobo/persist-storage.png +share/doc/libbonobo/persist-stream.png +share/doc/libbonobo/persist.html +share/doc/libbonobo/persist.png +share/doc/libbonobo/properties.html +share/doc/libbonobo/property-bags.html +share/doc/libbonobo/refcounting.html +share/doc/libbonobo/right.png +share/doc/libbonobo/running-context.png +share/doc/libbonobo/storage.png +share/doc/libbonobo/stream.png +share/doc/libbonobo/streams.html +share/doc/libbonobo/style.css +share/doc/libbonobo/unknown.png +share/doc/libbonobo/up.png share/examples/bonobo-activation/bonobo-activation-config.xml share/idl/bonobo-2.0/Bonobo.idl share/idl/bonobo-2.0/Bonobo_Application.idl @@ -108,6 +194,7 @@ ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/libbonobo-2.0.mo +${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/libbonobo-2.0.mo @@ -141,6 +228,8 @@ ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/libbonobo-2.0.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/libbonobo-2.0.mo +${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/libbonobo-2.0.mo +${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/libbonobo-2.0.mo ${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 @@ -168,10 +257,8 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo @dirrm share/idl/bonobo-2.0 @comment in ORBit2: @dirrm share/idl @dirrm share/examples/bonobo-activation -@exec ${MKDIR} %D/share/doc/html/libbonobo -@dirrm share/doc/html/libbonobo -@exec ${MKDIR} %D/share/doc/html/bonobo-activation -@dirrm share/doc/html/bonobo-activation +@dirrm share/doc/libbonobo +@dirrm share/doc/bonobo-activation @comment in ORBit2: @dirrm lib/orbit-2.0 @dirrm lib/bonobo/servers @unexec ${RMDIR} %D/lib/bonobo/monikers 2>/dev/null || ${TRUE} diff --git a/devel/libbonobo/buildlink3.mk b/devel/libbonobo/buildlink3.mk index e8ee78b3929..4baea6d74a4 100644 --- a/devel/libbonobo/buildlink3.mk +++ b/devel/libbonobo/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2004/05/15 11:24:20 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2004/09/21 16:45:12 jmmv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBBONOBO_BUILDLINK3_MK:= ${LIBBONOBO_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibbonobo} BUILDLINK_PACKAGES+= libbonobo .if !empty(LIBBONOBO_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libbonobo+= libbonobo>=2.6.0 +BUILDLINK_DEPENDS.libbonobo+= libbonobo>=2.8.0 BUILDLINK_PKGSRCDIR.libbonobo?= ../../devel/libbonobo BUILDLINK_FILES.libbonobo+= share/idl/bonobo-2.0/* diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo index 66cd4735bf0..ea7ae810080 100644 --- a/devel/libbonobo/distinfo +++ b/devel/libbonobo/distinfo @@ -1,8 +1,7 @@ -$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 $ +$NetBSD: distinfo,v 1.11 2004/09/21 16:45:12 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2004/09/21 16:45:12 jmmv Exp $ -SHA1 (libbonobo-2.6.2.tar.bz2) = c5e63619c86bbf24282620bff05194caa86286da -Size (libbonobo-2.6.2.tar.bz2) = 1055680 bytes +SHA1 (libbonobo-2.8.0.tar.bz2) = db9e4ad69166697ef0acb89c406eb3021351655f +Size (libbonobo-2.8.0.tar.bz2) = 1460478 bytes SHA1 (patch-aa) = 4f7b7a16f7cba64206b5dccb021972a09efe9f55 SHA1 (patch-ab) = 320fc0a2be131a0ab6b200643fb733f80899a005 -SHA1 (patch-ae) = d1f6cfe8aa05d7ac1ae840762c440bca26a48727 diff --git a/devel/libbonobo/patches/patch-ae b/devel/libbonobo/patches/patch-ae deleted file mode 100644 index 549f79bbae7..00000000000 --- a/devel/libbonobo/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2004/04/14 20:23:41 adam Exp $ - ---- configure.orig Tue Apr 6 18:26:26 2004 -+++ configure -@@ -2059,7 +2059,7 @@ if test -z "`$INTLTOOL_PERL -v | fgrep ' - echo "$as_me: error: perl 5.x required for intltool" >&2;} - { (exit 1); exit 1; }; } - fi --if `perl -e "require XML::Parser" 2>/dev/null`; then -+if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - : - else - { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 |