aboutsummaryrefslogtreecommitdiff
path: root/devel/ORBit2
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ORBit2')
-rw-r--r--devel/ORBit2/Makefile27
-rw-r--r--devel/ORBit2/distinfo1
-rw-r--r--devel/ORBit2/files/patch-ab11
-rw-r--r--devel/ORBit2/files/patch-ac82
-rw-r--r--devel/ORBit2/files/patch-ad24
-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-plist96
9 files changed, 0 insertions, 270 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
deleted file mode 100644
index f68b5d9a466f..000000000000
--- a/devel/ORBit2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: orbit
-# Version required: 0.4.93
-# Date Created: 16 Aug 1998
-# Whom: Chia-liang Kao <clkao@CirX.ORG>
-#
-# $FreeBSD$
-#
-
-DISTNAME= ORBit-0.4.93
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/ORBit
-
-MAINTAINER= clkao@CirX.ORG
-
-LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
- intl.1:${PORTSDIR}/devel/gettext
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= configure libIDL/configure popt/configure
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
-CONFIGURE_ARGS= --disable-indent
-
-.include <bsd.port.mk>
diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo
deleted file mode 100644
index 368fb19b3898..000000000000
--- a/devel/ORBit2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ORBit-0.4.93.tar.gz) = 8449f1491235ae6019dc702fbb0da3b5
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 b1a23552dde6..000000000000
--- a/devel/ORBit2/files/patch-ac
+++ /dev/null
@@ -1,82 +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 Mon Feb 15 13:00:03 1999
-+++ src/services/name/Makefile.in Thu Feb 18 22:40:23 1999
-@@ -104,7 +104,7 @@
- libORBitservicesinclude_HEADERS = CosNaming.h CosNaming_impl.h CosNaming.idl LName.pidl
-
-
--libORBitCosNaming_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-+libORBitCosNaming_la_LDFLAGS = -version-info 2:0:0
-
-
- INCLUDES = -I. -I$(top_builddir)/src -I$(top_srcdir)/src @GLIB_CFLAGS@
---- libIDL/Makefile.in.orig Thu Feb 25 17:17:07 1999
-+++ libIDL/Makefile.in Mon Mar 1 18:54:57 1999
-@@ -89,7 +89,7 @@
- LT_RELEASE = @LT_RELEASE@
- LT_REVISION = @LT_REVISION@
- MAINT = @MAINT@
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- NM = @NM@
- PACKAGE = @PACKAGE@
- RANLIB = @RANLIB@
-@@ -120,7 +120,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
-@@ -130,7 +130,7 @@
- tstidl_LDFLAGS = -static
- tstidl_LDADD = libIDL.la
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = libIDLConf.sh
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -580,7 +580,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 bc0a5f58b9c9..000000000000
--- a/devel/ORBit2/files/patch-ad
+++ /dev/null
@@ -1,24 +0,0 @@
---- orbit-config.in.orig Tue Dec 29 04:35:37 1998
-+++ orbit-config.in Tue Dec 29 04:35:58 1998
-@@ -27,8 +27,8 @@
-
- Known values for TARGET are:
-
-- client (calls glib-config)
-- server (calls glib-config)
-+ client (calls glib12-config)
-+ server (calls glib12-config)
- EOF
-
- exit $1
-@@ -86,8 +86,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 `glib12-config --libs` @LIBS@ -lm"
-+ the_flags="$the_flags `glib12-config --cflags` -I@includedir@"
- ;;
-
- --use-service=*)
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 9c8ac0c1a479..000000000000
--- a/devel/ORBit2/pkg-plist
+++ /dev/null
@@ -1,96 +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/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_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
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-share/aclocal/libIDL.m4
-@dirrm include/IIOP
-@dirrm include/ORBitservices
-@dirrm include/ORBitutil
-@dirrm include/libIDL
-@dirrm include/orb