aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBit2')
-rw-r--r--devel/ORBit2/Makefile39
-rw-r--r--devel/ORBit2/distinfo1
-rw-r--r--devel/ORBit2/files/patch-ab11
-rw-r--r--devel/ORBit2/files/patch-ac83
-rw-r--r--devel/ORBit2/files/patch-ad39
-rw-r--r--devel/ORBit2/files/patch-ae25
-rw-r--r--devel/ORBit2/pkg-comment1
-rw-r--r--devel/ORBit2/pkg-descr3
-rw-r--r--devel/ORBit2/pkg-plist99
9 files changed, 0 insertions, 301 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
deleted file mode 100644
index 3e3de5415c8c..000000000000
--- a/devel/ORBit2/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: orbit
-# Date Created: 16 Aug 1998
-# Whom: Chia-liang Kao <clkao@CirX.ORG>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ORBit
-PORTVERSION= 0.5.3
-PORTREVISION= 1
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/ORBit
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \
- intl.1:${PORTSDIR}/devel/gettext
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-LIBTOOLFILES= configure libIDL/configure popt/configure
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-CONFIGURE_ARGS= --disable-indent
-
-post-install:
-.if !exists(${PREFIX}/etc/orbitrc)
- @${ECHO} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbitrc
- @${ECHO} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbitrc
- @${ECHO} etc/orbitrc >> ${TMPPLIST}
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo
deleted file mode 100644
index a5176e18c737..000000000000
--- a/devel/ORBit2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ORBit-0.5.3.tar.gz) = ef0e295ab0666973030c552672aaaee7
diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab
deleted file mode 100644
index 2f0283ffae3c..000000000000
--- a/devel/ORBit2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Feb 15 12:59:53 1999
-+++ Makefile.in Thu Feb 18 22:37:23 1999
-@@ -92,7 +92,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 # required version of automake.
-
--SUBDIRS = popt libIDL src test
-+SUBDIRS = popt libIDL src
-
- bin_SCRIPTS = orbit-config
-
diff --git a/devel/ORBit2/files/patch-ac b/devel/ORBit2/files/patch-ac
deleted file mode 100644
index 4f419c0dddd3..000000000000
--- a/devel/ORBit2/files/patch-ac
+++ /dev/null
@@ -1,83 +0,0 @@
---- src/IIOP/Makefile.in.orig Mon Feb 15 13:00:01 1999
-+++ src/IIOP/Makefile.in Thu Feb 18 22:36:39 1999
-@@ -109,7 +109,7 @@
-
- BUILT_SOURCES = $(libwrap_files)
-
--libIIOP_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libIIOP_la_LDFLAGS = -version-info 2:0:0
-
- EXTRA_DIST = IIOP-design.txt
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
---- src/ORBitutil/Makefile.in.orig Mon Feb 15 13:00:00 1999
-+++ src/ORBitutil/Makefile.in Thu Feb 18 22:36:39 1999
-@@ -102,7 +102,7 @@
- libORBitutilinclude_HEADERS = basic_types.h thread-safety.h trace.h util.h compat.h
-
-
--libORBitutil_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libORBitutil_la_LDFLAGS = -version-info 2:0:0
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../../config.h
- CONFIG_CLEAN_FILES =
---- src/orb/Makefile.in.orig Mon Feb 15 12:59:59 1999
-+++ src/orb/Makefile.in Thu Feb 18 22:36:39 1999
-@@ -106,7 +106,7 @@
- IDL = $(top_builddir)/src/idl-compiler/orbit-idl
- IRIDL = $(top_srcdir)/src/daemons/interface_repository/interface_repository.idl
-
--libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libORBit_la_LDFLAGS = -version-info 2:0:0
- libORBit_la_LIBADD = $(GLIB_LIBS) -lm
-
- BUILT_SOURCES = interface_repository.h interface_repository-common.c interface_repository-stubs.c
---- src/services/name/Makefile.in.orig Tue Jul 25 17:34:11 2000
-+++ src/services/name/Makefile.in Tue Aug 1 21:27:41 2000
-@@ -118,7 +118,7 @@
-
-
- libORBitCosNaming_la_LDFLAGS = \
-- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+ -version-info 2:0:0
-
-
- INCLUDES = -I. -I$(top_builddir)/src -I$(top_builddir)/src/ORBitutil -I$(top_srcdir)/src @GLIB_CFLAGS@
---- libIDL/Makefile.in.orig Tue Jul 25 17:34:00 2000
-+++ libIDL/Makefile.in Tue Aug 1 21:29:05 2000
-@@ -88,7 +88,7 @@
- LT_RELEASE = @LT_RELEASE@
- LT_REVISION = @LT_REVISION@
- MAINT = @MAINT@
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- OBJDUMP = @OBJDUMP@
- PACKAGE = @PACKAGE@
- RANLIB = @RANLIB@
-@@ -130,8 +130,7 @@
- libIDL_la_SOURCES = parser.c parser.h lexer.c \
- ns.c util.c util.h rename.h
-
--libIDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-- -release $(LT_RELEASE)
-+libIDL_la_LDFLAGS = -version-info 2:0:0
-
-
- m4datadir = $(datadir)/aclocal
-@@ -140,7 +139,7 @@
- tstidl_SOURCES = tstidl.c
- tstidl_LDADD = libIDL.la
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = libIDLConf.sh
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -596,7 +595,7 @@
- uninstall-info uninstall-confexecDATA \
- uninstall-m4dataDATA uninstall-pkgincludeHEADERS
- uninstall: uninstall-am
--all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) \
-+all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(SCRIPTS) \
- $(DATA) $(HEADERS)
- all-redirect: all-am
- install-strip:
diff --git a/devel/ORBit2/files/patch-ad b/devel/ORBit2/files/patch-ad
deleted file mode 100644
index 3c04c50923e9..000000000000
--- a/devel/ORBit2/files/patch-ad
+++ /dev/null
@@ -1,39 +0,0 @@
---- orbit-config.in.orig Thu Oct 7 23:49:07 1999
-+++ orbit-config.in Tue Feb 22 18:20:47 2000
-@@ -28,8 +28,8 @@
-
- Known values for TARGET are:
-
-- client (calls glib-config)
-- server (calls glib-config)
-+ client (calls @GLIB_CONFIG@)
-+ server (calls @GLIB_CONFIG@)
- EOF
-
- exit $1
-@@ -87,8 +87,8 @@
- ;;
-
- client|server)
-- the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
-- the_flags="$the_flags `glib-config --cflags` -I$includedir "
-+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm"
-+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I$includedir "
- ;;
-
- --use-service=*)
---- libIDL/libIDL-config.in.orig Fri Apr 16 09:52:20 1999
-+++ libIDL/libIDL-config.in Wed Oct 13 20:49:40 1999
-@@ -74,10 +74,10 @@
- echo $exec_prefix
- fi
- if test "$echo_cflags" = "yes"; then
-- all_flags="$all_flags $includes $cflags `glib-config --cflags`"
-+ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ --cflags`"
- fi
- if test "$echo_libs" = "yes"; then
-- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`"
-+ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ --libs`"
- fi
-
- # Straight out any possible duplicates, but be careful to
diff --git a/devel/ORBit2/files/patch-ae b/devel/ORBit2/files/patch-ae
deleted file mode 100644
index 7ba0a489c38b..000000000000
--- a/devel/ORBit2/files/patch-ae
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.orig Fri Feb 19 00:50:06 1999
-+++ configure Fri Feb 19 00:50:21 1999
-@@ -2499,9 +2499,9 @@
-
- rm -f conf.glibtest
-
--GMODULE_CFLAGS=`glib-config --cflags gmodule`
-+GMODULE_CFLAGS=`$GLIB_CONFIG --cflags gmodule`
-
--GMODULE_LIBS=`glib-config --libs gmodule`
-+GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule`
-
-
- for ac_prog in 'bison -y' byacc
-@@ -5288,10 +5288,6 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
diff --git a/devel/ORBit2/pkg-comment b/devel/ORBit2/pkg-comment
deleted file mode 100644
index 6d31b6a4a11d..000000000000
--- a/devel/ORBit2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-High-performance CORBA ORB with support for the C language
diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr
deleted file mode 100644
index 8336574a1661..000000000000
--- a/devel/ORBit2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-ORBit is a high-performance CORBA ORB with support for the C language.
-It allows programs to send requests and receive replies from other
-programs, regardless of the locations of the two programs.
diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist
deleted file mode 100644
index 49e2b21bf886..000000000000
--- a/devel/ORBit2/pkg-plist
+++ /dev/null
@@ -1,99 +0,0 @@
-bin/libIDL-config
-bin/name-client
-bin/old-name-server
-bin/orbit-config
-bin/orbit-event-server
-bin/orbit-idl
-bin/orbit-ird
-bin/orbit-name-server
-etc/libIDLConf.sh
-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
-@unexec install-info --delete %D/info/libIDL.info %D/info/dir
-info/libIDL.info
-@exec install-info %D/info/libIDL.info %D/info/dir
-lib/libIDL.a
-lib/libIDL.so
-lib/libIDL.so.2
-lib/libIIOP.a
-lib/libIIOP.so
-lib/libIIOP.so.2
-lib/libORBit.a
-lib/libORBit.so
-lib/libORBit.so.2
-lib/libORBitCosNaming.a
-lib/libORBitCosNaming.so
-lib/libORBitCosNaming.so.2
-lib/libORBitutil.a
-lib/libORBitutil.so
-lib/libORBitutil.so.2
-lib/libname-server.a
-lib/liborbit-c-backend.a
-share/aclocal/ORBit.m4
-share/aclocal/libIDL.m4
-@dirrm include/IIOP
-@dirrm include/ORBitservices
-@dirrm include/ORBitutil
-@dirrm include/libIDL
-@dirrm include/orb