summaryrefslogtreecommitdiffstats
path: root/devel/ORBit2
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
commit926382e09698007dc3472481164045c6b0b9754a (patch)
treed0ae60e8f02a2f6b230176c1f2dd549262359efb /devel/ORBit2
parent42048341091e3810049dedfc96d4b312013ab048 (diff)
downloadmarcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/ORBit2')
-rw-r--r--devel/ORBit2/Makefile46
-rw-r--r--devel/ORBit2/distinfo3
-rw-r--r--devel/ORBit2/files/patch-ab11
-rw-r--r--devel/ORBit2/files/patch-src::orb::util::Makefile.in11
-rw-r--r--devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c10
-rw-r--r--devel/ORBit2/pkg-descr3
-rw-r--r--devel/ORBit2/pkg-plist83
7 files changed, 0 insertions, 167 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile
deleted file mode 100644
index a2637f08e..000000000
--- a/devel/ORBit2/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: orbit2
-# Date Created: 16 Aug 1998
-# Whom: Chia-liang Kao <clkao@CirX.ORG>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= ORBit2
-PORTVERSION= 2.14.18
-PORTREVISION?= 0
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= High-performance CORBA ORB with support for the C language
-
-USE_BZIP2= yes
-
-.if !defined(REFERENCE_PORT)
-
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:22
-USE_GNOME= gnomehack libidl ltverhack referencehack
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/src/orb/orb-core/orbit-typelib.c
-
-post-install:
- @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default
- @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbit2rc.default
- @if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \
- ${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \
- fi
- @${MKDIR} ${PREFIX}/lib/orbit-2.0/idl-backends
-
-.include <bsd.port.mk>
-
-.endif
diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo
deleted file mode 100644
index b4e655b06..000000000
--- a/devel/ORBit2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/ORBit2-2.14.18.tar.bz2) = 3e80596171b1ea652707219c7144ff53
-SHA256 (gnome2/ORBit2-2.14.18.tar.bz2) = c6148edd8044255aeed9ab1d1eeb3c39edd0aa1ace5d33cf6831b80d11f1ab7c
-SIZE (gnome2/ORBit2-2.14.18.tar.bz2) = 747701
diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab
deleted file mode 100644
index 70131ebc1..000000000
--- a/devel/ORBit2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Dec 18 07:20:12 2006
-+++ Makefile.in Mon Dec 18 07:20:47 2006
-@@ -239,7 +239,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
--SUBDIRS = linc2 src include test docs
-+SUBDIRS = linc2 src include docs
- bin_SCRIPTS = orbit2-config
- EXTRA_DIST = \
- ORBit2.m4 \
diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in
deleted file mode 100644
index e048ca634..000000000
--- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/orb/util/Makefile.in.orig Fri Mar 5 23:39:16 2004
-+++ src/orb/util/Makefile.in Fri Mar 5 23:39:43 2004
-@@ -126,7 +126,7 @@
- INCLUDES = \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/include \
-- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \
-+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \
- -DORBIT2_INTERNAL_API \
- $(WARN_CFLAGS) \
- $(ORBIT_DEBUG_CFLAGS) \
diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
deleted file mode 100644
index 6af92e3af..000000000
--- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/orb/orb-core/orbit-typelib.c.orig 2007-07-27 10:58:37.000000000 -0500
-+++ src/orb/orb-core/orbit-typelib.c 2007-07-27 10:58:41.000000000 -0500
-@@ -218,6 +218,7 @@
- paths = g_ptr_array_sized_new (8);
-
- g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR));
-+ add_if_unique(paths, "%%LOCALBASE%%", TRUE);
-
- if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) {
- char **strv;
diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr
deleted file mode 100644
index 711157675..000000000
--- 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 communicate with each other, regardless of their
-physical and logical locations.
diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist
deleted file mode 100644
index 7730e1f92..000000000
--- a/devel/ORBit2/pkg-plist
+++ /dev/null
@@ -1,83 +0,0 @@
-bin/linc-cleanup-sockets
-bin/orbit-idl-2
-bin/orbit2-config
-@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi
-etc/orbit2rc.default
-@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi
-include/orbit-2.0/ORBitservices/CosNaming.h
-include/orbit-2.0/ORBitservices/CosNaming_impl.h
-include/orbit-2.0/ORBitservices/orbit-imodule.h
-include/orbit-2.0/orbit-idl/orbit-idl-backend.h
-include/orbit-2.0/orbit/dynamic/dynamic-defs.h
-include/orbit-2.0/orbit/dynamic/dynamic.h
-include/orbit-2.0/orbit/orb-core/allocators.h
-include/orbit-2.0/orbit/orb-core/corba-any-type.h
-include/orbit-2.0/orbit/orb-core/corba-any.h
-include/orbit-2.0/orbit/orb-core/corba-context-type.h
-include/orbit-2.0/orbit/orb-core/corba-context.h
-include/orbit-2.0/orbit/orb-core/corba-defs.h
-include/orbit-2.0/orbit/orb-core/corba-environment-type.h
-include/orbit-2.0/orbit/orb-core/corba-environment.h
-include/orbit-2.0/orbit/orb-core/corba-nvlist.h
-include/orbit-2.0/orbit/orb-core/corba-object-type.h
-include/orbit-2.0/orbit/orb-core/corba-object.h
-include/orbit-2.0/orbit/orb-core/corba-orb-type.h
-include/orbit-2.0/orbit/orb-core/corba-orb.h
-include/orbit-2.0/orbit/orb-core/corba-pobj.h
-include/orbit-2.0/orbit/orb-core/corba-policy-type.h
-include/orbit-2.0/orbit/orb-core/corba-string.h
-include/orbit-2.0/orbit/orb-core/corba-typecode-type.h
-include/orbit-2.0/orbit/orb-core/corba-typecode.h
-include/orbit-2.0/orbit/orb-core/iop-defs.h
-include/orbit-2.0/orbit/orb-core/orb-core-types.h
-include/orbit-2.0/orbit/orb-core/orb-core.h
-include/orbit-2.0/orbit/orb-core/orb-types.h
-include/orbit-2.0/orbit/orb-core/orbit-interface.h
-include/orbit-2.0/orbit/orb-core/orbit-object.h
-include/orbit-2.0/orbit/orb-core/orbit-small.h
-include/orbit-2.0/orbit/orbit-config.h
-include/orbit-2.0/orbit/orbit-types.h
-include/orbit-2.0/orbit/orbit.h
-include/orbit-2.0/orbit/poa/orbit-adaptor.h
-include/orbit-2.0/orbit/poa/poa-basics.h
-include/orbit-2.0/orbit/poa/poa-defs.h
-include/orbit-2.0/orbit/poa/poa-policy.h
-include/orbit-2.0/orbit/poa/poa-types.h
-include/orbit-2.0/orbit/poa/poa.h
-include/orbit-2.0/orbit/poa/portableserver-current-type.h
-include/orbit-2.0/orbit/poa/portableserver-poa-type.h
-include/orbit-2.0/orbit/util/basic_types.h
-include/orbit-2.0/orbit/util/orbit-genrand.h
-include/orbit-2.0/orbit/util/orbit-util.h
-lib/libORBit-2.a
-lib/libORBit-2.la
-lib/libORBit-2.so
-lib/libORBit-2.so.0
-lib/libORBit-imodule-2.a
-lib/libORBit-imodule-2.la
-lib/libORBit-imodule-2.so
-lib/libORBit-imodule-2.so.0
-lib/libORBitCosNaming-2.a
-lib/libORBitCosNaming-2.la
-lib/libORBitCosNaming-2.so
-lib/libORBitCosNaming-2.so.0
-lib/libname-server-2.a
-libdata/pkgconfig/ORBit-2.0.pc
-libdata/pkgconfig/ORBit-CosNaming-2.0.pc
-libdata/pkgconfig/ORBit-idl-2.0.pc
-libdata/pkgconfig/ORBit-imodule-2.0.pc
-share/aclocal/ORBit2.m4
-share/idl/orbit-2.0/CosNaming.idl
-@dirrm share/idl/orbit-2.0
-@exec /bin/mkdir -p %D/lib/orbit-2.0/idl-backends
-@dirrmtry share/idl
-@dirrmtry lib/orbit-2.0/idl-backends
-@dirrmtry lib/orbit-2.0
-@dirrm include/orbit-2.0/orbit/util
-@dirrm include/orbit-2.0/orbit/poa
-@dirrm include/orbit-2.0/orbit/orb-core
-@dirrm include/orbit-2.0/orbit/dynamic
-@dirrm include/orbit-2.0/orbit-idl
-@dirrm include/orbit-2.0/orbit
-@dirrm include/orbit-2.0/ORBitservices
-@dirrm include/orbit-2.0