diff options
author | rh <rh> | 2002-10-27 09:16:08 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-27 09:16:08 +0000 |
commit | a2475ecea53732b7fb8f136b92a86e639c88125b (patch) | |
tree | bac862dc58d0f715e41aef837aaf3395e15e13a2 /net/ORBit2 | |
parent | 5fc719585fa5ee9f8239c1268cb7b28175ad5357 (diff) | |
download | pkgsrc-a2475ecea53732b7fb8f136b92a86e639c88125b.tar.gz |
Update ORBit2 to 2.5.0. Provided in PR pkg/18707 by Julio Merino.
Changes include:
* bug fixes
+ HP/UX / ANSI fixes (Albert Chin)
+ imodule fixage (James Henstridge)
+ nested unions, structs, exceptions
+ fall-through case unions subnames
+ type mis-inclusion
+ request handler segv (Mark)
+ epv typecasts (Gergo)
+ improve generic marshaller (Michael)
+ fix TC_void's kind (Michael)
+ fix linc EOF locking interaction silly (Michael)
+ kill name server cruft (Mark)
+ fix linking for -pthread (Mark)
+ IDL compiler backend fix (Murray Cumming)
+ internal header / build fixes (Gergo Erdi)
* features
+ IDL compiler language backend API (Mark, Gergo)
NB. see module 'orbitcpp' for C++ bindings [!]
+ CORBA_Typecode API (Gergo)
+ IDL -> IInterface converter (Mark)
+ improved imodule handling (Mark)
+ more regression tests (Michael, James)
+ de-bloated IDL compiler -6k LOBC (Mark)
Diffstat (limited to 'net/ORBit2')
-rw-r--r-- | net/ORBit2/Makefile | 6 | ||||
-rw-r--r-- | net/ORBit2/PLIST | 5 | ||||
-rw-r--r-- | net/ORBit2/buildlink2.mk | 4 | ||||
-rw-r--r-- | net/ORBit2/distinfo | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 5da053d1aff..09719ce07ed 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2002/10/14 09:51:36 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/27 09:16:08 rh Exp $ # -DISTNAME= ORBit2-2.4.3 +DISTNAME= ORBit2-2.5.0 CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.4/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.5/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org diff --git a/net/ORBit2/PLIST b/net/ORBit2/PLIST index 276efaba3f8..a8154e952e3 100644 --- a/net/ORBit2/PLIST +++ b/net/ORBit2/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2002/10/14 09:51:36 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/27 09:16:08 rh Exp $ bin/ior-decode-2 bin/orbit-idl-2 bin/orbit2-config bin/typelib-dump include/orbit-2.0/ORBitservices/CosNaming.h include/orbit-2.0/ORBitservices/CosNaming_impl.h +include/orbit-2.0/orbit-idl/orbit-idl-backend.h include/orbit-2.0/orbit/GIOP/giop-basics.h include/orbit-2.0/orbit/GIOP/giop-connection.h include/orbit-2.0/orbit/GIOP/giop-endian.h @@ -72,6 +73,7 @@ lib/orbit-2.0/Everything_module.so.0 lib/orbit-2.0/Everything_module.so.0.0 lib/pkgconfig/ORBit-2.0.pc lib/pkgconfig/ORBit-CosNaming-2.0.pc +lib/pkgconfig/ORBit-idl-2.0.pc share/aclocal/ORBit2.m4 share/idl/orbit-2.0/CosNaming.idl @dirrm share/idl/orbit-2.0 @@ -81,6 +83,7 @@ share/idl/orbit-2.0/CosNaming.idl @dirrm include/orbit-2.0/orbit/orb-core @dirrm include/orbit-2.0/orbit/dynamic @dirrm include/orbit-2.0/orbit/GIOP +@dirrm include/orbit-2.0/orbit-idl @dirrm include/orbit-2.0/orbit @dirrm include/orbit-2.0/ORBitservices @dirrm include/orbit-2.0 diff --git a/net/ORBit2/buildlink2.mk b/net/ORBit2/buildlink2.mk index 5985dcaa443..62080aa537e 100644 --- a/net/ORBit2/buildlink2.mk +++ b/net/ORBit2/buildlink2.mk @@ -1,10 +1,10 @@ -# $NetBSD: buildlink2.mk,v 1.5 2002/09/23 19:57:30 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.6 2002/10/27 09:16:08 rh Exp $ .if !defined(ORBIT2_BUILDLINK2_MK) ORBIT2_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= orbit2 -BUILDLINK_DEPENDS.orbit2?= ORBit2>=2.4.0nb2 +BUILDLINK_DEPENDS.orbit2?= ORBit2>=2.5.0 BUILDLINK_PKGSRCDIR.orbit2?= ../../net/ORBit2 EVAL_PREFIX+= BUILDLINK_PREFIX.orbit2=orbit2 diff --git a/net/ORBit2/distinfo b/net/ORBit2/distinfo index d33aba0bcd5..eee6d42c24f 100644 --- a/net/ORBit2/distinfo +++ b/net/ORBit2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2002/10/14 09:51:36 wiz Exp $ +$NetBSD: distinfo,v 1.9 2002/10/27 09:16:09 rh Exp $ -SHA1 (ORBit2-2.4.3.tar.bz2) = eee9757ce93739bd2a4809c025b0ea2bba4983dd -Size (ORBit2-2.4.3.tar.bz2) = 447591 bytes +SHA1 (ORBit2-2.5.0.tar.bz2) = bce1b2ce54fbb0e2d699a2ebe0b9b46ef0284aca +Size (ORBit2-2.5.0.tar.bz2) = 429821 bytes SHA1 (patch-aa) = 41e3dd08b704ed3fc20161e2c151bfc58b969eaa SHA1 (patch-ab) = 1dee388a93179376810250207e52cebeb55af875 |