upgrade to ORBit 0.5.13

This commit is contained in:
brad 2002-02-24 22:43:59 +00:00
parent 943c137937
commit 9ed5a45fc1
16 changed files with 158 additions and 158 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.28 2001/10/25 01:58:54 brad Exp $
# $OpenBSD: Makefile,v 1.29 2002/02/24 22:43:59 brad Exp $
COMMENT= "high-performance CORBA ORB with support for the C language"
DISTNAME= ORBit-0.5.8
DISTNAME= ORBit-0.5.13
CATEGORIES= devel
NEED_VERSION= 1.474
NEED_VERSION= 1.500
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ORBit

3
devel/ORBit/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (ORBit-0.5.13.tar.gz) = 89b16a12e565798945b49e9f41d1db5d
RMD160 (ORBit-0.5.13.tar.gz) = 914e7722fb23f2a53aee7f3de12b5e744563b7dd
SHA1 (ORBit-0.5.13.tar.gz) = ea8d790b040356e90fd81aa98313c2c1b08f3bcf

View File

@ -1,3 +0,0 @@
MD5 (ORBit-0.5.8.tar.gz) = 602b23db8666274caf6cf87b7857d4a3
RMD160 (ORBit-0.5.8.tar.gz) = 852b23c1a796b95cea61ea9b297e933746f2adb0
SHA1 (ORBit-0.5.8.tar.gz) = 3b57676144490f75541837c689bc32900e7f9039

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1 2001/03/15 01:15:23 brad Exp $
--- configure.orig Wed Mar 14 17:34:52 2001
+++ configure Wed Mar 14 17:35:47 2001
@@ -3450,7 +3450,7 @@
$OpenBSD: patch-configure,v 1.2 2002/02/24 22:43:59 brad Exp $
--- configure.orig Mon Jan 7 04:09:58 2002
+++ configure Sun Feb 24 16:56:17 2002
@@ -3450,7 +3450,7 @@ for I in $LDFLAGS $LIBS -L/usr/lib; do
-L*)
THEFILE="`echo $I | sed -e 's,^-L,,'`"
echo "From $I, checking in dir $THEFILE for libwrap.so" 1>&5
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.1 2001/03/15 01:15:23 brad Exp $
LIB_WRAP=-lwrap
echo "Found $THEFILE/libwrap.so" 1>&5
break
@@ -3485,7 +3485,7 @@
@@ -3485,7 +3485,7 @@ if test -n "$LIBWRAP_PATH"; then
fi
LIB_NSL=
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.1 2001/03/15 01:15:23 brad Exp $
echo $ac_n "checking whether -lwrap requires -lnsl""... $ac_c" 1>&6
echo "configure:3491: checking whether -lwrap requires -lnsl" >&5
ORIG_LIBS="$LIBS"
@@ -3555,7 +3555,7 @@
@@ -3555,7 +3555,7 @@ else
HAVE_HOSTS_ACCESS_TRUE='#'
HAVE_HOSTS_ACCESS_FALSE=
fi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.1 2001/03/15 01:15:23 brad Exp $
--- configure.in.orig Tue Jan 30 15:49:57 2001
+++ configure.in Wed Mar 14 17:33:43 2001
@@ -161,7 +161,7 @@
$OpenBSD: patch-configure_in,v 1.2 2002/02/24 22:43:59 brad Exp $
--- configure.in.orig Mon Jan 7 04:09:28 2002
+++ configure.in Sun Feb 24 16:56:17 2002
@@ -161,7 +161,7 @@ for I in $LDFLAGS $LIBS -L/usr/lib; do
-L*)
THEFILE="`echo $I | sed -e 's,^-L,,'`"
echo "From $I, checking in dir $THEFILE for libwrap.so" 1>&5
@ -10,7 +10,7 @@ $OpenBSD: patch-configure_in,v 1.1 2001/03/15 01:15:23 brad Exp $
LIB_WRAP=-lwrap
echo "Found $THEFILE/libwrap.so" 1>&5
break
@@ -197,7 +197,7 @@
@@ -197,7 +197,7 @@ fi
dnl find out if we need -lnsl or whatever
LIB_NSL=
@ -19,7 +19,7 @@ $OpenBSD: patch-configure_in,v 1.1 2001/03/15 01:15:23 brad Exp $
AC_MSG_CHECKING(whether -lwrap requires -lnsl)
ORIG_LIBS="$LIBS"
LIBS="$LIBWRAP_PATH $LIB_WRAP $LIBS"
@@ -227,7 +227,7 @@
@@ -227,7 +227,7 @@ fi
AC_SUBST(LIBWRAP_PATH)
AC_SUBST(LIB_WRAP)
AM_CONDITIONAL(HAVE_HOSTS_ACCESS, test -n "$LIBWRAP_PATH")

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-libIDL_Makefile_in,v 1.1 2001/03/08 15:01:16 brad Exp $
--- libIDL/Makefile.in.orig Tue Jan 30 17:55:59 2001
+++ libIDL/Makefile.in Tue Mar 6 23:03:52 2001
$OpenBSD: patch-libIDL_Makefile_in,v 1.2 2002/02/24 22:43:59 brad Exp $
--- libIDL/Makefile.in.orig Mon Jan 7 04:23:50 2002
+++ libIDL/Makefile.in Sun Feb 24 16:56:17 2002
@@ -90,7 +90,7 @@ LT_CURRENT = @LT_CURRENT@
LT_RELEASE = @LT_RELEASE@
LT_REVISION = @LT_REVISION@
@ -10,7 +10,7 @@ $OpenBSD: patch-libIDL_Makefile_in,v 1.1 2001/03/08 15:01:16 brad Exp $
OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
@@ -120,7 +120,7 @@ BUILT_SOURCES = lexer.c parser.c parser.
@@ -121,7 +121,7 @@ BUILT_SOURCES = lexer.c parser.c parser.
libIDL_la_SOURCES = parser.c parser.h lexer.c ns.c util.c util.h rename.h

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltconfig,v 1.4 2001/09/26 03:08:12 pvalchev Exp $
--- ltconfig.orig Sun May 13 01:12:26 2001
+++ ltconfig Mon Sep 24 18:34:15 2001
@@ -501,7 +501,14 @@
$OpenBSD: patch-ltconfig,v 1.5 2002/02/24 22:43:59 brad Exp $
--- ltconfig.orig Mon Jan 7 04:09:54 2002
+++ ltconfig Sun Feb 24 16:56:18 2002
@@ -501,7 +501,14 @@ fi
if test -n "$RANLIB"; then
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
@ -17,7 +17,7 @@ $OpenBSD: patch-ltconfig,v 1.4 2001/09/26 03:08:12 pvalchev Exp $
fi
# Set sane defaults for `DLLTOOL', `OBJDUMP', and `AS', used on cygwin.
@@ -1105,7 +1112,9 @@
@@ -1105,7 +1112,9 @@ cygwin* | mingw*)
with_gnu_ld=no
fi
;;
@ -28,7 +28,7 @@ $OpenBSD: patch-ltconfig,v 1.4 2001/09/26 03:08:12 pvalchev Exp $
esac
ld_shlibs=yes
@@ -1402,10 +1411,21 @@
@@ -1402,10 +1411,21 @@ else
;;
openbsd*)
@ -52,7 +52,7 @@ $OpenBSD: patch-ltconfig,v 1.4 2001/09/26 03:08:12 pvalchev Exp $
;;
os2*)
@@ -2021,9 +2041,23 @@
@@ -2021,9 +2041,23 @@ netbsd*)
openbsd*)
version_type=sunos

View File

@ -1,11 +1,11 @@
--- orbit-config.in.orig Fri Oct 8 00:49:07 1999
+++ orbit-config.in Wed Mar 14 17:05:42 2001
@@ -87,7 +87,7 @@
--- orbit-config.in.orig Wed Sep 19 13:09:00 2001
+++ orbit-config.in Sun Feb 24 16:57:43 2002
@@ -87,7 +87,7 @@ while test $# -gt 0; do
;;
client|server)
- the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
+ the_libs="$the_libs -L$libdir -lORBit -lIIOP @LIB_WRAP@ -lORBitutil `glib-config --libs` @LIBS@ -lm"
the_flags="$the_flags `glib-config --cflags` -I$includedir "
;;
the_flags="$the_flags `glib-config --cflags` "
test "x$includedir" = "x/usr/include" \
|| the_flags="$the_flags -I$includedir "

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-src_IIOP_connection_c,v 1.1 2001/03/08 15:01:19 brad Exp $
--- src/IIOP/connection.c.orig Fri Feb 18 10:55:30 2000
+++ src/IIOP/connection.c Tue Mar 6 23:08:50 2001
$OpenBSD: patch-src_IIOP_connection_c,v 1.2 2002/02/24 22:43:59 brad Exp $
--- src/IIOP/connection.c.orig Tue Oct 2 03:19:18 2001
+++ src/IIOP/connection.c Sun Feb 24 16:56:19 2002
@@ -1,3 +1,6 @@
+#include <sys/types.h>
+#include <sys/param.h>
+#include <stdio.h>
#include "config.h"
#ifndef _XOPEN_SOURCE_EXTENDED
#if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED)
# define _XOPEN_SOURCE_EXTENDED 1
@@ -13,7 +16,6 @@
#include <stdlib.h>

View File

@ -1,6 +1,6 @@
--- src/daemons/interface_repository/Makefile.in.orig Tue Jan 30 15:56:19 2001
+++ src/daemons/interface_repository/Makefile.in Wed Mar 14 17:10:31 2001
@@ -102,7 +102,7 @@
--- src/daemons/interface_repository/Makefile.in.orig Mon Jan 7 04:23:57 2002
+++ src/daemons/interface_repository/Makefile.in Sun Feb 24 16:56:20 2002
@@ -102,7 +102,7 @@ orbit_ird_DEPENDENCIES = $(top_builddir)
orbit_ird_LDFLAGS = -static

View File

@ -1,6 +1,6 @@
--- src/services/event/Makefile.in.orig Tue Jan 30 15:56:16 2001
+++ src/services/event/Makefile.in Wed Mar 14 17:09:04 2001
@@ -115,7 +115,7 @@
--- src/services/event/Makefile.in.orig Mon Jan 7 04:23:56 2002
+++ src/services/event/Makefile.in Sun Feb 24 16:56:20 2002
@@ -109,7 +109,7 @@ noinst_PROGRAMS = event-consumer #event-
DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la

View File

@ -1,6 +1,6 @@
--- src/services/name/Makefile.in.orig Tue Jan 30 15:56:13 2001
+++ src/services/name/Makefile.in Wed Mar 14 17:07:50 2001
@@ -123,7 +123,7 @@
--- src/services/name/Makefile.in.orig Mon Jan 7 04:23:55 2002
+++ src/services/name/Makefile.in Sun Feb 24 16:56:20 2002
@@ -122,7 +122,7 @@ CLEANFILES = my_cosnaming_built
DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la libORBitCosNaming.la

View File

@ -1,25 +1,24 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1 2000/09/16 20:01:31 brad Exp $
# $OpenBSD: DEINSTALL,v 1.2 2002/02/24 22:43:59 brad Exp $
#
# ORBit de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/orbitrc
if [ -f $CONFIG_FILE ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_FILE"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -f $CONFIG_FILE"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

View File

@ -1,11 +1,8 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1 2000/09/16 20:01:31 brad Exp $
# $OpenBSD: INSTALL,v 1.2 2002/02/24 22:43:59 brad Exp $
#
# Pre/post-installation setup of ORBit
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/orbitrc
@ -13,27 +10,26 @@ SAMPLE_CONFIG_FILE=$PREFIX/share/examples/orbit/orbitrc-sample
do_notice()
{
echo
echo "+---------------"
echo "| The existing $1 configuration file, $CONFIG_FILE,"
echo "| has NOT been changed. You may want to compare it to the"
echo "| current sample file, $SAMPLE_CONFIG_FILE,"
echo "| and update your configuration as needed."
echo "+---------------"
echo
echo
echo "+---------------"
echo "| The existing $1 configuration file, $CONFIG_FILE,"
echo "| has NOT been changed. You may want to compare it to the"
echo "| current sample file, $SAMPLE_CONFIG_FILE,"
echo "| and update your configuration as needed."
echo "+---------------"
echo
}
do_install()
{
install -o root -g wheel -m 644 $SAMPLE_CONFIG_FILE $CONFIG_FILE
echo
echo "+---------------"
echo "| The $1 configuration file, $CONFIG_FILE,"
echo "| has been installed. Please view this file and change"
echo "| the configuration to meet your needs"
echo "+---------------"
echo
install -o root -g wheel -m 644 $SAMPLE_CONFIG_FILE $CONFIG_FILE
echo
echo "+---------------"
echo "| The $1 configuration file, $CONFIG_FILE,"
echo "| has been installed. Please view this file and change"
echo "| the configuration to meet your needs"
echo "+---------------"
echo
}
# verify proper execution
@ -51,9 +47,9 @@ case $2 in
;;
POST-INSTALL)
if [ -f $CONFIG_FILE ]; then
do_notice $1
do_notice $1
else
do_install $1
do_install $1
fi
;;
*)

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PFRAG.shared,v 1.6 2001/06/27 14:54:56 brad Exp $
@comment $OpenBSD: PFRAG.shared,v 1.7 2002/02/24 22:44:00 brad Exp $
lib/libIDL.so.4.4
lib/libIIOP.so.5.8
lib/libORBit.so.5.8
lib/libORBitCosNaming.so.5.8
lib/libORBitutil.so.5.8
lib/libIIOP.so.5.13
lib/libORBit.so.5.13
lib/libORBitCosNaming.so.5.13
lib/libORBitutil.so.5.13
DYNLIBDIR(%B)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2001/06/27 14:54:56 brad Exp $
@comment $OpenBSD: PLIST,v 1.15 2002/02/24 22:44:00 brad Exp $
bin/libIDL-config
bin/name-client
bin/old-name-server
@ -7,69 +7,63 @@ bin/orbit-event-server
bin/orbit-idl
bin/orbit-ird
bin/orbit-name-server
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/ORBitservices/CosEventChannel.idl
include/ORBitservices/CosEventComm.idl
include/ORBitservices/CosNaming.h
include/ORBitservices/CosNaming.idl
include/ORBitservices/CosNaming_impl.h
include/ORBitservices/CosTypedEventChannel.idl
include/ORBitservices/CosTypedEventComm.idl
include/ORBitservices/LName.pidl
include/ORBitutil/basic_types.h
include/ORBitutil/compat.h
include/ORBitutil/orbit-os-config.h
include/ORBitutil/os-feature-alloca.h
include/ORBitutil/os-specifics.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/cdr.h
include/orb/corba_any.h
include/orb/corba_any_proto.h
include/orb/corba_any_type.h
include/orb/corba_basic_sequences_type.h
include/orb/corba_context.h
include/orb/corba_env.h
include/orb/corba_env_type.h
include/orb/corba_object.h
include/orb/corba_object_type.h
include/orb/corba_orb.h
include/orb/corba_orb_type.h
include/orb/corba_portableserver.h
include/orb/corba_portableserver_type.h
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/interface_repository.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_typecode.h
include/orb/orbit_types.h
include/orb/poa.h
include/orb/sequences.h
include/orb/typecode.h
include/orbit-idl2.h
include/libIDL-1.0/libIDL/IDL.h
include/orbit-1.0/IIOP/IIOP-config.h
include/orbit-1.0/IIOP/IIOP-types.h
include/orbit-1.0/IIOP/IIOP.h
include/orbit-1.0/IIOP/giop-msg-buffer.h
include/orbit-1.0/IIOP/iiop-encoders.h
include/orbit-1.0/IIOP/iiop-endian.h
include/orbit-1.0/ORBitservices/CosNaming.h
include/orbit-1.0/ORBitservices/CosNaming_impl.h
include/orbit-1.0/ORBitutil/basic_types.h
include/orbit-1.0/ORBitutil/compat.h
include/orbit-1.0/ORBitutil/orbit-os-config.h
include/orbit-1.0/ORBitutil/os-feature-alloca.h
include/orbit-1.0/ORBitutil/os-specifics.h
include/orbit-1.0/ORBitutil/thread-safety.h
include/orbit-1.0/ORBitutil/trace.h
include/orbit-1.0/ORBitutil/util.h
include/orbit-1.0/orb/allocator-defs.h
include/orbit-1.0/orb/allocators.h
include/orbit-1.0/orb/cdr.h
include/orbit-1.0/orb/corba_any.h
include/orbit-1.0/orb/corba_any_proto.h
include/orbit-1.0/orb/corba_any_type.h
include/orbit-1.0/orb/corba_basic_sequences_type.h
include/orbit-1.0/orb/corba_context.h
include/orbit-1.0/orb/corba_env.h
include/orbit-1.0/orb/corba_env_type.h
include/orbit-1.0/orb/corba_object.h
include/orbit-1.0/orb/corba_object_type.h
include/orbit-1.0/orb/corba_orb.h
include/orbit-1.0/orb/corba_orb_type.h
include/orbit-1.0/orb/corba_portableserver.h
include/orbit-1.0/orb/corba_portableserver_type.h
include/orbit-1.0/orb/corba_sequences.h
include/orbit-1.0/orb/corba_sequences_type.h
include/orbit-1.0/orb/corba_typecode.h
include/orbit-1.0/orb/corba_typecode_type.h
include/orbit-1.0/orb/dii.h
include/orbit-1.0/orb/dynany.h
include/orbit-1.0/orb/env.h
include/orbit-1.0/orb/interface_repository.h
include/orbit-1.0/orb/iop.h
include/orbit-1.0/orb/ir.h
include/orbit-1.0/orb/options.h
include/orbit-1.0/orb/orb.h
include/orbit-1.0/orb/orbit.h
include/orbit-1.0/orb/orbit_config.h
include/orbit-1.0/orb/orbit_object.h
include/orbit-1.0/orb/orbit_object_type.h
include/orbit-1.0/orb/orbit_poa.h
include/orbit-1.0/orb/orbit_poa_type.h
include/orbit-1.0/orb/orbit_typecode.h
include/orbit-1.0/orb/orbit_types.h
include/orbit-1.0/orb/poa.h
include/orbit-1.0/orb/sequences.h
include/orbit-1.0/orb/typecode.h
include/orbit-1.0/orbit-idl2.h
@unexec install-info --delete --info-dir=%D/info %D/info/libIDL.info
info/libIDL.info
@exec install-info --info-dir=%D/info %D/info/libIDL.info
@ -90,9 +84,20 @@ lib/liborbit-c-backend.a
share/aclocal/ORBit.m4
share/aclocal/libIDL.m4
share/examples/orbit/orbitrc-sample
share/idl/orbit-1.0/CosEventChannel.idl
share/idl/orbit-1.0/CosEventComm.idl
share/idl/orbit-1.0/CosNaming.idl
share/idl/orbit-1.0/CosTypedEventChannel.idl
share/idl/orbit-1.0/CosTypedEventComm.idl
share/idl/orbit-1.0/LName.pidl
@dirrm share/idl/orbit-1.0
@dirrm share/idl
@dirrm share/examples/orbit
@dirrm include/orb
@dirrm include/libIDL
@dirrm include/ORBitutil
@dirrm include/ORBitservices
@dirrm include/IIOP
@dirrm share/aclocal
@dirrm include/orbit-1.0/orb
@dirrm include/orbit-1.0/ORBitutil
@dirrm include/orbit-1.0/ORBitservices
@dirrm include/orbit-1.0/IIOP
@dirrm include/orbit-1.0
@dirrm include/libIDL-1.0/libIDL
@dirrm include/libIDL-1.0