pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ORBit2 Update to 2.12.0. This version corresponds...
details: https://anonhg.NetBSD.org/pkgsrc/rev/86042cf0c415
branches: trunk
changeset: 480854:86042cf0c415
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Sep 21 16:44:14 2004 +0000
description:
Update to 2.12.0. This version corresponds to GNOME 2.8.0.
2004-09-13 Mark McLoughlin <mark%skynet.ie@localhost>
* configure.in: Version 2.12.0.
2004-08-25 Michael Haubenwallner <michael.haubenwallner%salomon.at@localhost>
* src/orb/orb-core/allocators.c (ORBit_freekids_via_TypeCode_T):
Step over align-holes at the end of structures (bug#151023)
* src/orb/orb-core/corba-any.c
(ORBit_marshal_value) (ORBit_demarshal_value)
(ORBit_copy_value_core) (ORBit_value_equivalent):
Ditto.
* test/everything/everything.idl
test/everything/client.c
test/everything/structServer.c:
Added testcase for bug#151023, align-holes at the end of structures.
* test/everything/constants.h:
Ditto.
Added constants for CHAR and OCTET.
2004-08-19 Michael Meeks <michael%ximian.com@localhost>
* Version 2.11.2
* src/orb/GIOP/giop-recv-buffer.c
(giop_recv_list_destroy_queue_entry): unref the
ent's connection without the message queue lock
held.
* test/everything/client.c: bin stderr printfs
during thread tests, to avoid unhelpful rescheduling.
* src/orb/orb-core/orbit-small.c
(ORBit_small_unlisten_for_broken_full): use the
peek method, no need to try re-connecting just to
disconnect the 'broken' signal.
* src/orb/orb-core/corba-object.c
(CORBA_Object_release_cb): after a long audit;
unlock / lock around the giop connection unref;
this avoids the final connection release
deadlocking vs. a pending call in the I/O
thread needing this lock.
(ORBit_object_peek_connection): impl.
2004-08-19 Magnus Therning <magnus%therning.org@localhost>
* src/idl-compiler/orbit-idl-backend.c: fix
bit-field assignments.
2004-08-10 Michael Meeks <michael%ximian.com@localhost>
* test/everything/basicServer.c
(BasicServer_testBoolString): impl.
2004-08-11 Kjartan Maraas <kmaraas%gnome.org@localhost>
* src/idl-compiler/orbit-idl-c-backend.c: (orbit_idl_output_c):
0 vs NULL.
* src/idl-compiler/orbit-idl-c-common.c: (cc_output_typecodes):i
Same here.
* src/idl-compiler/orbit-idl-c-utils.c:
(orbit_cbe_get_typespec_str): Same here too.
* src/orb/dynamic/dynany.c: (DynamicAny_DynUnion_member_name):
0 vs NULL and add some casts.
* src/orb/orb-core/allocators.c: (ORBit_freekids_via_TypeCode_T):
0 vs NULL fixes.
* src/orb/orb-core/corba-object.c: (ORBit_objref_find):
Same again.
* src/services/name/boot.c: (main): And again.
* test/echo-srv.c: (echo_srv_finish_object), (echo_srv_finish_poa):
And again.
2004-08-10 Mark McLoughlin <mark%skynet.ie@localhost>
* src/orb/orb-core/iop-profiles.c: (IOP_start_profiles),
(IOP_TAG_CODE_SETS_demarshal): don't initialize the sequence
using structure initialization, but rather zero the structure
contents. Fixes bug #147255, which admittedly is really a
gcc on powerpc bug, but this code is nicer anyway.
2004-08-08 Gustavo J. A. M. Carneiro <gustavo%users.sourceforge.net@localhost>
* src/orb/orb-core/corba-any.c (ORBit_sequence_remove):
Impl. method to remove a single element in an ORBit sequence.
* include/orbit/orb-core/orbit-small.h: Add ORBit_sequence_remove
prototype.
* test/everything/client.c (testSequenceHelpers): Test
ORBit_sequence_remove.
2004-07-30 Mark McLoughlin <mark%skynet.ie@localhost>
* test/test-corbaloc.c: "\%" isn't a valid escape sequence,
so just use "%". From d.binderman%virgin.net@localhost.
2004-07-07 Frank Rehberger <frehberg%mole.xtradyne.de@localhost>
* Revert to Version 2.11.x and Add Version ORBit2-2.11.1
(developer release only)
2004-07-07 Frank Rehberger <frehberg%gnome-de.org@localhost>
* Add Version ORBit2-2.12.0
2004-06-22 Chris Landrieu <perotin101%yahoo.com@localhost>
* src/orb/orb-core/allocators.c (ORBit_freekids_via_TypeCode_T):
add missing pre-align for struct/except types. Complicate the
union alignment rules.
2004-05-30 Christophe Saout <christophe%saout.de@localhost>
* src/orb/orb-core/corba-any.c:
(ORBit_marshal_value, ORBit_demarshal_value): Fix broken wstring
support. Marshal/demarshal the correct number of bytes on the
wire and negotiate the UTF-16 byte ordering using an optional
endianess marker. Also works now with JacORB.
2004-05-30 Christophe Saout <christophe%saout.de@localhost>
* src/services/imodule/orbit-imodule-utils.c
(ORBit_imodule_get_typecode): set c_align in nested array
typecodes that are not handled by ORBit_imodule_find_c_align.
2004-05-17 Michael Meeks <michael%ximian.com@localhost>
* ORBit-2.0.pc.in: prune pkgconfig cruft.
2004-05-14 Fernando Herrera <fherrera%onirica.com@localhost>
* src/idl-compiler/orbit-idl-c-backend.c: (out_for_pass):
clobber LC_ALL because cpp tranlates some strings in some
locales during dep files generation that makes compilation
fails. Fixes bug #142546.
2004-05-08 Frank Rehberger <frehberg%gnome-de.org@localhost>
* src/orb/orb-core/iop-profiles.c (IOP_start_profiles): orbit
generated profiles contain full codeset data structures
(IOP_component_free): freeing codeset structures
(CodeSetComponent_marshal): marshal codeset structures
(CodeSetComponent_demarshal): demarshal codeset structures
* src/orb/orb-core/iop-profiles.h (IOP_PROFILES_CODE_SET_*):
declare known code-sets, but UTF8 and UTF16 supported only.
(struct IOP_TAG_CODE_SETS_info): complete CodeSet data structure
using CONV_FRAME_CodeSetComponentInfo.
* src/orb/orb-core/corba-orb.c: variable orbit_use_corbaloc must
be of type gboolean.
diffstat:
net/ORBit2/Makefile | 6 +++---
net/ORBit2/PLIST | 13 +------------
net/ORBit2/buildlink3.mk | 4 ++--
net/ORBit2/distinfo | 6 +++---
4 files changed, 9 insertions(+), 20 deletions(-)
diffs (75 lines):
diff -r c54f2ddbb095 -r 86042cf0c415 net/ORBit2/Makefile
--- a/net/ORBit2/Makefile Tue Sep 21 16:43:52 2004 +0000
+++ b/net/ORBit2/Makefile Tue Sep 21 16:44:14 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2004/07/09 22:06:54 recht Exp $
+# $NetBSD: Makefile,v 1.34 2004/09/21 16:44:14 jmmv Exp $
#
-DISTNAME= ORBit2-2.10.3
+DISTNAME= ORBit2-2.12.0
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.10/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh%NetBSD.org@localhost
diff -r c54f2ddbb095 -r 86042cf0c415 net/ORBit2/PLIST
--- a/net/ORBit2/PLIST Tue Sep 21 16:43:52 2004 +0000
+++ b/net/ORBit2/PLIST Tue Sep 21 16:44:14 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/05/09 16:30:24 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/09/21 16:44:14 jmmv Exp $
bin/ior-decode-2
bin/linc-cleanup-sockets
bin/orbit-idl-2
@@ -73,20 +73,9 @@
lib/pkgconfig/ORBit-idl-2.0.pc
lib/pkgconfig/ORBit-imodule-2.0.pc
share/aclocal/ORBit2.m4
-share/doc/ORBit2/ORBit2-orbit2-allocators.html
-share/doc/ORBit2/ORBit2-orbit2-small.html
-share/doc/ORBit2/ORBit2.devhelp
-share/doc/ORBit2/general.html
-share/doc/ORBit2/home.png
-share/doc/ORBit2/index.html
-share/doc/ORBit2/index.sgml
-share/doc/ORBit2/left.png
-share/doc/ORBit2/right.png
-share/doc/ORBit2/up.png
share/idl/orbit-2.0/CosNaming.idl
@dirrm share/idl/orbit-2.0
@unexec ${RMDIR} %D/share/idl 2>/dev/null || ${TRUE}
-@dirrm share/doc/ORBit2
@dirrm lib/orbit-2.0
@dirrm include/orbit-2.0/orbit/util
@dirrm include/orbit-2.0/orbit/poa
diff -r c54f2ddbb095 -r 86042cf0c415 net/ORBit2/buildlink3.mk
--- a/net/ORBit2/buildlink3.mk Tue Sep 21 16:43:52 2004 +0000
+++ b/net/ORBit2/buildlink3.mk Tue Sep 21 16:44:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2004/04/13 21:34:18 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2004/09/21 16:44:14 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
ORBIT2_BUILDLINK3_MK:= ${ORBIT2_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
BUILDLINK_PACKAGES+= ORBit2
.if !empty(ORBIT2_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.ORBit2+= ORBit2>=2.10.0
+BUILDLINK_DEPENDS.ORBit2+= ORBit2>=2.12.0
BUILDLINK_PKGSRCDIR.ORBit2?= ../../net/ORBit2
PRINT_PLIST_AWK+= /^@dirrm lib\/orbit-2.0$$/ \
diff -r c54f2ddbb095 -r 86042cf0c415 net/ORBit2/distinfo
--- a/net/ORBit2/distinfo Tue Sep 21 16:43:52 2004 +0000
+++ b/net/ORBit2/distinfo Tue Sep 21 16:44:14 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2004/07/09 22:06:54 recht Exp $
+$NetBSD: distinfo,v 1.20 2004/09/21 16:44:14 jmmv Exp $
-SHA1 (ORBit2-2.10.3.tar.bz2) = 829d7e387b4da8e085817aa04905881714823a2c
-Size (ORBit2-2.10.3.tar.bz2) = 649717 bytes
+SHA1 (ORBit2-2.12.0.tar.bz2) = 76bdfbfb6ac797aa2075b7c6de40df916129fc77
+Size (ORBit2-2.12.0.tar.bz2) = 666898 bytes
Home |
Main Index |
Thread Index |
Old Index