diff options
author | agc <agc@pkgsrc.org> | 1998-10-05 14:02:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-05 14:02:06 +0000 |
commit | 39de8ad010f9091b575e479ad2ecd41ece9c29b7 (patch) | |
tree | db0cf3eb809bf95f9b68f961bb31993fd25f95f2 /corba/ORBit | |
parent | 146659cf1deff5344a767c894c389757a8e6a32a (diff) | |
download | pkgsrc-39de8ad010f9091b575e479ad2ecd41ece9c29b7.tar.gz |
Upgrade to version 0.3.0 of ORBit (a high-performance CORBA ORB with
support for the C language).
Diffstat (limited to 'corba/ORBit')
-rw-r--r-- | corba/ORBit/Makefile | 8 | ||||
-rw-r--r-- | corba/ORBit/files/md5 | 4 | ||||
-rw-r--r-- | corba/ORBit/patches/patch-aa | 12 | ||||
-rw-r--r-- | corba/ORBit/patches/patch-ad | 14 | ||||
-rw-r--r-- | corba/ORBit/patches/patch-ag | 16 | ||||
-rw-r--r-- | corba/ORBit/pkg/PLIST | 72 |
6 files changed, 60 insertions, 66 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index 21ca2e4e610..4e85b0df8f0 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1998/09/04 22:00:45 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/10/05 14:02:06 agc Exp $ # -DISTNAME= ORBit-0.2.1 +DISTNAME= ORBit-0.3.0 CATEGORIES= corba -MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/ +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/ORBit/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ @@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/ GNU_CONFIGURE= yes USE_LIBTOOL= yes -DEPENDS+= glib-1.1.2:../../devel/glib +DEPENDS+= glib-1.1.3:../../devel/glib DEPENDS+= gindent-1.9.1:../../devel/gindent LIBTOOL_FLAGS= --install-la diff --git a/corba/ORBit/files/md5 b/corba/ORBit/files/md5 index db64fc1f255..eeeeda41780 100644 --- a/corba/ORBit/files/md5 +++ b/corba/ORBit/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1 1998/08/20 22:07:24 agc Exp $ +$NetBSD: md5,v 1.2 1998/10/05 14:02:07 agc Exp $ -MD5 (ORBit-0.2.1.tar.gz) = 0cb385f17dc6cf80b450bf0fb2256aeb +MD5 (ORBit-0.3.0.tar.gz) = b714070c52eed2a57189ed2d56f88e75 diff --git a/corba/ORBit/patches/patch-aa b/corba/ORBit/patches/patch-aa deleted file mode 100644 index e303938f148..00000000000 --- a/corba/ORBit/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1 1998/08/20 22:07:25 agc Exp $ - ---- src/orb/orbit_poa.c.orig Thu Aug 13 21:11:35 1998 -+++ src/orb/orbit_poa.c Mon Aug 17 00:18:29 1998 -@@ -29,7 +29,6 @@ - * - */ - --#include <alloca.h> - #include <string.h> - #include "orbit.h" - #include "orbit_poa_type.h" diff --git a/corba/ORBit/patches/patch-ad b/corba/ORBit/patches/patch-ad deleted file mode 100644 index 36f52913496..00000000000 --- a/corba/ORBit/patches/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ad,v 1.1 1998/08/20 22:07:25 agc Exp $ - -Include <sys/types.h> before <machine/endian.h> - ---- src/ORBitutil/machine_endian.awk 1998/08/19 10:47:19 1.1 -+++ src/ORBitutil/machine_endian.awk 1998/08/19 10:47:50 -@@ -8,6 +8,7 @@ - - END { - if (def["HAVE_MACHINE_ENDIAN_H"] || def["HAVE_ENDIAN_H"] || def["HAVE_SYS_MACHINE_H"] || def["HAVE_SYS_ENDIAN_H"]) { -+ print "#include <sys/types.h>"; - if (def["HAVE_MACHINE_ENDIAN_H"]) - print "#include <machine/endian.h>"; - if (def["HAVE_MACHINE_TYPES_H"]) diff --git a/corba/ORBit/patches/patch-ag b/corba/ORBit/patches/patch-ag new file mode 100644 index 00000000000..1c1a6fa7407 --- /dev/null +++ b/corba/ORBit/patches/patch-ag @@ -0,0 +1,16 @@ +$NetBSD: patch-ag,v 1.1 1998/10/05 14:02:07 agc Exp $ + +Name the idl file explicitly, or orbit-idl complains (this may +be a gmake problem). + +--- src/services/name/Makefile.in 1998/10/05 13:33:08 1.1 ++++ src/services/name/Makefile.in 1998/10/05 13:33:21 +@@ -510,7 +510,7 @@ + + name.h name-common.c name-stubs.c name-skels.c: name.idl \ + $(top_builddir)/src/idl-compiler/orbit-idl +- $(top_builddir)/src/idl-compiler/orbit-idl $< ++ $(top_builddir)/src/idl-compiler/orbit-idl name.idl + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/corba/ORBit/pkg/PLIST b/corba/ORBit/pkg/PLIST index b56bd0dc787..f2dd34a3924 100644 --- a/corba/ORBit/pkg/PLIST +++ b/corba/ORBit/pkg/PLIST @@ -1,23 +1,49 @@ -@comment $NetBSD: PLIST,v 1.1 1998/08/20 22:07:25 agc Exp $ -bin/orbit-config +@comment $NetBSD: PLIST,v 1.2 1998/10/05 14:02:07 agc Exp $ +lib/libIDL.so.5.0 +lib/libIDL.la +lib/libIDL.a +lib/libORBitutil.so.3.0 +lib/libORBitutil.la +lib/libORBitutil.a +lib/libIIOP.so.3.0 +lib/libIIOP.la +lib/libIIOP.a +lib/libORBit.so.3.0 +lib/libORBit.la +lib/libORBit.a bin/orbit-idl +bin/naming-client +bin/orbit-naming-server +bin/orbit-config +include/libIDL/IDL.h +include/ORBitutil/basic_types.h +include/ORBitutil/thread-safety.h +include/ORBitutil/trace.h +include/ORBitutil/util.h +include/ORBitutil/compat.h include/IIOP/IIOP-config.h include/IIOP/IIOP-types.h include/IIOP/IIOP.h include/IIOP/giop-msg-buffer.h include/IIOP/iiop-encoders.h include/IIOP/iiop-endian.h -include/ORBitutil/basic_types.h -include/ORBitutil/compat.h -include/ORBitutil/machine_endian.h -include/ORBitutil/thread-safety.h -include/ORBitutil/trace.h -include/ORBitutil/util.h -include/libIDL/IDL.h include/orb/allocator-defs.h include/orb/allocators.h include/orb/boa.h include/orb/cdr.h +include/orb/dii.h +include/orb/dynany.h +include/orb/env.h +include/orb/iop.h +include/orb/ir.h +include/orb/options.h +include/orb/orb.h +include/orb/orbit.h +include/orb/orbit_config.h +include/orb/orbit_types.h +include/orb/poa.h +include/orb/sequences.h +include/orb/typecode.h include/orb/corba_any.h include/orb/corba_any_type.h include/orb/corba_basic_sequences_type.h @@ -34,34 +60,12 @@ include/orb/corba_sequences.h include/orb/corba_sequences_type.h include/orb/corba_typecode.h include/orb/corba_typecode_type.h -include/orb/dii.h -include/orb/dynany.h -include/orb/env.h -include/orb/iop.h -include/orb/ir.h -include/orb/options.h -include/orb/orb.h -include/orb/orbit.h -include/orb/orbit_config.h include/orb/orbit_object.h include/orb/orbit_object_type.h include/orb/orbit_poa.h include/orb/orbit_poa_type.h -include/orb/orbit_types.h -include/orb/poa.h -include/orb/sequences.h -include/orb/typecode.h -lib/libIDL.a -lib/libIIOP.a -lib/libIIOP.la -lib/libIIOP.so.2.1 -lib/libORBit.a -lib/libORBit.la -lib/libORBit.so.2.1 -lib/libORBitutil.a -lib/libORBitutil.la -lib/libORBitutil.so.2.1 -@dirrm include/IIOP -@dirrm include/ORBitutil +info/libIDL.info @dirrm include/libIDL +@dirrm include/ORBitutil +@dirrm include/IIOP @dirrm include/orb |