- another antique piece from the glorious days of gnome/gtk+ 1.0 kicks
the bucket. discussed with and ok ajacoutot@ and landry@ (who also poetically exclaimed: "shitfuckhell yes!")
This commit is contained in:
parent
b8f78082d6
commit
6ef90b0b1a
@ -1,8 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.647 2008/10/30 16:29:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.648 2008/11/02 23:49:15 jasper Exp $
|
||||
# $FreeBSD: Makefile,v 1.85 1997/11/20 05:22:14 asami Exp $
|
||||
|
||||
SUBDIR += ElectricFence
|
||||
SUBDIR += ORBit
|
||||
SUBDIR += ORBit2
|
||||
SUBDIR += acpica
|
||||
SUBDIR += ald
|
||||
|
@ -1,43 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2007/09/16 02:52:56 merdely Exp $
|
||||
|
||||
COMMENT= high-performance CORBA ORB with support for the C language
|
||||
|
||||
DISTNAME= ORBit-0.5.13
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
SHARED_LIBS += IDL 4.4 # .4.4
|
||||
SHARED_LIBS += ORBit 5.13 # .5.13
|
||||
SHARED_LIBS += ORBitutil 5.13 # .5.13
|
||||
SHARED_LIBS += IIOP 5.13 # .5.13
|
||||
SHARED_LIBS += ORBitCosNaming 5.13 # .5.13
|
||||
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit/0.5/}
|
||||
|
||||
HOMEPAGE= http://www.labs.redhat.com/orbit/
|
||||
|
||||
LIB_DEPENDS= glib.>=1.2,gmodule.>=1.2::devel/glib \
|
||||
popt::devel/popt
|
||||
|
||||
# GPL/LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m wrap
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE= autoconf
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/popt ${WRKSRC}/libIDL
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static --disable-indent
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/orbit
|
||||
${INSTALL_DATA} ${FILESDIR}/orbitrc-sample \
|
||||
${PREFIX}/share/examples/orbit
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (ORBit-0.5.13.tar.gz) = ibFqEuVleYlFtJ6fQdHbXQ==
|
||||
RMD160 (ORBit-0.5.13.tar.gz) = kU53Ivsj8qU67n894StedEVjt90=
|
||||
SHA1 (ORBit-0.5.13.tar.gz) = 6o15CwQDVukP2BqpgxPCwbCPO88=
|
||||
SHA256 (ORBit-0.5.13.tar.gz) = JxyEWUkLVFOx9B1T+NzgmUQnOgVhyQdeNH5d56T5rUA=
|
||||
SIZE (ORBit-0.5.13.tar.gz) = 1183657
|
@ -1,2 +0,0 @@
|
||||
ORBIIOPIPv4=0
|
||||
ORBIIOPIPv6=0
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2002/05/12 18:15:14 brad Exp $
|
||||
--- Makefile.in.orig Mon Jan 7 04:23:48 2002
|
||||
+++ Makefile.in Sun May 12 13:53:14 2002
|
||||
@@ -95,7 +95,7 @@ pkglibdir = @pkglibdir@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.3 # required version of automake.
|
||||
|
||||
-SUBDIRS = popt libIDL src test
|
||||
+SUBDIRS = libIDL src
|
||||
|
||||
bin_SCRIPTS = orbit-config
|
||||
|
@ -1,38 +0,0 @@
|
||||
$OpenBSD: patch-configure_in,v 1.4 2004/07/14 23:35:09 naddy Exp $
|
||||
--- configure.in.orig Mon Jan 7 10:09:28 2002
|
||||
+++ configure.in Thu Jul 15 01:23:30 2004
|
||||
@@ -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
|
||||
- if test -f $THEFILE/libwrap.so; then
|
||||
+ if test "`echo $THEFILE/libwrap.so*`" != "$THEFILE/libwrap.so*"; then
|
||||
LIB_WRAP=-lwrap
|
||||
echo "Found $THEFILE/libwrap.so" 1>&5
|
||||
break
|
||||
@@ -197,7 +197,7 @@ fi
|
||||
|
||||
dnl find out if we need -lnsl or whatever
|
||||
LIB_NSL=
|
||||
-if test -n "$LIBWRAP_PATH"; then
|
||||
+if test -n "$LIBWRAP_PATH" || test -n "$LIB_WRAP"; then
|
||||
AC_MSG_CHECKING(whether -lwrap requires -lnsl)
|
||||
ORIG_LIBS="$LIBS"
|
||||
LIBS="$LIBWRAP_PATH $LIB_WRAP $LIBS"
|
||||
@@ -227,7 +227,7 @@ fi
|
||||
AC_SUBST(LIBWRAP_PATH)
|
||||
AC_SUBST(LIB_WRAP)
|
||||
AM_CONDITIONAL(HAVE_HOSTS_ACCESS, test -n "$LIBWRAP_PATH")
|
||||
-if test -n "$LIBWRAP_PATH"; then
|
||||
+if test -n "$LIBWRAP_PATH" || test -n "$LIB_WRAP"; then
|
||||
AC_DEFINE(HAVE_HOSTS_ACCESS)
|
||||
fi
|
||||
|
||||
@@ -324,7 +324,6 @@ AC_CHECK_ALIGNOF(CORBA_pointer)
|
||||
CPPFLAGS=$orig_CPPFLAGS
|
||||
|
||||
AC_CONFIG_SUBDIRS(libIDL)
|
||||
-AC_CONFIG_SUBDIRS(popt)
|
||||
|
||||
AC_SUBST(pkglibdir)
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libIDL_Makefile_in,v 1.3 2005/01/27 02:09:52 naddy Exp $
|
||||
--- libIDL/Makefile.in.orig Mon Jan 7 04:23:50 2002
|
||||
+++ libIDL/Makefile.in Sun Feb 24 16:56:17 2002
|
||||
@@ -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
|
||||
|
||||
-libIDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||
+libIDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
|
||||
|
||||
m4datadir = $(datadir)/aclocal
|
@ -1,11 +0,0 @@
|
||||
--- 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` "
|
||||
test "x$includedir" = "x/usr/include" \
|
||||
|| the_flags="$the_flags -I$includedir "
|
@ -1,18 +0,0 @@
|
||||
$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"
|
||||
#if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED)
|
||||
# define _XOPEN_SOURCE_EXTENDED 1
|
||||
@@ -13,7 +16,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
-#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
@ -1,11 +0,0 @@
|
||||
--- 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
|
||||
-orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm
|
||||
+orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@
|
||||
|
||||
|
||||
orbit_ird_SOURCES = interface_repository-skels.c interface_repository-impl.c
|
@ -1,39 +0,0 @@
|
||||
$OpenBSD: patch-src_orbit-idl-compiler_Makefile_in,v 1.1 2002/05/12 18:15:14 brad Exp $
|
||||
--- src/orbit-idl-compiler/Makefile.in.orig Sun May 12 14:01:47 2002
|
||||
+++ src/orbit-idl-compiler/Makefile.in Sun May 12 14:04:52 2002
|
||||
@@ -99,13 +99,13 @@ bin_PROGRAMS = orbit-idl
|
||||
orbitidlincludedir = $(includedir)/orbit-1.0
|
||||
orbitlibdir = $(libdir)/orbit-idl
|
||||
|
||||
-INCLUDES = -I$(top_builddir) -I$(top_builddir)/src -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/popt @GLIB_CFLAGS@ @GMODULE_CFLAGS@ -DORBITLIBDIR="\"$(orbitlibdir)\"" -DDEBUG
|
||||
+INCLUDES = -I$(top_builddir) -I$(top_builddir)/src -I$(top_srcdir) -I$(top_srcdir)/src @GLIB_CFLAGS@ @GMODULE_CFLAGS@ -DORBITLIBDIR="\"$(orbitlibdir)\"" -DDEBUG
|
||||
|
||||
|
||||
-orbit_idl_DEPENDENCIES = $(top_builddir)/libIDL/libIDL.la backends/c/liborbit-c-backend.a $(top_builddir)/popt/libpopt.la
|
||||
+orbit_idl_DEPENDENCIES = $(top_builddir)/libIDL/libIDL.la backends/c/liborbit-c-backend.a $(LOCALBASE)/lib/libpopt.la
|
||||
|
||||
orbit_idl_LDFLAGS =
|
||||
-orbit_idl_LDADD = backends/c/liborbit-c-backend.a $(top_builddir)/libIDL/libIDL.la $(top_builddir)/popt/libpopt.la @GLIB_LIBS@ @GMODULE_LIBS@ -lm
|
||||
+orbit_idl_LDADD = backends/c/liborbit-c-backend.a $(top_builddir)/libIDL/libIDL.la $(LOCALBASE)/lib/libpopt.la @GLIB_LIBS@ @GMODULE_LIBS@ -lm
|
||||
|
||||
|
||||
orbit_idl_SOURCES = orbit-idl-main.c orbit-idl-driver.c orbit-idl-backends.c orbit-idl-passes.c orbit-idl-genmarshal.c orbit-idl-utils.c orbit-idl2.h
|
||||
@@ -358,7 +358,7 @@ orbit-idl-genmarshal.o: orbit-idl-genmar
|
||||
orbit-idl2.h ../../libIDL/IDL.h \
|
||||
../../src/ORBitutil/basic_types.h ../../src/orb/orbit.h
|
||||
orbit-idl-main.o: orbit-idl-main.c ../../config.h ../../libIDL/IDL.h \
|
||||
- ../../popt/popt.h orbit-idl2.h \
|
||||
+ orbit-idl2.h \
|
||||
../../src/ORBitutil/basic_types.h ../../src/orb/orbit.h
|
||||
orbit-idl-passes.o: orbit-idl-passes.c ../../config.h orbit-idl2.h \
|
||||
../../libIDL/IDL.h ../../src/ORBitutil/basic_types.h \
|
||||
@@ -451,9 +451,6 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
$(top_builddir)/libIDL/libIDL.la:
|
||||
$(MAKE) -C $(top_builddir)/libIDL libIDL.la
|
||||
-
|
||||
-$(top_builddir)/popt/libpopt.la:
|
||||
- $(MAKE) -C $(top_builddir)/popt libpopt.la
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
@ -1,11 +0,0 @@
|
||||
--- 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
|
||||
|
||||
|
||||
-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm
|
||||
+LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@
|
||||
|
||||
|
||||
event_consumer_SOURCES = event-consumer.c CosEventComm-skels.c CosEventChannel-common.c CosEventChannel-stubs.c
|
@ -1,11 +0,0 @@
|
||||
--- 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
|
||||
|
||||
|
||||
-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la libORBitCosNaming.la @GLIB_LIBS@ -lm
|
||||
+LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la libORBitCosNaming.la @GLIB_LIBS@ -lm @LIB_WRAP@
|
||||
|
||||
|
||||
#name-client.c boot.c orbit-name-server.c new-name-server.c: CosNaming.h
|
@ -1,5 +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.
|
||||
|
||||
Example programs: ftp://opera.u-strasbg.fr/pub/ORBit/orbit-docs.tar.gz
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.9 2005/12/29 13:56:07 bernd Exp $
|
||||
@lib lib/libIDL.so.${LIBIDL_VERSION}
|
||||
@lib lib/libIIOP.so.${LIBIIOP_VERSION}
|
||||
@lib lib/libORBit.so.${LIBORBit_VERSION}
|
||||
@lib lib/libORBitCosNaming.so.${LIBORBitCosNaming_VERSION}
|
||||
@lib lib/libORBitutil.so.${LIBORBitutil_VERSION}
|
@ -1,105 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.22 2005/12/29 13:56:07 bernd Exp $
|
||||
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
|
||||
include/libIDL-1.0/
|
||||
include/libIDL-1.0/libIDL/
|
||||
include/libIDL-1.0/libIDL/IDL.h
|
||||
include/orbit-1.0/
|
||||
include/orbit-1.0/IIOP/
|
||||
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/
|
||||
include/orbit-1.0/ORBitservices/CosNaming.h
|
||||
include/orbit-1.0/ORBitservices/CosNaming_impl.h
|
||||
include/orbit-1.0/ORBitutil/
|
||||
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/
|
||||
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
|
||||
@info info/libIDL.info
|
||||
lib/libIDL.a
|
||||
lib/libIDL.la
|
||||
lib/libIDLConf.sh
|
||||
lib/libIIOP.a
|
||||
lib/libIIOP.la
|
||||
lib/libORBit.a
|
||||
lib/libORBit.la
|
||||
lib/libORBitCosNaming.a
|
||||
lib/libORBitCosNaming.la
|
||||
lib/libORBitutil.a
|
||||
lib/libORBitutil.la
|
||||
lib/libname-server.a
|
||||
lib/liborbit-c-backend.a
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/ORBit.pc
|
||||
lib/pkgconfig/libIDL.pc
|
||||
share/aclocal/
|
||||
share/aclocal/ORBit.m4
|
||||
share/aclocal/libIDL.m4
|
||||
share/examples/orbit/
|
||||
share/examples/orbit/orbitrc-sample
|
||||
@sample ${SYSCONFDIR}/orbitrc
|
||||
share/idl/
|
||||
share/idl/orbit-1.0/
|
||||
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
|
||||
%%SHARED%%
|
Loading…
Reference in New Issue
Block a user