diff options
Diffstat (limited to 'devel/ORBit2')
-rw-r--r-- | devel/ORBit2/Makefile | 33 | ||||
-rw-r--r-- | devel/ORBit2/distinfo | 1 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ac | 73 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ad | 24 | ||||
-rw-r--r-- | devel/ORBit2/pkg-comment | 1 | ||||
-rw-r--r-- | devel/ORBit2/pkg-descr | 3 | ||||
-rw-r--r-- | devel/ORBit2/pkg-plist | 97 |
8 files changed, 0 insertions, 243 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index 57ad5dbb3b41..000000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: orbit -# Version required: 0.3.91 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $Id: Makefile,v 1.12 1999/01/27 08:31:49 fenner Exp $ -# - -DISTNAME= ORBit-0.3.91 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= ORBit - -MAINTAINER= clkao@CirX.ORG - -LIB_DEPENDS= glib11d.2:${PORTSDIR}/devel/glib11-devel - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \ - GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" -CONFIGURE_ARGS= --disable-indent - -pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.mk> diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo deleted file mode 100644 index 613af0002228..000000000000 --- a/devel/ORBit2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ORBit-0.3.91.tar.gz) = b43cd33b6ab0df61c28605cd2bd9fa1e diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 535510cda2df..000000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Dec 16 10:41:29 1998 -+++ Makefile.in Wed Dec 23 17:18:56 1998 -@@ -87,7 +87,7 @@ - VERSION = @VERSION@ - YACC = @YACC@ - --SUBDIRS=libIDL src test -+SUBDIRS=libIDL src - - bin_SCRIPTS=orbit-config - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/devel/ORBit2/files/patch-ac b/devel/ORBit2/files/patch-ac deleted file mode 100644 index be04e34439ee..000000000000 --- a/devel/ORBit2/files/patch-ac +++ /dev/null @@ -1,73 +0,0 @@ ---- libIDL/Makefile.in.orig Wed Dec 16 10:41:34 1998 -+++ libIDL/Makefile.in Wed Dec 23 17:22:00 1998 -@@ -74,7 +74,7 @@ - LEX = @LEX@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ -@@ -101,7 +101,7 @@ - - libIDL_la_SOURCES = parser.c parser.h lexer.c \ - ns.c util.c util.h rename.h --libIDL_la_LDFLAGS = -version-info 5:8:5 -+libIDL_la_LDFLAGS = -version-info 1:0:0 - - tstidl_SOURCES = tstidl.c - tstidl_LDFLAGS = -static -@@ -145,7 +145,7 @@ - SOURCES = $(libIDL_la_SOURCES) $(tstidl_SOURCES) - OBJECTS = $(libIDL_la_OBJECTS) $(tstidl_OBJECTS) - --all: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) -+all: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(HEADERS) - - .SUFFIXES: - .SUFFIXES: .S .c .dvi .info .lo .o .ps .s .texi .texinfo .txi ---- src/IIOP/Makefile.in.orig Wed Dec 16 10:41:43 1998 -+++ src/IIOP/Makefile.in Wed Dec 23 17:22:38 1998 -@@ -117,7 +117,7 @@ - iiop-encoders.h \ - iiop-endian.h - --libIIOP_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libIIOP_la_LDFLAGS = -version-info 1:0:0 - - EXTRA_DIST = IIOP-design.txt - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs ---- src/ORBitutil/Makefile.in.orig Wed Dec 16 10:41:42 1998 -+++ src/ORBitutil/Makefile.in Wed Dec 23 17:22:57 1998 -@@ -110,7 +110,7 @@ - util.h \ - compat.h - --libORBitutil_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libORBitutil_la_LDFLAGS = -version-info 1:0:0 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h - CONFIG_CLEAN_FILES = ---- src/orb/Makefile.in.orig Wed Dec 16 10:41:40 1998 -+++ src/orb/Makefile.in Wed Dec 23 17:23:17 1998 -@@ -164,7 +164,7 @@ - INTF_REP = $(top_srcdir)/src/daemons/interface_repository - INTF_OBJ = ../daemons/interface_repository - --libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libORBit_la_LDFLAGS = -version-info 1:0:0 - libORBit_la_LIBADD = $(GLIB_LIBS) -lm - - BUILT_SOURCES = \ ---- src/services/name/Makefile.in.orig Wed Dec 16 10:41:47 1998 -+++ src/services/name/Makefile.in Wed Dec 23 17:57:37 1998 -@@ -107,7 +107,7 @@ - LName.pidl - - libORBitCosNaming_la_LDFLAGS = \ -- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+ -version-info 1:0:0 - - INCLUDES = -I. -I$(top_builddir)/src -I$(top_srcdir)/src @GLIB_CFLAGS@ - diff --git a/devel/ORBit2/files/patch-ad b/devel/ORBit2/files/patch-ad deleted file mode 100644 index 44689977d4f7..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 glib11d-config) -+ server (calls glib11d-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 `glib11d-config --libs` @LIBS@ -lm" -+ the_flags="$the_flags `glib11d-config --cflags` -I@includedir@" - ;; - - --use-service=*) diff --git a/devel/ORBit2/pkg-comment b/devel/ORBit2/pkg-comment deleted file mode 100644 index 2940a9f1f17f..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 453ddbaa26dc..000000000000 --- a/devel/ORBit2/pkg-plist +++ /dev/null @@ -1,97 +0,0 @@ -bin/name-client -bin/old-name-server -bin/orbit-config -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/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 -@unexec install-info --delete %D/info/libIDL.info %D/info/dir -info/libIDL.info -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/libIDL.info %D/info/dir -lib/libIDL.a -lib/libIDL.la -lib/libIDL.so -lib/libIDL.so.1 -lib/libIIOP.a -lib/libIIOP.la -lib/libIIOP.so -lib/libIIOP.so.1 -lib/libORBit.a -lib/libORBit.la -lib/libORBit.so -lib/libORBit.so.1 -lib/libORBitCosNaming.a -lib/libORBitCosNaming.la -lib/libORBitCosNaming.so -lib/libORBitCosNaming.so.1 -lib/libORBitutil.a -lib/libORBitutil.la -lib/libORBitutil.so -lib/libORBitutil.so.1 -lib/libname-server.a -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@dirrm include/IIOP -@dirrm include/ORBitservices -@dirrm include/ORBitutil -@dirrm include/libIDL -@dirrm include/orb |