Unbreak mico on gcc4 archs by updating it to 2.3.13.
- remove commented out FLAVORS, and merge ssl FLAVOR into main package - build regress tests (not everything is working, but at least they're here) - add native-connect:permit to systrace.filter, idl absolutely wants to connect to the nearest dns server during build. Gross. - remove shitload of now unneeded patches - some tweaks from ajacoutot@/jasper@ Build-tested on : - gcc3 archs: arm (fails) by sthen@, alpha by naddy@, mips64 by jasper@ - gcc4 archs: sparc64/amd64/macppc by my$self ok jasper@
This commit is contained in:
parent
3f5faaf88d
commit
94b2505ecb
@ -1,70 +1,51 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/09/03 16:23:26 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/09/22 08:42:53 landry Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${GCC4_ARCHS}
|
||||
NOT_FOR_ARCHS= arm
|
||||
|
||||
COMMENT= free and complete CORBA-compliant implementation
|
||||
|
||||
DISTNAME= mico-2.3.6
|
||||
PKGNAME= $(DISTNAME)p4
|
||||
V= 2.3.13
|
||||
DISTNAME= mico-${V}
|
||||
CATEGORIES= devel
|
||||
|
||||
# The build framework accommodates only a single shared lib extension.
|
||||
SHARED_LIBS= mico2.3.6 ${LIB_VERSION} \
|
||||
micoaux2.3.6 ${LIB_VERSION} \
|
||||
micocoss2.3.6 ${LIB_VERSION} \
|
||||
micoir2.3.6 ${LIB_VERSION} \
|
||||
micox2.3.6 ${LIB_VERSION}
|
||||
LIB_VERSION= 3.0
|
||||
SHARED_LIBS= mico${V} ${LIB_VERSION} \
|
||||
micoaux${V} ${LIB_VERSION} \
|
||||
micocoss${V} ${LIB_VERSION} \
|
||||
micoir${V} ${LIB_VERSION} \
|
||||
micox${V} ${LIB_VERSION}
|
||||
LIB_VERSION= 0.0
|
||||
|
||||
HOMEPAGE= http://www.mico.org/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mico/}
|
||||
|
||||
# LGPL/GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c m ncurses readline stdc++
|
||||
WANTLIB+= crypto ssl ICE SM X11 Xt pthread
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= LIB_VERSION=${LIB_VERSION}
|
||||
CONFIGURE_ARGS+= --disable-optimize
|
||||
CONFIGURE_ARGS+= --with-ssl
|
||||
|
||||
SUBST_VARS+= V
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
|
||||
FAKE_FLAGS= prefix="${WRKINST}${PREFIX}"
|
||||
WRKDIST= ${WRKDIR}/mico
|
||||
NO_REGRESS= Yes
|
||||
FAKE_FLAGS= INSTDIR=${WRKINST}${PREFIX} \
|
||||
SHARED_INSTDIR=${DESTDIR}${PREFIX}/share
|
||||
|
||||
FLAVORS= ssl # qt gtk tcl
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mssl}
|
||||
CONFIGURE_ARGS+= --with-ssl
|
||||
WANTLIB+= crypto ssl
|
||||
.endif
|
||||
|
||||
LIB_DEPENDS+= elf::devel/libelf
|
||||
|
||||
# XXX no Qt parts built
|
||||
#.if ${FLAVOR:L:Mqt}
|
||||
#LIB_DEPENDS+= qt.2::x11/qt2
|
||||
#CONFIGURE_ARGS+= --with-qt
|
||||
#.endif
|
||||
|
||||
# XXX no GTK parts built
|
||||
#.if ${FLAVOR:L:Mgtk}
|
||||
#LIB_DEPENDS+= gtk.1.2::x11/gtk+
|
||||
#CONFIGURE_ARGS+= --with-gtk
|
||||
#.endif
|
||||
|
||||
# XXX wrong dependency
|
||||
#.if ${FLAVOR:L:Mtcl}
|
||||
#LIB_DEPENDS+= tcl.8::lang/tcl
|
||||
#CONFIGURE_ARGS+= --with-tcl
|
||||
#.endif
|
||||
WRKDIST= ${WRKDIR}/mico
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC}/idl && ${GMAKE} generate
|
||||
|
||||
pre-regress:
|
||||
cd ${WRKSRC}/test && ${GMAKE} prg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (mico-2.3.6.tar.gz) = O++B9rjt6+g40Jf02SK3dA==
|
||||
RMD160 (mico-2.3.6.tar.gz) = X9WewMi5obRfHUtfCJsErQ4L+xg=
|
||||
SHA1 (mico-2.3.6.tar.gz) = hdklg9b0LApWB4S4A0fh5j714K8=
|
||||
SHA256 (mico-2.3.6.tar.gz) = CZsu1s7pJo9QiewlN7eMixNhfqACZQ8S/iRO6rVjelU=
|
||||
SIZE (mico-2.3.6.tar.gz) = 1891295
|
||||
MD5 (mico-2.3.13.tar.gz) = qOXVoOMtui73Z+tRifFzKg==
|
||||
RMD160 (mico-2.3.13.tar.gz) = cMi55o3qyFPtKij0jNcZve9OYPs=
|
||||
SHA1 (mico-2.3.13.tar.gz) = 7gE43rTZrQpQ/hjgsq3Zn7WDHJM=
|
||||
SHA256 (mico-2.3.13.tar.gz) = o1X9AgVEDwyHk7aNEFsXmULYg7q8ax/mkRNwe4j+HWk=
|
||||
SIZE (mico-2.3.13.tar.gz) = 3269814
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-MakeVars_in,v 1.3 2002/01/08 12:33:23 naddy Exp $
|
||||
--- MakeVars.in.orig Fri Sep 21 13:41:17 2001
|
||||
+++ MakeVars.in Tue Jan 8 02:29:03 2002
|
||||
@@ -21,11 +21,12 @@
|
||||
# mico@informatik.uni-frankfurt.de
|
||||
#
|
||||
|
||||
+build_cpu = @build_cpu@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
SRCDIR = @ABSSRCDIR@
|
||||
-INSTDIR = @ABSEXECDIR@
|
||||
-SHARED_INSTDIR = @ABSSHRDDIR@
|
||||
+INSTDIR = $(exec_prefix)
|
||||
+SHARED_INSTDIR = $(prefix)/share
|
||||
|
||||
|
||||
HAVE_REPO = @HAVE_REPO@
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/06/28 19:59:07 shell Exp $
|
||||
--- Makefile.orig Sat Mar 24 17:38:06 2001
|
||||
+++ Makefile Sat Mar 24 17:41:01 2001
|
||||
@@ -62,7 +62,6 @@ install:
|
||||
$OpenBSD: patch-Makefile,v 1.2 2010/09/22 08:42:53 landry Exp $
|
||||
--- Makefile.orig Tue Sep 14 08:44:43 2010
|
||||
+++ Makefile Tue Sep 14 08:44:58 2010
|
||||
@@ -79,7 +79,6 @@ install:
|
||||
$(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \
|
||||
$(IMANCMD) doc/doc.ps $(SHARED_INSTDIR)/doc/mico/manual.ps; \
|
||||
fi
|
||||
- -ldconfig
|
||||
- $(LDCONFIG)
|
||||
|
||||
install-cd:
|
||||
for i in $(INSTALLDIRS); do $(MAKE) -C $$i install-cd || exit 1; done
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-admin_mkdepend_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- admin/mkdepend.cc.orig Fri Jan 29 11:52:10 1999
|
||||
+++ admin/mkdepend.cc Sun Aug 15 19:30:04 2004
|
||||
@@ -24,8 +24,8 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <set>
|
@ -1,369 +0,0 @@
|
||||
$OpenBSD: patch-codec_cc,v 1.3 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/codec.cc.orig Fri Sep 21 17:05:51 2001
|
||||
+++ orb/codec.cc Fri Jul 30 16:27:43 2004
|
||||
@@ -26,7 +26,6 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
||||
@@ -1014,13 +1013,13 @@ CORBA::DataDecoder::byteorder (CORBA::By
|
||||
|
||||
/**************************** CDREncoder ******************************/
|
||||
|
||||
-static inline void swap2 (void *d, const void *s)
|
||||
+static inline void swapp2 (void *d, const void *s)
|
||||
{
|
||||
((CORBA::Octet *)d)[0] = ((CORBA::Octet *)s)[1];
|
||||
((CORBA::Octet *)d)[1] = ((CORBA::Octet *)s)[0];
|
||||
}
|
||||
|
||||
-static inline void swap4 (void *d, const void *s)
|
||||
+static inline void swapp4 (void *d, const void *s)
|
||||
{
|
||||
((CORBA::Octet *)d)[0] = ((CORBA::Octet *)s)[3];
|
||||
((CORBA::Octet *)d)[1] = ((CORBA::Octet *)s)[2];
|
||||
@@ -1028,7 +1027,7 @@ static inline void swap4 (void *d, const
|
||||
((CORBA::Octet *)d)[3] = ((CORBA::Octet *)s)[0];
|
||||
}
|
||||
|
||||
-static inline void swap8 (void *d, const void *s)
|
||||
+static inline void swapp8 (void *d, const void *s)
|
||||
{
|
||||
((CORBA::Octet *)d)[0] = ((CORBA::Octet *)s)[7];
|
||||
((CORBA::Octet *)d)[1] = ((CORBA::Octet *)s)[6];
|
||||
@@ -1040,7 +1039,7 @@ static inline void swap8 (void *d, const
|
||||
((CORBA::Octet *)d)[7] = ((CORBA::Octet *)s)[0];
|
||||
}
|
||||
|
||||
-static inline void swap16 (void *d, const void *s)
|
||||
+static inline void swapp16 (void *d, const void *s)
|
||||
{
|
||||
((CORBA::Octet *)d)[0] = ((CORBA::Octet *)s)[15];
|
||||
((CORBA::Octet *)d)[1] = ((CORBA::Octet *)s)[14];
|
||||
@@ -1096,7 +1095,7 @@ MICO::CDREncoder::put_short (CORBA::Shor
|
||||
buf->put2 (&s);
|
||||
} else {
|
||||
CORBA::Short s2;
|
||||
- swap2 (&s2, &s);
|
||||
+ swapp2 (&s2, &s);
|
||||
buf->put2 (&s2);
|
||||
}
|
||||
}
|
||||
@@ -1108,7 +1107,7 @@ MICO::CDREncoder::put_ushort (CORBA::USh
|
||||
buf->put2 (&us);
|
||||
} else {
|
||||
CORBA::UShort us2;
|
||||
- swap2 (&us2, &us);
|
||||
+ swapp2 (&us2, &us);
|
||||
buf->put2 (&us2);
|
||||
}
|
||||
}
|
||||
@@ -1120,7 +1119,7 @@ MICO::CDREncoder::put_long (CORBA::Long
|
||||
buf->put4 (&l);
|
||||
} else {
|
||||
CORBA::Long l2;
|
||||
- swap4 (&l2, &l);
|
||||
+ swapp4 (&l2, &l);
|
||||
buf->put4 (&l2);
|
||||
}
|
||||
}
|
||||
@@ -1132,7 +1131,7 @@ MICO::CDREncoder::put_longlong (CORBA::L
|
||||
buf->put8 (&l);
|
||||
} else {
|
||||
CORBA::LongLong l2;
|
||||
- swap8 (&l2, &l);
|
||||
+ swapp8 (&l2, &l);
|
||||
buf->put8 (&l2);
|
||||
}
|
||||
}
|
||||
@@ -1144,7 +1143,7 @@ MICO::CDREncoder::put_ulong (CORBA::ULon
|
||||
buf->put4 (&ul);
|
||||
} else {
|
||||
CORBA::ULong ul2;
|
||||
- swap4 (&ul2, &ul);
|
||||
+ swapp4 (&ul2, &ul);
|
||||
buf->put4 (&ul2);
|
||||
}
|
||||
}
|
||||
@@ -1156,7 +1155,7 @@ MICO::CDREncoder::put_ulonglong (CORBA::
|
||||
buf->put8 (&ul);
|
||||
} else {
|
||||
CORBA::ULongLong ul2;
|
||||
- swap8 (&ul2, &ul);
|
||||
+ swapp8 (&ul2, &ul);
|
||||
buf->put8 (&ul2);
|
||||
}
|
||||
}
|
||||
@@ -1169,7 +1168,7 @@ MICO::CDREncoder::put_float (CORBA::Floa
|
||||
buf->put4 (&f);
|
||||
} else {
|
||||
CORBA::Float f2;
|
||||
- swap4 (&f2, &f);
|
||||
+ swapp4 (&f2, &f);
|
||||
buf->put4 (&f2);
|
||||
}
|
||||
#else
|
||||
@@ -1179,7 +1178,7 @@ MICO::CDREncoder::put_float (CORBA::Floa
|
||||
buf->put4 (b);
|
||||
} else {
|
||||
CORBA::Octet b2[4];
|
||||
- swap4 (b2, b);
|
||||
+ swapp4 (b2, b);
|
||||
buf->put4 (b2);
|
||||
}
|
||||
#endif
|
||||
@@ -1193,7 +1192,7 @@ MICO::CDREncoder::put_double (CORBA::Dou
|
||||
buf->put8 (&d);
|
||||
} else {
|
||||
CORBA::Double d2;
|
||||
- swap8 (&d2, &d);
|
||||
+ swapp8 (&d2, &d);
|
||||
buf->put8 (&d2);
|
||||
}
|
||||
#else
|
||||
@@ -1203,7 +1202,7 @@ MICO::CDREncoder::put_double (CORBA::Dou
|
||||
buf->put8 (b);
|
||||
} else {
|
||||
CORBA::Octet b2[8];
|
||||
- swap8 (b2, b);
|
||||
+ swapp8 (b2, b);
|
||||
buf->put8 (b2);
|
||||
}
|
||||
#endif
|
||||
@@ -1217,7 +1216,7 @@ MICO::CDREncoder::put_longdouble (CORBA:
|
||||
buf->put16 (&d);
|
||||
} else {
|
||||
CORBA::LongDouble d2;
|
||||
- swap16 (&d2, &d);
|
||||
+ swapp16 (&d2, &d);
|
||||
buf->put16 (&d2);
|
||||
}
|
||||
#else
|
||||
@@ -1227,7 +1226,7 @@ MICO::CDREncoder::put_longdouble (CORBA:
|
||||
buf->put16 (b);
|
||||
} else {
|
||||
CORBA::Octet b2[16];
|
||||
- swap16 (b2, b);
|
||||
+ swapp16 (b2, b);
|
||||
buf->put16 (b2);
|
||||
}
|
||||
#endif
|
||||
@@ -1281,7 +1280,7 @@ MICO::CDREncoder::put_shorts (const CORB
|
||||
buf->resize (2*l);
|
||||
CORBA::Short *d = (CORBA::Short *)buf->wdata();
|
||||
for (CORBA::Long i = l; --i >= 0; ++d, ++p)
|
||||
- swap2 (d, p);
|
||||
+ swapp2 (d, p);
|
||||
buf->wseek_rel (2*l);
|
||||
}
|
||||
}
|
||||
@@ -1296,7 +1295,7 @@ MICO::CDREncoder::put_ushorts (const COR
|
||||
buf->resize (2*l);
|
||||
CORBA::UShort *d = (CORBA::UShort *)buf->wdata();
|
||||
for (CORBA::Long i = l; --i >= 0; ++d, ++p)
|
||||
- swap2 (d, p);
|
||||
+ swapp2 (d, p);
|
||||
buf->wseek_rel (2*l);
|
||||
}
|
||||
}
|
||||
@@ -1311,7 +1310,7 @@ MICO::CDREncoder::put_longs (const CORBA
|
||||
buf->resize (4*l);
|
||||
CORBA::Long *d = (CORBA::Long *)buf->wdata();
|
||||
for (CORBA::Long i = l; --i >= 0; ++d, ++p)
|
||||
- swap4 (d, p);
|
||||
+ swapp4 (d, p);
|
||||
buf->wseek_rel (4*l);
|
||||
}
|
||||
}
|
||||
@@ -1326,7 +1325,7 @@ MICO::CDREncoder::put_longlongs (const C
|
||||
buf->resize (8*l);
|
||||
CORBA::LongLong *d = (CORBA::LongLong *)buf->wdata();
|
||||
for (CORBA::Long i = l; --i >= 0; ++d, ++p)
|
||||
- swap8 (d, p);
|
||||
+ swapp8 (d, p);
|
||||
buf->wseek_rel (8*l);
|
||||
}
|
||||
}
|
||||
@@ -1341,7 +1340,7 @@ MICO::CDREncoder::put_ulongs (const CORB
|
||||
buf->resize (4*l);
|
||||
CORBA::ULong *d = (CORBA::ULong *)buf->wdata();
|
||||
for (CORBA::Long i = l; --i >= 0; ++d, ++p)
|
||||
- swap4 (d, p);
|
||||
+ swapp4 (d, p);
|
||||
buf->wseek_rel (4*l);
|
||||
}
|
||||
}
|
||||
@@ -1356,7 +1355,7 @@ MICO::CDREncoder::put_ulonglongs (const
|
||||
buf->resize (8*l);
|
||||
CORBA::ULongLong *d = (CORBA::ULongLong *)buf->wdata();
|
||||
for (CORBA::Long i = l; --i >= 0; ++d, ++p)
|
||||
- swap8 (d, p);
|
||||
+ swapp8 (d, p);
|
||||
buf->wseek_rel (8*l);
|
||||
}
|
||||
}
|
||||
@@ -1571,7 +1570,7 @@ MICO::CDRDecoder::get_short (CORBA::Shor
|
||||
CORBA::Short s2;
|
||||
if (!buf->get2 (&s2))
|
||||
return FALSE;
|
||||
- swap2 (&s, &s2);
|
||||
+ swapp2 (&s, &s2);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1584,7 +1583,7 @@ MICO::CDRDecoder::get_ushort (CORBA::USh
|
||||
CORBA::UShort us2;
|
||||
if (!buf->get2 (&us2))
|
||||
return FALSE;
|
||||
- swap2 (&us, &us2);
|
||||
+ swapp2 (&us, &us2);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1597,7 +1596,7 @@ MICO::CDRDecoder::get_long (CORBA::Long
|
||||
CORBA::Long l2;
|
||||
if (!buf->get4 (&l2))
|
||||
return FALSE;
|
||||
- swap4 (&l, &l2);
|
||||
+ swapp4 (&l, &l2);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1610,7 +1609,7 @@ MICO::CDRDecoder::get_longlong (CORBA::L
|
||||
CORBA::LongLong l2;
|
||||
if (!buf->get8 (&l2))
|
||||
return FALSE;
|
||||
- swap8 (&l, &l2);
|
||||
+ swapp8 (&l, &l2);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1623,7 +1622,7 @@ MICO::CDRDecoder::get_ulong (CORBA::ULon
|
||||
CORBA::ULong ul2;
|
||||
if (!buf->get4 (&ul2))
|
||||
return FALSE;
|
||||
- swap4 (&ul, &ul2);
|
||||
+ swapp4 (&ul, &ul2);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1636,7 +1635,7 @@ MICO::CDRDecoder::get_ulonglong (CORBA::
|
||||
CORBA::ULongLong ul2;
|
||||
if (!buf->get8 (&ul2))
|
||||
return FALSE;
|
||||
- swap8 (&ul, &ul2);
|
||||
+ swapp8 (&ul, &ul2);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@@ -1650,7 +1649,7 @@ MICO::CDRDecoder::get_float (CORBA::Floa
|
||||
CORBA::Float f2;
|
||||
if (!buf->get4 (&f2))
|
||||
return FALSE;
|
||||
- swap4 (&f, &f2);
|
||||
+ swapp4 (&f, &f2);
|
||||
#else
|
||||
CORBA::Octet b[4];
|
||||
if (data_bo == mach_bo) {
|
||||
@@ -1663,7 +1662,7 @@ MICO::CDRDecoder::get_float (CORBA::Floa
|
||||
CORBA::Octet b2[4];
|
||||
if (!buf->get4 (b2))
|
||||
return FALSE;
|
||||
- swap4 (&b, &b2);
|
||||
+ swapp4 (&b, &b2);
|
||||
mico_ieee2float (b, f);
|
||||
#endif
|
||||
return TRUE;
|
||||
@@ -1679,7 +1678,7 @@ MICO::CDRDecoder::get_double (CORBA::Dou
|
||||
CORBA::Double d2;
|
||||
if (!buf->get8 (&d2))
|
||||
return FALSE;
|
||||
- swap8 (&d, &d2);
|
||||
+ swapp8 (&d, &d2);
|
||||
#else
|
||||
CORBA::Octet b[8];
|
||||
if (data_bo == mach_bo) {
|
||||
@@ -1692,7 +1691,7 @@ MICO::CDRDecoder::get_double (CORBA::Dou
|
||||
CORBA::Octet b2[8];
|
||||
if (!buf->get8 (b2))
|
||||
return FALSE;
|
||||
- swap8 (&b, &b2);
|
||||
+ swapp8 (&b, &b2);
|
||||
mico_ieee2double (b, d);
|
||||
#endif
|
||||
return TRUE;
|
||||
@@ -1708,7 +1707,7 @@ MICO::CDRDecoder::get_longdouble (CORBA:
|
||||
CORBA::LongDouble d2;
|
||||
if (!buf->get16 (&d2))
|
||||
return FALSE;
|
||||
- swap16 (&d, &d2);
|
||||
+ swapp16 (&d, &d2);
|
||||
#else
|
||||
CORBA::Octet b[16];
|
||||
if (data_bo == mach_bo) {
|
||||
@@ -1721,7 +1720,7 @@ MICO::CDRDecoder::get_longdouble (CORBA:
|
||||
CORBA::Octet b2[16];
|
||||
if (!buf->get16 (b2))
|
||||
return FALSE;
|
||||
- swap16 (&b, &b2);
|
||||
+ swapp16 (&b, &b2);
|
||||
mico_ieee2ldouble (b, d);
|
||||
#endif
|
||||
return TRUE;
|
||||
@@ -1779,7 +1778,7 @@ MICO::CDRDecoder::get_shorts (CORBA::Sho
|
||||
|
||||
CORBA::Short *s = (CORBA::Short *)buf->data();
|
||||
for (CORBA::Long i = l; --i >= 0; ++p, ++s)
|
||||
- swap2 (p, s);
|
||||
+ swapp2 (p, s);
|
||||
buf->rseek_rel (2*l);
|
||||
|
||||
return TRUE;
|
||||
@@ -1799,7 +1798,7 @@ MICO::CDRDecoder::get_ushorts (CORBA::US
|
||||
|
||||
CORBA::UShort *s = (CORBA::UShort *)buf->data();
|
||||
for (CORBA::Long i = l; --i >= 0; ++p, ++s)
|
||||
- swap2 (p, s);
|
||||
+ swapp2 (p, s);
|
||||
buf->rseek_rel (2*l);
|
||||
|
||||
return TRUE;
|
||||
@@ -1819,7 +1818,7 @@ MICO::CDRDecoder::get_longs (CORBA::Long
|
||||
|
||||
CORBA::Long *s = (CORBA::Long *)buf->data();
|
||||
for (CORBA::Long i = l; --i >= 0; ++p, ++s)
|
||||
- swap4 (p, s);
|
||||
+ swapp4 (p, s);
|
||||
buf->rseek_rel (4*l);
|
||||
|
||||
return TRUE;
|
||||
@@ -1839,7 +1838,7 @@ MICO::CDRDecoder::get_longlongs (CORBA::
|
||||
|
||||
CORBA::LongLong *s = (CORBA::LongLong *)buf->data();
|
||||
for (CORBA::Long i = l; --i >= 0; ++p, ++s)
|
||||
- swap8 (p, s);
|
||||
+ swapp8 (p, s);
|
||||
buf->rseek_rel (8*l);
|
||||
|
||||
return TRUE;
|
||||
@@ -1859,7 +1858,7 @@ MICO::CDRDecoder::get_ulongs (CORBA::ULo
|
||||
|
||||
CORBA::ULong *s = (CORBA::ULong *)buf->data();
|
||||
for (CORBA::Long i = l; --i >= 0; ++p, ++s)
|
||||
- swap4 (p, s);
|
||||
+ swapp4 (p, s);
|
||||
buf->rseek_rel (4*l);
|
||||
|
||||
return TRUE;
|
||||
@@ -1879,7 +1878,7 @@ MICO::CDRDecoder::get_ulonglongs (CORBA:
|
||||
|
||||
CORBA::ULongLong *s = (CORBA::ULongLong *)buf->data();
|
||||
for (CORBA::Long i = l; --i >= 0; ++p, ++s)
|
||||
- swap8 (p, s);
|
||||
+ swapp8 (p, s);
|
||||
buf->rseek_rel (8*l);
|
||||
|
||||
return TRUE;
|
@ -1,16 +1,25 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2008/02/28 21:47:52 merdely Exp $
|
||||
--- configure.orig Fri Sep 21 08:08:22 2001
|
||||
+++ configure Thu Feb 28 11:12:28 2008
|
||||
@@ -1774,7 +1774,7 @@ rm -f conftest*
|
||||
# must not use .so.1.0 here
|
||||
$OpenBSD: patch-configure,v 1.3 2010/09/22 08:42:53 landry Exp $
|
||||
--- configure.orig Fri Jul 25 15:42:43 2008
|
||||
+++ configure Mon Sep 13 22:31:04 2010
|
||||
@@ -1325,7 +1325,7 @@ myexec=$exec_prefix
|
||||
test "x$myprefix" = xNONE && myprefix=$ac_default_prefix
|
||||
test "x$myexec" = xNONE && myexec=${myprefix}
|
||||
ABSEXECDIR=$myexec
|
||||
-ABSSHRDDIR=$myprefix
|
||||
+ABSSHRDDIR=$myprefix/share
|
||||
cat >> confdefs.h <<EOF
|
||||
#define ABSEXECDIR "$myexec"
|
||||
EOF
|
||||
@@ -3377,7 +3377,7 @@ if test X"$GXX" = Xyes; then
|
||||
fi
|
||||
;;
|
||||
*bsd*)
|
||||
- CONF_SOEXT=so.1.0
|
||||
+ CONF_SOEXT=so.${LIB_VERSION}
|
||||
;;
|
||||
*cygwin32*)
|
||||
have_cdk=yes;
|
||||
@@ -1854,8 +1854,6 @@ fi
|
||||
if test X"$use_threads" = Xyes; then
|
||||
CXXFLAGS="$CXXFLAGS -D_THREAD_SAFE"
|
||||
fi
|
||||
@@ -3667,8 +3667,6 @@ fi
|
||||
#
|
||||
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-coss_events_main_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- coss/events/main.cc.orig Tue Nov 21 13:14:08 2000
|
||||
+++ coss/events/main.cc Sun Aug 15 19:30:44 2004
|
||||
@@ -26,8 +26,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
||||
#include <mico/CosNaming.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-coss_externalization_Stream_impl_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- coss/externalization/Stream_impl.cc.orig Wed Jul 19 15:19:39 2000
|
||||
+++ coss/externalization/Stream_impl.cc Sun Aug 15 19:30:56 2004
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
+#endif
|
||||
|
||||
typedef map<RoleNameKey,CosGraphs::Traversal::TraversalScopedId,less<RoleNameKey> > WorkedRoles;
|
||||
typedef map<RoleNameKey,CosGraphs::Role_ptr,less<RoleNameKey> > NewRoles;
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-coss_externalization_extcriteriad_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- coss/externalization/extcriteriad.cc.orig Fri Mar 24 12:32:57 2000
|
||||
+++ coss/externalization/extcriteriad.cc Sun Aug 15 19:31:14 2004
|
||||
@@ -22,9 +22,8 @@
|
||||
* sedov@postman.simcb.ru
|
||||
*/
|
||||
|
||||
-
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <unistd.h>
|
||||
#include <mico/ExternalizationPropagationCriteriaFactory_impl.h>
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-coss_lifecycle_lifecriteriad_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- coss/lifecycle/lifecriteriad.cc.orig Fri Mar 24 12:32:37 2000
|
||||
+++ coss/lifecycle/lifecriteriad.cc Sun Aug 15 19:31:40 2004
|
||||
@@ -22,9 +22,8 @@
|
||||
* sedov@postman.simcb.ru
|
||||
*/
|
||||
|
||||
-
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <unistd.h>
|
||||
#include <mico/CosCompoundLifeCycle.h>
|
||||
#include <mico/LifePropagationCriteriaFactory_impl.h>
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-coss_naming_Naming_impl_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- coss/naming/Naming_impl.cc.orig Thu Jun 22 04:20:03 2000
|
||||
+++ coss/naming/Naming_impl.cc Sun Aug 15 19:31:52 2004
|
||||
@@ -22,8 +22,8 @@
|
||||
*/
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <Naming_impl.h>
|
||||
#include <mico/util.h>
|
||||
#ifdef HAVE_UNISTD_H
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-coss_naming_nsd_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- coss/naming/nsd.cc.orig Mon Jul 2 16:33:35 2001
|
||||
+++ coss/naming/nsd.cc Sun Aug 15 19:32:05 2004
|
||||
@@ -27,8 +27,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
||||
#include "Naming_impl.h"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-coss_time_TimeService_help_cc,v 1.2 2001/11/10 16:56:33 shell Exp $
|
||||
--- coss/time/TimeService_help.cc.orig Fri Oct 26 11:21:07 2001
|
||||
+++ coss/time/TimeService_help.cc Fri Oct 26 11:20:47 2001
|
||||
@@ -70,7 +70,7 @@ TimeBase::TimeT getTimezone()
|
||||
struct timezone tz;
|
||||
int r = gettimeofday (&tv, &tz);
|
||||
assert (r == 0);
|
||||
- TimeBase::TdfT displacementV = timezone.tz_minuteswest;
|
||||
+ TimeBase::TdfT displacementV = tz.tz_minuteswest;
|
||||
#else
|
||||
// where do we get the timezone from?
|
||||
assert (0);
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-daemon_imr_client_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- daemon/imr_client.cc.orig Sun Sep 2 20:31:53 2001
|
||||
+++ daemon/imr_client.cc Sun Aug 15 19:32:20 2004
|
||||
@@ -25,8 +25,8 @@
|
||||
#include <CORBA-SMALL.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
-#include <iostream.h>
|
||||
-#include <iomanip.h>
|
||||
+#include <iostream>
|
||||
+#include <iomanip>
|
||||
#include <mico/template_impl.h>
|
||||
|
||||
static char *prog_name = 0;
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-daemon_imr_impl_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- daemon/imr_impl.cc.orig Sun Sep 2 20:31:53 2001
|
||||
+++ daemon/imr_impl.cc Sun Aug 15 19:32:31 2004
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <CORBA-SMALL.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
#include <mico/util.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include "imr_impl.h"
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-daemon_main_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- daemon/main.cc.orig Sun Sep 2 20:31:54 2001
|
||||
+++ daemon/main.cc Sun Aug 15 19:32:40 2004
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <CORBA.h>
|
||||
#include <mico/util.h>
|
||||
#include <mico/template_impl.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-daemon_poamediator_h,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- daemon/poamediator.h.orig Sat Aug 14 16:01:35 2004
|
||||
+++ daemon/poamediator.h Sat Aug 14 16:01:42 2004
|
||||
@@ -25,7 +25,6 @@
|
||||
#ifndef __poamediator_h__
|
||||
#define __poamediator_h__
|
||||
|
||||
-#include <iostream.h>
|
||||
#include <CORBA.h>
|
||||
#include <mico/impl.h>
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-demo_MakeVars,v 1.2 2001/11/10 16:56:33 shell Exp $
|
||||
--- demo/MakeVars.orig Thu Jun 28 02:22:00 2001
|
||||
+++ demo/MakeVars Thu Jun 28 02:43:34 2001
|
||||
@@ -78,14 +78,14 @@ COS_DEPS = $(DIR_PREFIX)../../coss/l
|
||||
$OpenBSD: patch-demo_MakeVars,v 1.3 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/MakeVars.orig Fri Jul 25 15:41:41 2008
|
||||
+++ demo/MakeVars Mon Sep 13 21:10:56 2010
|
||||
@@ -73,14 +73,14 @@ COS_DEPS = $(DIR_PREFIX)../../coss/libmicocoss$(VE
|
||||
endif
|
||||
|
||||
install:
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-demo_Makefile,v 1.3 2002/01/08 12:33:23 naddy Exp $
|
||||
--- demo/Makefile.orig Fri May 11 19:06:15 2001
|
||||
+++ demo/Makefile Mon Jan 7 13:27:27 2002
|
||||
@@ -49,12 +49,12 @@ clean:
|
||||
$OpenBSD: patch-demo_Makefile,v 1.4 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/Makefile.orig Fri Jul 25 15:41:41 2008
|
||||
+++ demo/Makefile Mon Sep 13 21:10:56 2010
|
||||
@@ -84,12 +84,12 @@ clean:
|
||||
for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
|
||||
|
||||
install:
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-demo_boa_Makefile,v 1.2 2001/11/10 16:56:33 shell Exp $
|
||||
--- demo/boa/Makefile.orig Thu Jun 28 02:48:21 2001
|
||||
+++ demo/boa/Makefile Thu Jun 28 02:48:48 2001
|
||||
@@ -31,7 +31,7 @@ clean:
|
||||
for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/boa
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/boa
|
||||
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/boa
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/boa
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/boa
|
||||
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/boa
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
14
devel/mico/patches/patch-demo_csiv2_Makefile
Normal file
14
devel/mico/patches/patch-demo_csiv2_Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-demo_csiv2_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/csiv2/Makefile.orig Tue Sep 14 21:18:18 2010
|
||||
+++ demo/csiv2/Makefile Tue Sep 14 21:18:34 2010
|
||||
@@ -17,7 +17,7 @@ run:
|
||||
for i in $(RUNDIRS); do $(MAKE) -C $$i run || exit 1; done
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/csiv2
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/csiv2
|
||||
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/csiv2
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/csiv2
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/csiv2
|
||||
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/csiv2
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
14
devel/mico/patches/patch-demo_csiv2_interop_Makefile
Normal file
14
devel/mico/patches/patch-demo_csiv2_interop_Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-demo_csiv2_interop_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/csiv2/interop/Makefile.orig Tue Sep 14 21:25:53 2010
|
||||
+++ demo/csiv2/interop/Makefile Tue Sep 14 21:26:04 2010
|
||||
@@ -16,7 +16,7 @@ clean:
|
||||
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/csiv2/interop
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/csiv2/interop
|
||||
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/csiv2/interop
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/csiv2/interop
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/csiv2/interop
|
||||
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/csiv2/interop
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
14
devel/mico/patches/patch-demo_interop_jboss_Makefile
Normal file
14
devel/mico/patches/patch-demo_interop_jboss_Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/Makefile.orig Tue Sep 14 21:20:15 2010
|
||||
+++ demo/interop/jboss/Makefile Tue Sep 14 21:20:30 2010
|
||||
@@ -32,7 +32,7 @@ clean:
|
||||
for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss
|
||||
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/interop/jboss
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss
|
||||
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_3_x_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.3.x/Makefile.orig Tue Sep 14 21:20:38 2010
|
||||
+++ demo/interop/jboss/jdk1.3.x/Makefile Tue Sep 14 21:20:58 2010
|
||||
@@ -33,7 +33,7 @@ clean:
|
||||
for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x
|
||||
- $(ISRCCMD) setenv.sh $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x
|
||||
+ $(ISRCCMD) setenv.sh $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
@ -0,0 +1,32 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_3_x_cart-ejb_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.3.x/cart-ejb/Makefile.orig Tue Sep 14 21:22:18 2010
|
||||
+++ demo/interop/jboss/jdk1.3.x/cart-ejb/Makefile Tue Sep 14 21:22:28 2010
|
||||
@@ -91,16 +91,16 @@ clean:
|
||||
rm -rf java javax org
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
|
||||
- $(ISRCCMD) client.cc $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
|
||||
- $(ISCRIPTCMD) run-client $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
|
||||
- $(ISRCCMD) META-INF/ejb-jar.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
|
||||
- $(ISRCCMD) META-INF/jboss.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
|
||||
- $(ISRCCMD) examples/BookException.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/Cart.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/CartBean.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/CartHome.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/IdVerifier.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
|
||||
+ $(ISRCCMD) client.cc $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
|
||||
+ $(ISCRIPTCMD) run-client $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb
|
||||
+ $(ISRCCMD) META-INF/ejb-jar.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
|
||||
+ $(ISRCCMD) META-INF/jboss.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF
|
||||
+ $(ISRCCMD) examples/BookException.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/Cart.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/CartBean.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/CartHome.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/IdVerifier.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples
|
||||
|
@ -0,0 +1,28 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_3_x_converter-ejb_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.3.x/converter-ejb/Makefile.orig Tue Sep 14 21:22:28 2010
|
||||
+++ demo/interop/jboss/jdk1.3.x/converter-ejb/Makefile Tue Sep 14 21:22:32 2010
|
||||
@@ -84,14 +84,14 @@ clean:
|
||||
rm -rf java javax org
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
|
||||
- $(ISRCCMD) client.cc $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
|
||||
- $(ISCRIPTCMD) run-client $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
|
||||
- $(ISRCCMD) META-INF/ejb-jar.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
|
||||
- $(ISRCCMD) META-INF/jboss.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
|
||||
- $(ISRCCMD) examples/Converter.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
- $(ISRCCMD) examples/ConverterBean.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
- $(ISRCCMD) examples/ConverterHome.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
|
||||
+ $(ISRCCMD) client.cc $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
|
||||
+ $(ISCRIPTCMD) run-client $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb
|
||||
+ $(ISRCCMD) META-INF/ejb-jar.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
|
||||
+ $(ISRCCMD) META-INF/jboss.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF
|
||||
+ $(ISRCCMD) examples/Converter.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
+ $(ISRCCMD) examples/ConverterBean.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
+ $(ISRCCMD) examples/ConverterHome.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples
|
||||
|
@ -0,0 +1,32 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_3_x_corba-friendly-ejb_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.3.x/corba-friendly-ejb/Makefile.orig Tue Sep 14 21:22:32 2010
|
||||
+++ demo/interop/jboss/jdk1.3.x/corba-friendly-ejb/Makefile Tue Sep 14 21:22:36 2010
|
||||
@@ -100,16 +100,16 @@ clean:
|
||||
rm -rf java javax org
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
|
||||
- $(ISRCCMD) client.cc $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
|
||||
- $(ISCRIPTCMD) run-client $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
|
||||
- $(ISRCCMD) META-INF/ejb-jar.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
|
||||
- $(ISRCCMD) META-INF/jboss.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
|
||||
- $(ISRCCMD) examples/CorbaFriendlySession.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/CorbaFriendlySessionBean.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/CorbaFriendlySessionHome.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/corba/DataObject.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
|
||||
+ $(ISRCCMD) client.cc $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
|
||||
+ $(ISCRIPTCMD) run-client $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb
|
||||
+ $(ISRCCMD) META-INF/ejb-jar.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
|
||||
+ $(ISRCCMD) META-INF/jboss.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySession.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySessionBean.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySessionHome.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/corba/DataObject.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba
|
||||
|
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_4_x_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.4.x/Makefile.orig Tue Sep 14 21:21:23 2010
|
||||
+++ demo/interop/jboss/jdk1.4.x/Makefile Tue Sep 14 21:21:35 2010
|
||||
@@ -33,7 +33,7 @@ clean:
|
||||
for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x
|
||||
- $(ISRCCMD) setenv.sh $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x
|
||||
+ $(ISRCCMD) setenv.sh $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
@ -0,0 +1,39 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_4_x_cart-ejb_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.4.x/cart-ejb/Makefile.orig Tue Sep 14 21:22:36 2010
|
||||
+++ demo/interop/jboss/jdk1.4.x/cart-ejb/Makefile Tue Sep 14 21:22:40 2010
|
||||
@@ -105,19 +105,19 @@ clean:
|
||||
rm -rf java javax org
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
|
||||
- $(ISRCCMD) client.cc $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
|
||||
- $(ISCRIPTCMD) run-client $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
|
||||
- $(ISRCCMD) META-INF/ejb-jar.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
|
||||
- $(ISRCCMD) META-INF/jboss.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
|
||||
- $(ISRCCMD) examples/BookException.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/Cart.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/CartBean.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/CartHome.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
- $(ISRCCMD) examples/IdVerifier.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
- $(ISRCCMD) jdk1.4-Throwable/StackTraceElement.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) jdk1.4-Throwable/Throwable.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) jdk1.4-Throwable/seq1_StackTraceElement.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
|
||||
+ $(ISRCCMD) client.cc $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
|
||||
+ $(ISCRIPTCMD) run-client $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb
|
||||
+ $(ISRCCMD) META-INF/ejb-jar.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
|
||||
+ $(ISRCCMD) META-INF/jboss.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF
|
||||
+ $(ISRCCMD) examples/BookException.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/Cart.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/CartBean.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/CartHome.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) examples/IdVerifier.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/StackTraceElement.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/Throwable.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/seq1_StackTraceElement.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable
|
@ -0,0 +1,36 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_4_x_converter-ejb_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.4.x/converter-ejb/Makefile.orig Tue Sep 14 21:22:40 2010
|
||||
+++ demo/interop/jboss/jdk1.4.x/converter-ejb/Makefile Tue Sep 14 21:22:43 2010
|
||||
@@ -104,18 +104,18 @@ clean:
|
||||
rm -rf java javax org
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
|
||||
- $(ISRCCMD) client.cc $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
|
||||
- $(ISCRIPTCMD) run-client $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
|
||||
- $(ISRCCMD) META-INF/ejb-jar.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
|
||||
- $(ISRCCMD) META-INF/jboss.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
|
||||
- $(ISRCCMD) examples/Converter.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
- $(ISRCCMD) examples/ConverterBean.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
- $(ISRCCMD) examples/ConverterHome.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
- $(ISRCCMD) jdk1.4-Throwable/StackTraceElement.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) jdk1.4-Throwable/Throwable.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) jdk1.4-Throwable/seq1_StackTraceElement.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
|
||||
+ $(ISRCCMD) client.cc $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
|
||||
+ $(ISCRIPTCMD) run-client $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb
|
||||
+ $(ISRCCMD) META-INF/ejb-jar.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
|
||||
+ $(ISRCCMD) META-INF/jboss.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF
|
||||
+ $(ISRCCMD) examples/Converter.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
+ $(ISRCCMD) examples/ConverterBean.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
+ $(ISRCCMD) examples/ConverterHome.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/StackTraceElement.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/Throwable.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/seq1_StackTraceElement.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable
|
||||
|
@ -0,0 +1,43 @@
|
||||
$OpenBSD: patch-demo_interop_jboss_jdk1_4_x_corba-friendly-ejb_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/interop/jboss/jdk1.4.x/corba-friendly-ejb/Makefile.orig Tue Sep 14 21:22:43 2010
|
||||
+++ demo/interop/jboss/jdk1.4.x/corba-friendly-ejb/Makefile Tue Sep 14 21:22:47 2010
|
||||
@@ -117,21 +117,21 @@ clean:
|
||||
rm -rf java javax org
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
|
||||
- $(ISRCCMD) client.cc $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
|
||||
- $(ISCRIPTCMD) run-client $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
|
||||
- $(ISRCCMD) META-INF/ejb-jar.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
|
||||
- $(ISRCCMD) META-INF/jboss.xml $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
|
||||
- $(ISRCCMD) examples/CorbaFriendlySession.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/CorbaFriendlySessionBean.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/CorbaFriendlySessionHome.java $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/CorbaFriendlySession.cc.saved $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/CorbaFriendlySession.h.saved $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
- $(ISRCCMD) examples/corba/DataObject.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba
|
||||
- $(ISRCCMD) jdk1.4-Throwable/StackTraceElement.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) jdk1.4-Throwable/Throwable.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
||||
- $(ISRCCMD) jdk1.4-Throwable/seq1_StackTraceElement.idl $(INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
|
||||
+ $(ISRCCMD) client.cc $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
|
||||
+ $(ISCRIPTCMD) run-client $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb
|
||||
+ $(ISRCCMD) META-INF/ejb-jar.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
|
||||
+ $(ISRCCMD) META-INF/jboss.xml $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySession.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySessionBean.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySessionHome.java $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySession.cc.saved $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/CorbaFriendlySession.h.saved $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples
|
||||
+ $(ISRCCMD) examples/corba/DataObject.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/StackTraceElement.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/Throwable.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
||||
+ $(ISRCCMD) jdk1.4-Throwable/seq1_StackTraceElement.idl $(SHARED_INSTDIR)/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable
|
14
devel/mico/patches/patch-demo_mt_Makefile
Normal file
14
devel/mico/patches/patch-demo_mt_Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-demo_mt_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/mt/Makefile.orig Tue Sep 14 21:19:18 2010
|
||||
+++ demo/mt/Makefile Tue Sep 14 21:19:30 2010
|
||||
@@ -13,7 +13,7 @@ clean:
|
||||
rm -f *.o core *~ .depend
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/mt
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/mt
|
||||
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/mt
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/mt
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/mt
|
||||
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/mt
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
@ -1,6 +1,6 @@
|
||||
--- demo/obv/Makefile.orig Thu Jun 28 02:51:10 2001
|
||||
+++ demo/obv/Makefile Thu Jun 28 02:51:37 2001
|
||||
@@ -13,7 +13,7 @@ clean:
|
||||
--- demo/obv/Makefile.orig Fri Jul 25 15:41:41 2008
|
||||
+++ demo/obv/Makefile Mon Sep 13 21:10:56 2010
|
||||
@@ -16,7 +16,7 @@ clean:
|
||||
rm -f *.o core *~ .depend
|
||||
|
||||
install:
|
||||
|
14
devel/mico/patches/patch-demo_pi_Makefile
Normal file
14
devel/mico/patches/patch-demo_pi_Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-demo_pi_Makefile,v 1.1 2010/09/22 08:42:53 landry Exp $
|
||||
--- demo/pi/Makefile.orig Tue Sep 14 21:18:56 2010
|
||||
+++ demo/pi/Makefile Tue Sep 14 21:19:09 2010
|
||||
@@ -16,7 +16,7 @@ clean:
|
||||
rm -f *.o core *~ .depend
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/pi
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/pi
|
||||
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/pi
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/pi
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/pi
|
||||
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/pi
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
@ -1,7 +1,7 @@
|
||||
--- demo/poa/Makefile.orig Thu Jun 28 02:52:04 2001
|
||||
+++ demo/poa/Makefile Thu Jun 28 02:52:24 2001
|
||||
@@ -13,7 +13,7 @@ clean:
|
||||
rm -f *.o core *~ .depend
|
||||
--- demo/poa/Makefile.orig Fri Jul 25 15:41:40 2008
|
||||
+++ demo/poa/Makefile Mon Sep 13 21:10:56 2010
|
||||
@@ -16,7 +16,7 @@ run:
|
||||
for i in $(DIRS); do $(MAKE) -C $$i run || exit 1; done
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/poa
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- demo/redlich/Makefile.orig Thu Jun 28 02:52:44 2001
|
||||
+++ demo/redlich/Makefile Thu Jun 28 02:53:11 2001
|
||||
@@ -33,7 +33,7 @@ clean:
|
||||
for i in $(DIRS); do $(MAKE) -C $$i clean || exit 1; done
|
||||
|
||||
install:
|
||||
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/redlich
|
||||
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/redlich
|
||||
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/redlich
|
||||
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/redlich
|
||||
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/redlich
|
||||
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/redlich
|
||||
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done
|
@ -1,6 +1,6 @@
|
||||
--- demo/services/Makefile.orig Thu Jun 28 02:53:39 2001
|
||||
+++ demo/services/Makefile Thu Jun 28 02:53:57 2001
|
||||
@@ -13,7 +13,7 @@ clean:
|
||||
--- demo/services/Makefile.orig Fri Jul 25 15:41:41 2008
|
||||
+++ demo/services/Makefile Mon Sep 13 21:10:56 2010
|
||||
@@ -49,7 +49,7 @@ clean:
|
||||
rm -f *.o core *~ .depend
|
||||
|
||||
install:
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-c++-common_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-c++-common.cc.orig Sat Aug 14 16:03:19 2004
|
||||
+++ idl/codegen-c++-common.cc Sat Aug 14 16:03:32 2004
|
||||
@@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "codegen-c++-common.h"
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-c++-impl_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-c++-impl.cc.orig Sat Aug 14 16:04:08 2004
|
||||
+++ idl/codegen-c++-impl.cc Sat Aug 14 16:04:15 2004
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "codegen-c++-impl.h"
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-c++-skel_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-c++-skel.cc.orig Sat Aug 14 16:04:38 2004
|
||||
+++ idl/codegen-c++-skel.cc Sat Aug 14 16:04:48 2004
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "codegen-c++-skel.h"
|
@ -1,68 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-c++-stub_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-c++-stub.cc.orig Sun Sep 2 20:23:05 2001
|
||||
+++ idl/codegen-c++-stub.cc Sun Aug 15 19:34:55 2004
|
||||
@@ -22,9 +22,9 @@
|
||||
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
+#include <sstream>
|
||||
#include "codegen-c++-stub.h"
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
||||
@@ -2773,7 +2773,7 @@ void CodeGenCPPStub::emit_Constant( CORB
|
||||
|
||||
string const_type;
|
||||
{
|
||||
- ostrstream ostr;
|
||||
+ ostringstream ostr;
|
||||
Output save;
|
||||
o.save_streams (save);
|
||||
o.start_output (ostr);
|
||||
@@ -2784,14 +2784,12 @@ void CodeGenCPPStub::emit_Constant( CORB
|
||||
o.stop_output ();
|
||||
o.restore_streams (save);
|
||||
|
||||
- ostr << ends;
|
||||
const_type = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
}
|
||||
|
||||
string const_init;
|
||||
{
|
||||
- ostrstream ostr;
|
||||
+ ostringstream ostr;
|
||||
Output save;
|
||||
o.save_streams (save);
|
||||
o.start_output (ostr);
|
||||
@@ -2818,9 +2816,7 @@ void CodeGenCPPStub::emit_Constant( CORB
|
||||
o.stop_output ();
|
||||
o.restore_streams (save);
|
||||
|
||||
- ostr << ends;
|
||||
const_init = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
}
|
||||
|
||||
CORBA::String_var const_name = c->name();
|
||||
@@ -3223,7 +3219,7 @@ CodeGenCPPStub::emit_typecode_def (CORBA
|
||||
#else
|
||||
string init;
|
||||
{
|
||||
- ostrstream ostr;
|
||||
+ ostringstream ostr;
|
||||
Output save;
|
||||
o.save_streams (save);
|
||||
o.start_output (ostr);
|
||||
@@ -3234,9 +3230,7 @@ CodeGenCPPStub::emit_typecode_def (CORBA
|
||||
o.stop_output ();
|
||||
o.restore_streams (save);
|
||||
|
||||
- ostr << ends;
|
||||
init = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
}
|
||||
emit_var_def ("CORBA::TypeCodeConst", scope, name, init);
|
||||
#endif
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-c++-util_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-c++-util.cc.orig Sat Aug 14 16:09:15 2004
|
||||
+++ idl/codegen-c++-util.cc Sat Aug 14 16:09:23 2004
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "codegen-c++-util.h"
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-c++_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-c++.cc.orig Sun Sep 2 20:23:05 2001
|
||||
+++ idl/codegen-c++.cc Fri Jul 30 17:27:58 2004
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
+#include <fstream>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "codegen-c++.h"
|
||||
@@ -217,8 +217,8 @@ void CodeGenCPP::emit( string &fn )
|
||||
#define noreplace trunc
|
||||
#endif
|
||||
|
||||
- ofstream implheader( fnImplH.c_str(), ios::noreplace|ios::trunc|ios::out );
|
||||
- ofstream implcpp( fnImplCPP.c_str(), ios::noreplace|ios::trunc|ios::out );
|
||||
+ ofstream implheader( fnImplH.c_str(), ios::trunc|ios::out );
|
||||
+ ofstream implcpp( fnImplCPP.c_str(), ios::trunc|ios::out );
|
||||
|
||||
bool cont = true;
|
||||
|
@ -1,32 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-idl_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-idl.cc.orig Sun Sep 2 20:23:05 2001
|
||||
+++ idl/codegen-idl.cc Sun Aug 15 19:35:36 2004
|
||||
@@ -21,7 +21,8 @@
|
||||
*/
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
+#include <fstream>
|
||||
+#include <sstream>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#ifdef USE_CCM
|
||||
@@ -71,7 +72,7 @@ void CodeGenIDL::emit( string &fnbase )
|
||||
|
||||
string CodeGenIDL::emit( CORBA::IRObject_ptr obj )
|
||||
{
|
||||
- ostrstream idl;
|
||||
+ ostringstream idl;
|
||||
|
||||
CORBA::Contained_var contained = CORBA::Contained::_narrow( obj );
|
||||
if( !CORBA::is_nil( contained ) ) {
|
||||
@@ -84,9 +85,7 @@ string CodeGenIDL::emit( CORBA::IRObject
|
||||
o.stop_output();
|
||||
}
|
||||
|
||||
- idl << ends;
|
||||
string result = idl.str();
|
||||
- idl.rdbuf()->freeze( 0 );
|
||||
return result;
|
||||
}
|
||||
|
@ -1,32 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen-midl_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen-midl.cc.orig Sun Sep 2 20:23:06 2001
|
||||
+++ idl/codegen-midl.cc Sun Aug 15 19:36:01 2004
|
||||
@@ -21,7 +21,8 @@
|
||||
*/
|
||||
|
||||
#include <CORBA.h>
|
||||
-#include <fstream.h>
|
||||
+#include <fstream>
|
||||
+#include <sstream>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include "codegen-midl.h"
|
||||
@@ -73,7 +74,7 @@ void CodeGenMIDL::emit( string &fnbase )
|
||||
|
||||
string CodeGenMIDL::emit( CORBA::IRObject_ptr obj )
|
||||
{
|
||||
- ostrstream idl;
|
||||
+ ostringstream idl;
|
||||
|
||||
CORBA::Contained_var contained = CORBA::Contained::_narrow( obj );
|
||||
if( !CORBA::is_nil( contained ) ) {
|
||||
@@ -184,9 +185,7 @@ string CodeGenMIDL::emit( CORBA::IRObjec
|
||||
assert( 0 );
|
||||
}
|
||||
o.stop_output();
|
||||
- idl << ends;
|
||||
string result = idl.str();
|
||||
- idl.rdbuf()->freeze( 0 );
|
||||
return result;
|
||||
}
|
||||
|
@ -1,30 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen.cc.orig Sun Sep 2 20:23:06 2001
|
||||
+++ idl/codegen.cc Sun Aug 15 19:36:30 2004
|
||||
@@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <CORBA.h>
|
||||
+#include <sstream>
|
||||
#include <mico/util.h>
|
||||
#include "codegen.h"
|
||||
|
||||
@@ -32,7 +33,7 @@ OutputStream::OutputStream( int indent )
|
||||
_indent = indent;
|
||||
_current_indent = 0;
|
||||
_bofl = true;
|
||||
- _ostr = new ostrstream;
|
||||
+ _ostr = new ostringstream;
|
||||
}
|
||||
|
||||
|
||||
@@ -502,9 +503,7 @@ void Output::free_streams()
|
||||
if( _streams[ i ] == NULL )
|
||||
continue;
|
||||
if( _ostr != NULL ) {
|
||||
- *_streams[ i ]->_ostr << ends;
|
||||
*_ostr << _streams[ i ]->_ostr->str();
|
||||
- _streams[ i ]->_ostr->rdbuf()->freeze( 0 );
|
||||
}
|
||||
delete _streams[ i ];
|
||||
_streams[ i ] = NULL;
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-idl_codegen_h,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/codegen.h.orig Sun Sep 2 20:23:03 2001
|
||||
+++ idl/codegen.h Sun Aug 15 19:36:49 2004
|
||||
@@ -23,8 +23,8 @@
|
||||
#ifndef __CODEGEN_H__
|
||||
#define __CODEGEN_H__
|
||||
|
||||
-#include <iostream.h>
|
||||
-#include <strstream.h>
|
||||
+#include <iostream>
|
||||
+#include <sstream>
|
||||
|
||||
#include <CORBA.h>
|
||||
#include <mico/template_impl.h>
|
||||
@@ -60,7 +60,7 @@ private:
|
||||
int _current_indent;
|
||||
bool _bofl; // Beginning of line
|
||||
// changed for Cygnus CDK
|
||||
- ostrstream *_ostr;
|
||||
+ ostringstream *_ostr;
|
||||
void checkBofL();
|
||||
|
||||
public:
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-idl_error_h,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/error.h.orig Sun Sep 2 20:23:03 2001
|
||||
+++ idl/error.h Sun Aug 15 19:37:01 2004
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef __ERROR_H__
|
||||
#define __ERROR_H__
|
||||
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
|
||||
#include <CORBA.h>
|
||||
#include <mico/template_impl.h>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-idl_main_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/main.cc.orig Sun Sep 2 20:23:07 2001
|
||||
+++ idl/main.cc Sun Aug 15 19:37:22 2004
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <CORBA.h>
|
||||
#include <stdio.h>
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
#include <unistd.h>
|
||||
#include <mico/ir_creator.h>
|
||||
#include <mico/util.h>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-idl_params_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/params.cc.orig Sun Sep 2 20:23:07 2001
|
||||
+++ idl/params.cc Sun Aug 15 19:37:29 2004
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <CORBA.h>
|
||||
#include <stdio.h>
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
#include <unistd.h>
|
||||
#include <mico/ir_creator.h>
|
||||
#include <mico/util.h>
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-idl_parsenode_h,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/parsenode.h.orig Sun Sep 2 20:23:03 2001
|
||||
+++ idl/parsenode.h Sun Aug 15 19:37:47 2004
|
||||
@@ -27,12 +27,13 @@
|
||||
#include <assert.h>
|
||||
#endif
|
||||
|
||||
-#include <fstream.h>
|
||||
#ifdef _WINDOWS
|
||||
#include <mico/config-win32.h>
|
||||
#else
|
||||
#include <mico/config.h>
|
||||
#endif
|
||||
+
|
||||
+#include <fstream>
|
||||
|
||||
#include <string>
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-idl_parser_h,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/parser.h.orig Sun Sep 2 20:23:03 2001
|
||||
+++ idl/parser.h Sun Aug 15 19:37:56 2004
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef __PARSER_H__
|
||||
#define __PARSER_H__
|
||||
|
||||
-#include <fstream.h>
|
||||
+#include <fstream>
|
||||
|
||||
#include "parsenode.h"
|
||||
#include "prepro.h"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-idl_scanner_ll,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/scanner.ll.orig Fri Jul 30 17:12:21 2004
|
||||
+++ idl/scanner.ll Fri Jul 30 17:12:34 2004
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <iostream.h>
|
||||
#include <fstream.h>
|
||||
-#include <strstream.h>
|
||||
+#include <sstream>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-idl_yacc_yy,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- idl/yacc.yy.orig Sun Sep 2 20:23:25 2001
|
||||
+++ idl/yacc.yy Sun Aug 15 19:38:17 2004
|
||||
@@ -24,7 +24,8 @@
|
||||
|
||||
#include <CORBA.h>
|
||||
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
+
|
||||
#ifdef _WINDOWS
|
||||
#include <malloc.h>
|
||||
#endif
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-include_mico_fixed_h,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- include/mico/fixed.h.orig Sun Sep 2 20:20:09 2001
|
||||
+++ include/mico/fixed.h Sun Aug 15 19:38:39 2004
|
||||
@@ -31,7 +31,7 @@
|
||||
* a 114-bit mantissa allows for up to 31 exact digits.
|
||||
*/
|
||||
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
|
||||
class FixedBase {
|
||||
MICO_UShort _digits;
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-include_mico_util_h,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- include/mico/util.h.orig Sun Sep 2 20:20:14 2001
|
||||
+++ include/mico/util.h Sun Aug 15 19:38:48 2004
|
||||
@@ -25,9 +25,8 @@
|
||||
#define __mico_util_h__
|
||||
|
||||
#include <ctype.h>
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
#include <CORBA.h>
|
||||
+#include <iostream>
|
||||
#include <mico/os-misc.h>
|
||||
|
||||
namespace MICO {
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-ir_Makefile,v 1.1 2002/01/08 12:33:23 naddy Exp $
|
||||
--- ir/Makefile.orig Mon Jan 7 17:08:38 2002
|
||||
+++ ir/Makefile Tue Jan 8 02:29:39 2002
|
||||
@@ -45,6 +45,10 @@ endif
|
||||
|
||||
SHARED_OBJS=$(STATIC_OBJS:.o=.pic.o)
|
||||
$OpenBSD: patch-ir_Makefile,v 1.2 2010/09/22 08:42:53 landry Exp $
|
||||
--- ir/Makefile.orig Fri Jul 25 15:41:51 2008
|
||||
+++ ir/Makefile Mon Sep 13 21:10:57 2010
|
||||
@@ -63,6 +63,10 @@ HAVE_STATIC := yes
|
||||
endif
|
||||
endif
|
||||
|
||||
+ifeq ($(build_cpu), sparc)
|
||||
+ir_impl.o: CXXFLAGS=$(patsubst -O%,,$(CXXFLAGS))
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-man_man1_idl_1,v 1.1 2003/03/31 00:53:58 margarida Exp $
|
||||
--- man/man1/idl.1.orig Wed Mar 12 03:34:51 2003
|
||||
+++ man/man1/idl.1 Wed Mar 12 03:35:45 2003
|
||||
@@ -224,8 +224,8 @@ operations and attributes inherited from
|
||||
$OpenBSD: patch-man_man1_idl_1,v 1.2 2010/09/22 08:42:53 landry Exp $
|
||||
--- man/man1/idl.1.orig Fri Jul 25 15:41:42 2008
|
||||
+++ man/man1/idl.1 Mon Sep 13 21:10:57 2010
|
||||
@@ -251,8 +251,8 @@ operations and attributes inherited from all base inte
|
||||
.SH FILES
|
||||
~/.micorc
|
||||
.SH "SEE ALSO"
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-man_man1_imr_1,v 1.1 2003/03/31 00:53:58 margarida Exp $
|
||||
--- man/man1/imr.1.orig Wed Mar 12 03:36:47 2003
|
||||
+++ man/man1/imr.1 Wed Mar 12 03:37:18 2003
|
||||
@@ -85,8 +85,8 @@ will force activation of the implementat
|
||||
$OpenBSD: patch-man_man1_imr_1,v 1.2 2010/09/22 08:42:53 landry Exp $
|
||||
--- man/man1/imr.1.orig Fri Jul 25 15:41:42 2008
|
||||
+++ man/man1/imr.1 Mon Sep 13 21:10:58 2010
|
||||
@@ -85,8 +85,8 @@ will force activation of the implementation
|
||||
.SH FILES
|
||||
~/.micorc
|
||||
.SH "SEE ALSO"
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-man_man5_micorc_5,v 1.1 2003/03/31 00:53:58 margarida Exp $
|
||||
--- man/man5/micorc.5.orig Wed Mar 12 03:38:59 2003
|
||||
+++ man/man5/micorc.5 Wed Mar 12 03:39:39 2003
|
||||
@@ -162,7 +162,7 @@ This option tells an object implementati
|
||||
$OpenBSD: patch-man_man5_micorc_5,v 1.2 2010/09/22 08:42:53 landry Exp $
|
||||
--- man/man5/micorc.5.orig Fri Jul 25 15:41:42 2008
|
||||
+++ man/man5/micorc.5 Mon Sep 13 21:10:58 2010
|
||||
@@ -162,7 +162,7 @@ This option tells an object implementation the address
|
||||
You should use this option only when starting persistent servers that
|
||||
should register with the BOA daemon.
|
||||
.SH "SEE ALSO"
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-man_man8_ird_8,v 1.1 2003/03/31 00:53:58 margarida Exp $
|
||||
--- man/man8/ird.8.orig Wed Mar 12 03:40:07 2003
|
||||
+++ man/man8/ird.8 Wed Mar 12 03:41:19 2003
|
||||
$OpenBSD: patch-man_man8_ird_8,v 1.2 2010/09/22 08:42:53 landry Exp $
|
||||
--- man/man8/ird.8.orig Fri Jul 25 15:41:42 2008
|
||||
+++ man/man8/ird.8 Mon Sep 13 21:10:58 2010
|
||||
@@ -19,7 +19,7 @@
|
||||
.\" Send comments and/or bug reports to:
|
||||
.\" mico@informatik.uni-frankfurt.de
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-man_man8_ird_8,v 1.1 2003/03/31 00:53:58 margarida Exp $
|
||||
.SH NAME
|
||||
ird \- MICO interface repository server
|
||||
.SH SYNOPSIS
|
||||
@@ -62,7 +62,7 @@ is used as ior-file, the IOR is written
|
||||
@@ -62,7 +62,7 @@ is used as ior-file, the IOR is written to standard ou
|
||||
.SH FILES
|
||||
~/.micorc
|
||||
.SH "SEE ALSO"
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_address_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/address.cc.orig Sat Aug 14 16:30:06 2004
|
||||
+++ orb/address.cc Sat Aug 14 16:30:14 2004
|
||||
@@ -26,7 +26,6 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/os-net.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_any_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/any.cc.orig Sat Aug 14 16:30:20 2004
|
||||
+++ orb/any.cc Sat Aug 14 16:30:27 2004
|
||||
@@ -26,7 +26,6 @@
|
||||
#ifdef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/util.h>
|
||||
#include <mico/throw.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_boa_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/boa.cc.orig Sat Aug 14 16:30:34 2004
|
||||
+++ orb/boa.cc Sat Aug 14 16:30:37 2004
|
||||
@@ -27,7 +27,6 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/intercept.h>
|
||||
#include <mico/template_impl.h>
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-orb_buffer_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/buffer.cc.orig Sun Sep 2 20:21:53 2001
|
||||
+++ orb/buffer.cc Sun Aug 15 19:39:20 2004
|
||||
@@ -23,8 +23,8 @@
|
||||
#include <CORBA-SMALL.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
-#include <iostream.h>
|
||||
-#include <iomanip.h>
|
||||
+#include <iostream>
|
||||
+#include <iomanip>
|
||||
#include <mico/template_impl.h>
|
||||
|
||||
CORBA::Buffer::Buffer (void *b)
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_codeset_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/codeset.cc.orig Thu Sep 20 14:38:53 2001
|
||||
+++ orb/codeset.cc Sun Aug 15 19:39:26 2004
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <CORBA-SMALL.h>
|
||||
#include <string.h>
|
||||
+#include <iostream>
|
||||
#include <mico/util.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/intercept.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_context_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/context.cc.orig Sat Aug 14 16:32:16 2004
|
||||
+++ orb/context.cc Sat Aug 14 16:32:20 2004
|
||||
@@ -24,7 +24,6 @@
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <CORBA-SMALL.h>
|
||||
-#include <iostream.h>
|
||||
#include <mico/throw.h>
|
||||
#include <mico/template_impl.h>
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_dii_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/dii.cc.orig Sat Aug 14 16:32:28 2004
|
||||
+++ orb/dii.cc Sat Aug 14 16:32:33 2004
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
-#include <iostream.h>
|
||||
#include <mico/throw.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/intercept.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_dispatch_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/dispatch.cc.orig Sat Aug 14 16:32:41 2004
|
||||
+++ orb/dispatch.cc Sat Aug 14 16:32:45 2004
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
-#include <iostream.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_dsi_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/dsi.cc.orig Sat Aug 14 16:32:56 2004
|
||||
+++ orb/dsi.cc Sat Aug 14 16:33:00 2004
|
||||
@@ -27,7 +27,6 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/intercept.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
@ -1,37 +0,0 @@
|
||||
$OpenBSD: patch-orb_dynany_impl_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/dynany_impl.cc.orig Sun Sep 2 20:21:55 2001
|
||||
+++ orb/dynany_impl.cc Sun Aug 15 19:39:54 2004
|
||||
@@ -23,8 +23,8 @@
|
||||
#define MICO_CONF_IMR
|
||||
#define MICO_CONF_DYNANY
|
||||
|
||||
-#include <strstream.h>
|
||||
#include <CORBA-SMALL.h>
|
||||
+#include <sstream>
|
||||
#include <mico/dynany_impl.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/throw.h>
|
||||
@@ -992,10 +992,9 @@ DynFixed_impl::get_value ()
|
||||
CORBA::Boolean r = (_value >>= CORBA::Any::to_fixed (f, digits, scale));
|
||||
assert (r);
|
||||
|
||||
- ostrstream ostr;
|
||||
- ostr << f << ends;
|
||||
- char *out = CORBA::string_dup (ostr.str());
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
+ ostringstream ostr;
|
||||
+ ostr << f;
|
||||
+ char *out = CORBA::string_dup (ostr.str().c_str());
|
||||
|
||||
return out;
|
||||
}
|
||||
@@ -1008,7 +1007,8 @@ DynFixed_impl::set_value (const char *in
|
||||
|
||||
Fixed f (digits, scale);
|
||||
|
||||
- istrstream istr (in);
|
||||
+ string instr (in);
|
||||
+ istringstream istr (instr);
|
||||
// XXX check for bad input string...
|
||||
istr >> f;
|
||||
|
@ -1,32 +0,0 @@
|
||||
$OpenBSD: patch-orb_except_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/except.cc.orig Sun Sep 2 20:21:55 2001
|
||||
+++ orb/except.cc Sun Aug 15 19:40:09 2004
|
||||
@@ -26,8 +26,8 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
-#include <strstream.h>
|
||||
+#include <iostream>
|
||||
+#include <sstream>
|
||||
#include <mico/throw.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
@@ -116,14 +116,13 @@ CORBA::Exception::_clone () const
|
||||
void
|
||||
CORBA::Exception::_prepare_throw () const
|
||||
{
|
||||
- ostrstream ostr;
|
||||
+ ostringstream ostr;
|
||||
_print (ostr);
|
||||
- ostr << "" << ends;
|
||||
|
||||
if (_last_except_desc)
|
||||
CORBA::string_free (_last_except_desc);
|
||||
- _last_except_desc = CORBA::string_dup (ostr.str());
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
+
|
||||
+ _last_except_desc = CORBA::string_dup (ostr.str().c_str());
|
||||
}
|
||||
|
||||
#endif
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-orb_fixed_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/fixed.cc.orig Sun Sep 2 20:21:55 2001
|
||||
+++ orb/fixed.cc Sun Aug 15 19:40:17 2004
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <CORBA-SMALL.h>
|
||||
#include <mico/template_impl.h>
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
#include <ctype.h>
|
||||
#include <mico/os-math.h>
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-orb_iop_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/iop.cc.orig Tue Sep 25 11:07:15 2001
|
||||
+++ orb/iop.cc Sun Aug 15 19:40:26 2004
|
||||
@@ -27,7 +27,7 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-orb_ior_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/ior.cc.orig Sun Sep 2 20:21:56 2001
|
||||
+++ orb/ior.cc Sun Aug 15 19:40:33 2004
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-orb_memcheck_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/memcheck.cc.orig Sun Sep 2 20:21:59 2001
|
||||
+++ orb/memcheck.cc Sun Aug 15 19:40:43 2004
|
||||
@@ -36,7 +36,7 @@ void operator delete[] (void *_p)
|
||||
|
||||
#else
|
||||
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
|
||||
/*
|
||||
* Simple memchecker -- outputs some stats
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_object_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/object.cc.orig Sun Aug 15 07:37:56 2004
|
||||
+++ orb/object.cc Sun Aug 15 07:38:01 2004
|
||||
@@ -26,7 +26,6 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
||||
#include <mico/throw.h>
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-orb_orb_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/orb.cc.orig Mon Sep 24 16:29:05 2001
|
||||
+++ orb/orb.cc Sun Aug 15 19:40:54 2004
|
||||
@@ -24,7 +24,8 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
#include <mico/os-net.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/ssl.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_string_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/string.cc.orig Sun Aug 15 07:39:44 2004
|
||||
+++ orb/string.cc Sun Aug 15 07:39:48 2004
|
||||
@@ -24,7 +24,6 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/util.h>
|
||||
#include <mico/template_impl.h>
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_transport_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/transport.cc.orig Sun Aug 15 07:39:59 2004
|
||||
+++ orb/transport.cc Sun Aug 15 07:40:03 2004
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <CORBA-SMALL.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
-#include <iostream.h>
|
||||
|
||||
#include <mico/os-net.h>
|
||||
#include <mico/impl.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_typecode_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/typecode.cc.orig Sun Aug 15 07:40:24 2004
|
||||
+++ orb/typecode.cc Sun Aug 15 07:40:28 2004
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
-#include <iostream.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
@ -1,114 +0,0 @@
|
||||
$OpenBSD: patch-orb_util_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/util.cc.orig Sun Sep 2 20:22:03 2001
|
||||
+++ orb/util.cc Sun Aug 15 19:41:37 2004
|
||||
@@ -27,9 +27,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
-#include <iostream.h>
|
||||
-#include <fstream.h>
|
||||
-#include <strstream.h>
|
||||
+#include <iostream>
|
||||
+#include <fstream>
|
||||
+#include <sstream>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
||||
@@ -95,76 +95,57 @@ xstrerror (int err)
|
||||
string
|
||||
xdec (int i)
|
||||
{
|
||||
- ostrstream ostr;
|
||||
- ostr << i << ends;
|
||||
-
|
||||
- string s = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
- return s;
|
||||
+ ostringstream ostr;
|
||||
+ ostr << i;
|
||||
+ return ostr.str();
|
||||
}
|
||||
|
||||
string
|
||||
xdec (long i)
|
||||
{
|
||||
- ostrstream ostr;
|
||||
- ostr << i << ends;
|
||||
-
|
||||
- string s = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
- return s;
|
||||
+ ostringstream ostr;
|
||||
+ ostr << i;
|
||||
+ return ostr.str();
|
||||
}
|
||||
|
||||
string
|
||||
xdec (OSMisc::longlong i)
|
||||
{
|
||||
- ostrstream ostr;
|
||||
+ ostringstream ostr;
|
||||
#if defined(_WINDOWS) && !defined(__MINGW32__)
|
||||
- ostr << long(i) << ends; //XXX
|
||||
+ ostr << long(i);
|
||||
#else
|
||||
- ostr << i << ends;
|
||||
+ ostr << i;
|
||||
#endif
|
||||
-
|
||||
- string s = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
- return s;
|
||||
+ return ostr.str();
|
||||
}
|
||||
|
||||
string
|
||||
xdec (unsigned int i)
|
||||
{
|
||||
- ostrstream ostr;
|
||||
- ostr << i << ends;
|
||||
-
|
||||
- string s = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
- return s;
|
||||
+ ostringstream ostr;
|
||||
+ ostr << i;
|
||||
+ return ostr.str();
|
||||
}
|
||||
|
||||
string
|
||||
xdec (unsigned long i)
|
||||
{
|
||||
- ostrstream ostr;
|
||||
- ostr << i << ends;
|
||||
-
|
||||
- string s = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
- return s;
|
||||
+ ostringstream ostr;
|
||||
+ ostr << i;
|
||||
+ return ostr.str();
|
||||
}
|
||||
|
||||
string
|
||||
xdec (OSMisc::ulonglong i)
|
||||
{
|
||||
- ostrstream ostr;
|
||||
-
|
||||
-#if defined(_WINDOWS) && !defined(__MINGW32__) && !defined(__BORLANDC__)
|
||||
- ostr << unsigned long(i) << ends; //XXX
|
||||
+ ostringstream ostr;
|
||||
+#if defined(_WINDOWS) && !defined(__MINGW32__)
|
||||
+ ostr << unsigned long(i);
|
||||
#else
|
||||
- ostr << i << ends;
|
||||
+ ostr << i;
|
||||
#endif
|
||||
-
|
||||
- string s = ostr.str();
|
||||
- ostr.rdbuf()->freeze (0);
|
||||
- return s;
|
||||
+ return ostr.str();
|
||||
}
|
||||
|
||||
size_t
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-orb_value_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- orb/value.cc.orig Sun Aug 15 07:46:25 2004
|
||||
+++ orb/value.cc Sun Aug 15 07:46:33 2004
|
||||
@@ -24,7 +24,6 @@
|
||||
#ifndef _WINDOWS
|
||||
#include <string.h>
|
||||
#endif
|
||||
-#include <iostream.h>
|
||||
#include <mico/impl.h>
|
||||
#include <mico/template_impl.h>
|
||||
#include <mico/util.h>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-tools_iordump_iordump_cc,v 1.1 2004/09/26 12:11:00 espie Exp $
|
||||
--- tools/iordump/iordump.cc.orig Fri Apr 7 18:04:07 2000
|
||||
+++ tools/iordump/iordump.cc Sun Aug 15 19:41:49 2004
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <CORBA.h>
|
||||
#include <string.h>
|
||||
#include <mico/template_impl.h>
|
||||
-#include <iostream.h>
|
||||
+#include <iostream>
|
||||
|
||||
void
|
||||
usage (const char * argv0)
|
@ -1,8 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2006/01/09 23:38:18 naddy Exp $
|
||||
bin/mico-shc++
|
||||
bin/mico-shld
|
||||
@lib lib/libmico2.3.6.so.${LIBmico2.3.6_VERSION}
|
||||
@lib lib/libmicoaux2.3.6.so.${LIBmicoaux2.3.6_VERSION}
|
||||
@lib lib/libmicocoss2.3.6.so.${LIBmicocoss2.3.6_VERSION}
|
||||
@lib lib/libmicoir2.3.6.so.${LIBmicoir2.3.6_VERSION}
|
||||
@lib lib/libmicox2.3.6.so.${LIBmicox2.3.6_VERSION}
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2010/09/22 08:42:53 landry Exp $
|
||||
@lib lib/libmico${V}.so.${LIBmico2.3.13_VERSION}
|
||||
@lib lib/libmicoaux${V}.so.${LIBmicoaux2.3.13_VERSION}
|
||||
@lib lib/libmicocoss${V}.so.${LIBmicocoss2.3.13_VERSION}
|
||||
@lib lib/libmicoir${V}.so.${LIBmicoir2.3.13_VERSION}
|
||||
@lib lib/libmicox${V}.so.${LIBmicox2.3.13_VERSION}
|
||||
|
@ -1,106 +1,103 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/09/26 13:05:27 espie Exp $
|
||||
bin/containmentd
|
||||
bin/eventd
|
||||
bin/idl
|
||||
bin/imr
|
||||
bin/iordump
|
||||
bin/ird
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/09/22 08:42:53 landry Exp $
|
||||
@pkgpath devel/mico,ssl
|
||||
%%SHARED%%
|
||||
@bin bin/eventd
|
||||
@bin bin/idl
|
||||
@bin bin/imr
|
||||
@bin bin/iordump
|
||||
@bin bin/ird
|
||||
bin/mico-ar
|
||||
bin/mico-c++
|
||||
bin/mico-cpp
|
||||
bin/mico-config
|
||||
@bin bin/mico-cpp
|
||||
bin/mico-ld
|
||||
bin/micod
|
||||
bin/noded
|
||||
bin/nsadmin
|
||||
bin/nsd
|
||||
bin/propertyd
|
||||
bin/proxyd
|
||||
bin/randomd
|
||||
bin/referenced
|
||||
bin/timed
|
||||
bin/traderd
|
||||
bin/traversald
|
||||
bin/mico-shc++
|
||||
bin/mico-shld
|
||||
@bin bin/micod
|
||||
@bin bin/mkdepend
|
||||
@bin bin/nsadmin
|
||||
@bin bin/nsd
|
||||
@bin bin/propertyd
|
||||
@bin bin/timed
|
||||
include/CORBA-SMALL.h
|
||||
include/CORBA.h
|
||||
include/coss/
|
||||
include/coss/CompoundExternalization_impl.h
|
||||
include/coss/CosCompoundLifeCycle.idl
|
||||
include/coss/CosContainment.idl
|
||||
include/coss/CosContainment_impl.h
|
||||
include/coss/CosEventChannelAdmin.h
|
||||
include/coss/CosEventChannelAdmin.idl
|
||||
include/coss/CosEventComm.h
|
||||
include/coss/CosEventComm.idl
|
||||
include/coss/CosExternalization.idl
|
||||
include/coss/CosExternalizationContainment.idl
|
||||
include/coss/CosExternalizationReference.idl
|
||||
include/coss/CosGraphs.idl
|
||||
include/coss/CosGraphsExtension.idl
|
||||
include/coss/CosLifeCycle.idl
|
||||
include/coss/CosLifeCycleContainment.idl
|
||||
include/coss/CosLifeCycleReference.idl
|
||||
include/coss/CosNaming.h
|
||||
include/coss/CosNaming.idl
|
||||
include/coss/CosObjectIdentity.idl
|
||||
include/coss/CosReference.idl
|
||||
include/coss/CosReference_impl.h
|
||||
include/coss/CosRelationships.idl
|
||||
include/coss/CosStream_impl.h
|
||||
include/coss/CosTime.h
|
||||
include/coss/CosTime.idl
|
||||
include/coss/CosTrading.idl
|
||||
include/coss/CosTradingRepos.idl
|
||||
include/coss/EdgeIterator_impl.h
|
||||
include/coss/ExternalizationContainment_impl.h
|
||||
include/coss/ExternalizationPropagationCriteriaFactory_impl.h
|
||||
include/coss/ExternalizationReference_impl.h
|
||||
include/coss/ExternalizationTraversalCriteria_impl.h
|
||||
include/coss/Externalization_impl.h
|
||||
include/coss/FactoryFinder_impl.h
|
||||
include/coss/GTP.idl
|
||||
include/coss/GenericCriteriaFactory_impl.h
|
||||
include/coss/GenericFactory_impl.h
|
||||
include/coss/GraphsRole_impl.h
|
||||
include/coss/IdentifiableObject_impl.h
|
||||
include/coss/InterfaceDefsHelper.h
|
||||
include/coss/LifeContainment_impl.h
|
||||
include/coss/LifeNode_impl.h
|
||||
include/coss/LifePropagationCriteriaFactory_impl.h
|
||||
include/coss/LifeReference_impl.h
|
||||
include/coss/LifeRelationship_impl.h
|
||||
include/coss/LifeRole_impl.h
|
||||
include/coss/LifeTraversalCriteria_impl.h
|
||||
include/coss/MobileTerminal.idl
|
||||
include/coss/MobileTerminalNotification.idl
|
||||
include/coss/NamedRoleTypesHelper.h
|
||||
include/coss/NodeFactory_impl.h
|
||||
include/coss/NodeStreamableFactory_impl.h
|
||||
include/coss/Node_impl.h
|
||||
include/coss/OperationsFactory_impl.h
|
||||
include/coss/Operations_impl.h
|
||||
include/coss/PropertyService.h
|
||||
include/coss/PropertyService.idl
|
||||
include/coss/PropertyService_impl.h
|
||||
include/coss/RandomGenerator.idl
|
||||
include/coss/RandomGenerator_impl.h
|
||||
include/coss/RegisterHelper.h
|
||||
include/coss/RelationshipFactory_impl.h
|
||||
include/coss/RelationshipIterator_impl.h
|
||||
include/coss/Relationship_impl.h
|
||||
include/coss/RoleFactory_impl.h
|
||||
include/coss/Role_impl.h
|
||||
include/coss/TraversalCriteria_impl.h
|
||||
include/coss/TraversalFactory_impl.h
|
||||
include/coss/Traversal_impl.h
|
||||
include/coss/random.idl
|
||||
include/coss/stream.idl
|
||||
include/coss/stream_impl.h
|
||||
include/mico/
|
||||
include/mico/CCM.h
|
||||
include/mico/CCM.idl
|
||||
include/mico/CCMContainer.h
|
||||
include/mico/CompoundExternalization_impl.h
|
||||
include/mico/CosCompoundLifeCycle.idl
|
||||
include/mico/CosContainment.h
|
||||
include/mico/CosContainment.idl
|
||||
include/mico/CosContainment_impl.h
|
||||
include/mico/CosEventChannelAdmin.h
|
||||
include/mico/CosEventChannelAdmin.idl
|
||||
include/mico/CosEventComm.h
|
||||
include/mico/CosEventComm.idl
|
||||
include/mico/CosExternalization.idl
|
||||
include/mico/CosExternalizationContainment.idl
|
||||
include/mico/CosExternalizationReference.idl
|
||||
include/mico/CosGraphs.h
|
||||
include/mico/CosGraphs.idl
|
||||
include/mico/CosGraphsExtension.h
|
||||
include/mico/CosGraphsExtension.idl
|
||||
include/mico/CosLifeCycle.idl
|
||||
include/mico/CosLifeCycleContainment.idl
|
||||
include/mico/CosLifeCycleReference.idl
|
||||
include/mico/CosNaming.h
|
||||
include/mico/CosNaming.idl
|
||||
include/mico/CosObjectIdentity.h
|
||||
include/mico/CosObjectIdentity.idl
|
||||
include/mico/CosReference.h
|
||||
include/mico/CosReference.idl
|
||||
include/mico/CosReference_impl.h
|
||||
include/mico/CosRelationships.h
|
||||
include/mico/CosRelationships.idl
|
||||
include/mico/CosStream_impl.h
|
||||
include/mico/CosTime.h
|
||||
include/mico/CosTime.idl
|
||||
include/mico/CosTrading.h
|
||||
include/mico/CosTrading.idl
|
||||
include/mico/CosTradingRepos.h
|
||||
include/mico/CosTradingRepos.idl
|
||||
include/mico/EdgeIterator_impl.h
|
||||
include/mico/ExternalizationContainment_impl.h
|
||||
include/mico/ExternalizationPropagationCriteriaFactory_impl.h
|
||||
include/mico/ExternalizationReference_impl.h
|
||||
include/mico/ExternalizationTraversalCriteria_impl.h
|
||||
include/mico/Externalization_impl.h
|
||||
include/mico/FactoryFinder_impl.h
|
||||
include/mico/GenericCriteriaFactory_impl.h
|
||||
include/mico/GenericFactory_impl.h
|
||||
include/mico/GraphsRole_impl.h
|
||||
include/mico/IdentifiableObject_impl.h
|
||||
include/mico/InterfaceDefsHelper.h
|
||||
include/mico/LifeContainment_impl.h
|
||||
include/mico/LifeNode_impl.h
|
||||
include/mico/LifePropagationCriteriaFactory_impl.h
|
||||
include/mico/LifeReference_impl.h
|
||||
include/mico/LifeRelationship_impl.h
|
||||
include/mico/LifeRole_impl.h
|
||||
include/mico/LifeTraversalCriteria_impl.h
|
||||
include/mico/NamedRoleTypesHelper.h
|
||||
include/mico/NodeFactory_impl.h
|
||||
include/mico/NodeStreamableFactory_impl.h
|
||||
include/mico/Node_impl.h
|
||||
include/mico/OperationsFactory_impl.h
|
||||
include/mico/Operations_impl.h
|
||||
include/mico/PropertyService.h
|
||||
include/mico/PropertyService.idl
|
||||
include/mico/PropertyService_impl.h
|
||||
include/mico/RandomGenerator.h
|
||||
include/mico/RandomGenerator.idl
|
||||
include/mico/RandomGenerator_impl.h
|
||||
include/mico/RegisterHelper.h
|
||||
include/mico/RelationshipFactory_impl.h
|
||||
include/mico/RelationshipIterator_impl.h
|
||||
include/mico/Relationship_impl.h
|
||||
include/mico/RoleFactory_impl.h
|
||||
include/mico/Role_impl.h
|
||||
include/mico/TraversalCriteria_impl.h
|
||||
include/mico/TraversalFactory_impl.h
|
||||
include/mico/Traversal_impl.h
|
||||
include/mico/address.h
|
||||
include/mico/address_impl.h
|
||||
include/mico/any.h
|
||||
@ -109,8 +106,6 @@ include/mico/assert.h
|
||||
include/mico/basic.h
|
||||
include/mico/basic_seq.h
|
||||
include/mico/basic_seq.idl
|
||||
include/mico/boa.h
|
||||
include/mico/boa_impl.h
|
||||
include/mico/buffer.h
|
||||
include/mico/code_set_registry.h
|
||||
include/mico/codec.h
|
||||
@ -121,6 +116,8 @@ include/mico/config-ppc.h
|
||||
include/mico/config-win32.h
|
||||
include/mico/config.h
|
||||
include/mico/config.h.in
|
||||
include/mico/config.idl
|
||||
include/mico/config.idl.in
|
||||
include/mico/conv_frame.idl
|
||||
include/mico/current.h
|
||||
include/mico/current.idl
|
||||
@ -130,15 +127,13 @@ include/mico/dynany.h
|
||||
include/mico/dynany.idl
|
||||
include/mico/dynany_impl.h
|
||||
include/mico/except.h
|
||||
include/mico/fast_array.h
|
||||
include/mico/fixed.h
|
||||
@comment include/mico/fixed.h.orig
|
||||
include/mico/fltkmico.h
|
||||
include/mico/gtkmico.h
|
||||
include/mico/impl.h
|
||||
include/mico/imr.h
|
||||
include/mico/imr.idl
|
||||
include/mico/intercept.h
|
||||
include/mico/intercept.idl
|
||||
include/mico/iop.h
|
||||
include/mico/ioptypes.h
|
||||
include/mico/ioptypes.idl
|
||||
@ -152,10 +147,25 @@ include/mico/ir_base.h
|
||||
include/mico/ir_base.idl
|
||||
include/mico/ir_creator.h
|
||||
include/mico/lmath.h
|
||||
include/mico/ltp.h
|
||||
include/mico/magic.h
|
||||
include/mico/memtrace.h
|
||||
include/mico/message.h
|
||||
include/mico/messaging.h
|
||||
include/mico/messaging.idl
|
||||
include/mico/messaging_impl.h
|
||||
include/mico/mt_dispatcher.h
|
||||
include/mico/mt_manager.h
|
||||
include/mico/mtdebug.h
|
||||
include/mico/mtpolicy.h
|
||||
include/mico/mtpolicy.idl
|
||||
include/mico/mtpolicy_impl.h
|
||||
include/mico/mttypes.h
|
||||
include/mico/mttypes.idl
|
||||
include/mico/native.h
|
||||
include/mico/object.h
|
||||
include/mico/operation.h
|
||||
include/mico/operation_impl.h
|
||||
include/mico/operators.h
|
||||
include/mico/orb.h
|
||||
include/mico/orb.idl
|
||||
@ -167,6 +177,15 @@ include/mico/orb_mico.h
|
||||
include/mico/os-math.h
|
||||
include/mico/os-misc.h
|
||||
include/mico/os-net.h
|
||||
include/mico/os-thread/
|
||||
include/mico/os-thread.h
|
||||
include/mico/os-thread/dcethreads.h
|
||||
include/mico/os-thread/pthreads.h
|
||||
include/mico/os-thread/pththreads.h
|
||||
include/mico/os-thread/solaris-threads.h
|
||||
include/mico/pi.h
|
||||
include/mico/pi.idl
|
||||
include/mico/pi_impl.h
|
||||
include/mico/poa.h
|
||||
include/mico/poa.idl
|
||||
include/mico/poa_base.h
|
||||
@ -177,12 +196,99 @@ include/mico/policy.idl
|
||||
include/mico/policy2.h
|
||||
include/mico/policy2.idl
|
||||
include/mico/policy_impl.h
|
||||
include/mico/poll_dispatcher.h
|
||||
include/mico/process.h
|
||||
include/mico/process_impl.h
|
||||
include/mico/qtmico.h
|
||||
include/mico/random.h
|
||||
include/mico/random.idl
|
||||
include/mico/reflection.h
|
||||
include/mico/reflection.idl
|
||||
include/mico/rtti.h
|
||||
include/mico/security/
|
||||
include/mico/security/AccessConfig.h
|
||||
include/mico/security/AuditConfig.h
|
||||
include/mico/security/AuditIntercept.h
|
||||
include/mico/security/AuditOptions.h
|
||||
include/mico/security/DomainManager.h
|
||||
include/mico/security/DomainManager.idl
|
||||
include/mico/security/DomainManager_impl.h
|
||||
include/mico/security/ODMConfig.h
|
||||
include/mico/security/RightsConfig.h
|
||||
include/mico/security/SecurityAdmin.h
|
||||
include/mico/security/SecurityAdmin.idl
|
||||
include/mico/security/SecurityAdmin_impl.h
|
||||
include/mico/security/access_impl.h
|
||||
include/mico/security/acext.asn1
|
||||
include/mico/security/acext.h
|
||||
include/mico/security/atlas.h
|
||||
include/mico/security/atlas.idl
|
||||
include/mico/security/audit_impl.h
|
||||
include/mico/security/csi.h
|
||||
include/mico/security/csi.idl
|
||||
include/mico/security/csi_base.h
|
||||
include/mico/security/csi_base.idl
|
||||
include/mico/security/csiiop.h
|
||||
include/mico/security/csiiop.idl
|
||||
include/mico/security/csiv2.h
|
||||
include/mico/security/csiv2.idl
|
||||
include/mico/security/csiv2_impl.h
|
||||
include/mico/security/gssup.h
|
||||
include/mico/security/gssup.idl
|
||||
include/mico/security/odm.h
|
||||
include/mico/security/odm.idl
|
||||
include/mico/security/odm_impl.h
|
||||
include/mico/security/security.h
|
||||
include/mico/security/security.idl
|
||||
include/mico/security/securitylevel1.h
|
||||
include/mico/security/securitylevel1.idl
|
||||
include/mico/security/securitylevel1_impl.h
|
||||
include/mico/security/securitylevel2.h
|
||||
include/mico/security/securitylevel2.idl
|
||||
include/mico/security/securitylevel2_impl.h
|
||||
include/mico/security/securitylevel3.h
|
||||
include/mico/security/securitylevel3.idl
|
||||
include/mico/security/securitylevel3_impl.h
|
||||
include/mico/security/sl3ac.h
|
||||
include/mico/security/sl3aqargs.h
|
||||
include/mico/security/sl3aqargs.idl
|
||||
include/mico/security/sl3aqargs_impl.h
|
||||
include/mico/security/sl3aqargs_p.h
|
||||
include/mico/security/sl3aqargs_p.idl
|
||||
include/mico/security/sl3aqargs_p_impl.h
|
||||
include/mico/security/sl3authorization.h
|
||||
include/mico/security/sl3authorization.idl
|
||||
include/mico/security/sl3cm.h
|
||||
include/mico/security/sl3cm.idl
|
||||
include/mico/security/sl3cmdext.h
|
||||
include/mico/security/sl3csi.h
|
||||
include/mico/security/sl3csi.idl
|
||||
include/mico/security/sl3csi_impl.h
|
||||
include/mico/security/sl3ipc.h
|
||||
include/mico/security/sl3ipc.idl
|
||||
include/mico/security/sl3ipc_impl.h
|
||||
include/mico/security/sl3om.h
|
||||
include/mico/security/sl3om.idl
|
||||
include/mico/security/sl3omext.h
|
||||
include/mico/security/sl3omext.idl
|
||||
include/mico/security/sl3pm.h
|
||||
include/mico/security/sl3pm.idl
|
||||
include/mico/security/sl3pm_impl.h
|
||||
include/mico/security/sl3tcpip.h
|
||||
include/mico/security/sl3tcpip.idl
|
||||
include/mico/security/sl3tcpip_impl.h
|
||||
include/mico/security/sl3tls.h
|
||||
include/mico/security/sl3tls.idl
|
||||
include/mico/security/sl3tls_impl.h
|
||||
include/mico/security/sl3utils.h
|
||||
include/mico/security/transportsecurity.h
|
||||
include/mico/security/transportsecurity.idl
|
||||
include/mico/security/transportsecurity_impl.h
|
||||
include/mico/security/transportsecurity_p.h
|
||||
include/mico/security/transportsecurity_p.idl
|
||||
include/mico/security/trust.h
|
||||
include/mico/security/trust.idl
|
||||
include/mico/security/userpassword.h
|
||||
include/mico/security/userpassword.idl
|
||||
include/mico/select_dispatcher.h
|
||||
include/mico/sequence.h
|
||||
include/mico/sequence_special.h
|
||||
include/mico/service_info.h
|
||||
@ -192,10 +298,8 @@ include/mico/shlib_impl.h
|
||||
include/mico/ssl.h
|
||||
include/mico/ssliop.h
|
||||
include/mico/ssliop.idl
|
||||
include/mico/static-dispatch.h
|
||||
include/mico/static.h
|
||||
include/mico/stream.h
|
||||
include/mico/stream.idl
|
||||
include/mico/stream_impl.h
|
||||
include/mico/string.h
|
||||
include/mico/sysexc.h
|
||||
include/mico/tcconst.h
|
||||
@ -205,17 +309,25 @@ include/mico/tclmico.h
|
||||
include/mico/template.h
|
||||
include/mico/template_impl.h
|
||||
include/mico/throw.h
|
||||
include/mico/timebase.h
|
||||
include/mico/timebase.idl
|
||||
include/mico/transport/
|
||||
include/mico/transport.h
|
||||
include/mico/transport/tcp.h
|
||||
include/mico/transport/udp.h
|
||||
include/mico/transport/unix.h
|
||||
include/mico/transport_impl.h
|
||||
include/mico/typecode.h
|
||||
include/mico/typecode_seq.h
|
||||
include/mico/typecode_seq.idl
|
||||
include/mico/types.h
|
||||
include/mico/util.h
|
||||
@comment include/mico/util.h.orig
|
||||
include/mico/value.h
|
||||
include/mico/valuetype.h
|
||||
include/mico/valuetype.idl
|
||||
include/mico/valuetype_impl.h
|
||||
include/mico/version.h
|
||||
include/mico/watm.h
|
||||
include/mico/x11.h
|
||||
include/ministl/
|
||||
include/ministl/algo.h
|
||||
@ -238,11 +350,11 @@ include/ministl/simplevec.h
|
||||
include/ministl/string
|
||||
include/ministl/vector
|
||||
include/ministl/vector.h
|
||||
lib/libmico2.3.6.a
|
||||
lib/libmicoaux2.3.6.a
|
||||
lib/libmicocoss2.3.6.a
|
||||
lib/libmicoir2.3.6.a
|
||||
lib/libmicox2.3.6.a
|
||||
lib/libmico${V}.a
|
||||
lib/libmicoaux${V}.a
|
||||
lib/libmicocoss${V}.a
|
||||
lib/libmicoir${V}.a
|
||||
lib/libmicox${V}.a
|
||||
lib/mico-setup.csh
|
||||
lib/mico-setup.sh
|
||||
@man man/man1/idl.1
|
||||
@ -263,45 +375,82 @@ share/doc/mico/examples/bench/bench.idl
|
||||
share/doc/mico/examples/bench/bench_impl.h
|
||||
share/doc/mico/examples/bench/client.cc
|
||||
share/doc/mico/examples/bench/server.cc
|
||||
share/doc/mico/examples/boa/
|
||||
share/doc/mico/examples/boa/Makefile
|
||||
share/doc/mico/examples/boa/README
|
||||
share/doc/mico/examples/boa/account/
|
||||
share/doc/mico/examples/boa/account/Makefile
|
||||
share/doc/mico/examples/boa/account/account.idl
|
||||
share/doc/mico/examples/boa/account/main.cc
|
||||
share/doc/mico/examples/boa/account2/
|
||||
share/doc/mico/examples/boa/account2/Makefile
|
||||
share/doc/mico/examples/boa/account2/account
|
||||
share/doc/mico/examples/boa/account2/account.idl
|
||||
share/doc/mico/examples/boa/account2/client.cc
|
||||
share/doc/mico/examples/boa/account2/server.cc
|
||||
share/doc/mico/examples/boa/account3/
|
||||
share/doc/mico/examples/boa/account3/Makefile
|
||||
share/doc/mico/examples/boa/account3/account
|
||||
share/doc/mico/examples/boa/account3/account.idl
|
||||
share/doc/mico/examples/boa/account3/client.cc
|
||||
share/doc/mico/examples/boa/account3/server.cc
|
||||
share/doc/mico/examples/boa/account4/
|
||||
share/doc/mico/examples/boa/account4/Makefile
|
||||
share/doc/mico/examples/boa/account4/account
|
||||
share/doc/mico/examples/boa/account4/account.idl
|
||||
share/doc/mico/examples/boa/account4/client.cc
|
||||
share/doc/mico/examples/boa/account4/server.cc
|
||||
share/doc/mico/examples/boa/activate/
|
||||
share/doc/mico/examples/boa/activate/Makefile
|
||||
share/doc/mico/examples/boa/activate/client.cc
|
||||
share/doc/mico/examples/boa/activate/hello-permethod
|
||||
share/doc/mico/examples/boa/activate/hello-shared
|
||||
share/doc/mico/examples/boa/activate/hello-unshared
|
||||
share/doc/mico/examples/boa/activate/hello.idl
|
||||
share/doc/mico/examples/boa/activate/server.cc
|
||||
share/doc/mico/examples/codesets/
|
||||
share/doc/mico/examples/codesets/Makefile
|
||||
share/doc/mico/examples/codesets/client.cc
|
||||
share/doc/mico/examples/codesets/hello.idl
|
||||
share/doc/mico/examples/codesets/runit
|
||||
share/doc/mico/examples/codesets/server.cc
|
||||
share/doc/mico/examples/csiv2/
|
||||
share/doc/mico/examples/csiv2/Makefile
|
||||
share/doc/mico/examples/csiv2/README
|
||||
share/doc/mico/examples/csiv2/hello-1/
|
||||
share/doc/mico/examples/csiv2/hello-1/Makefile
|
||||
share/doc/mico/examples/csiv2/hello-1/client.cc
|
||||
share/doc/mico/examples/csiv2/hello-1/hello
|
||||
share/doc/mico/examples/csiv2/hello-1/hello.idl
|
||||
share/doc/mico/examples/csiv2/hello-1/server.cc
|
||||
share/doc/mico/examples/csiv2/identity-1/
|
||||
share/doc/mico/examples/csiv2/identity-1/Makefile
|
||||
share/doc/mico/examples/csiv2/identity-1/client.cc
|
||||
share/doc/mico/examples/csiv2/identity-1/hello
|
||||
share/doc/mico/examples/csiv2/identity-1/hello.idl
|
||||
share/doc/mico/examples/csiv2/identity-1/server.cc
|
||||
share/doc/mico/examples/csiv2/interop/
|
||||
share/doc/mico/examples/csiv2/interop/Makefile
|
||||
share/doc/mico/examples/csiv2/interop/README
|
||||
share/doc/mico/examples/csiv2/interop/adiron/
|
||||
share/doc/mico/examples/csiv2/interop/adiron/InterOpTest.idl
|
||||
share/doc/mico/examples/csiv2/interop/adiron/Makefile
|
||||
share/doc/mico/examples/csiv2/interop/adiron/c_cert.pem
|
||||
share/doc/mico/examples/csiv2/interop/adiron/c_key.pem
|
||||
share/doc/mico/examples/csiv2/interop/adiron/ca_cert.pem
|
||||
share/doc/mico/examples/csiv2/interop/adiron/client.cc
|
||||
share/doc/mico/examples/csiv2/interop/adiron/client2.cc
|
||||
share/doc/mico/examples/csiv2/interop/adiron/get_iors.sh
|
||||
share/doc/mico/examples/csiv2/interop/adiron/iiop_csiv2_extedned_hello.sh
|
||||
share/doc/mico/examples/csiv2/interop/adiron/iiop_csiv2_hello.sh
|
||||
share/doc/mico/examples/csiv2/interop/adiron/iiop_hello.sh
|
||||
share/doc/mico/examples/csiv2/interop/adiron/run.sh
|
||||
share/doc/mico/examples/csiv2/interop/adiron/s_cert.pem
|
||||
share/doc/mico/examples/csiv2/interop/adiron/s_key.pem
|
||||
share/doc/mico/examples/csiv2/interop/adiron/server.cc
|
||||
share/doc/mico/examples/csiv2/interop/adiron/tls_csiv2_extedned_hello.sh
|
||||
share/doc/mico/examples/csiv2/interop/adiron/tls_csiv2_hello.sh
|
||||
share/doc/mico/examples/csiv2/interop/adiron/tls_hello.sh
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/Makefile
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/c_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/c_key.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/ca_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/client.cc
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/hello
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/hello.idl
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/s_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/s_key.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-1/server.cc
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/Makefile
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/c_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/c_key.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/ca_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/client.cc
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/hello
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/hello.idl
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/s_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/s_key.pem
|
||||
share/doc/mico/examples/csiv2/tls-hello-2/server.cc
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/Makefile
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/c_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/c_key.pem
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/ca_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/client.cc
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/hello
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/hello.idl
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/s_cert.pem
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/s_key.pem
|
||||
share/doc/mico/examples/csiv2/tls-identity-1/server.cc
|
||||
share/doc/mico/examples/dispatcher/
|
||||
share/doc/mico/examples/dispatcher/Makefile
|
||||
share/doc/mico/examples/dispatcher/README
|
||||
@ -316,12 +465,6 @@ share/doc/mico/examples/dynany/Makefile
|
||||
share/doc/mico/examples/dynany/dynany.cc
|
||||
share/doc/mico/examples/dynany/dynanytest.cc
|
||||
share/doc/mico/examples/dynany/test.idl
|
||||
share/doc/mico/examples/externalization/
|
||||
share/doc/mico/examples/externalization/Makefile
|
||||
share/doc/mico/examples/externalization/client.cc
|
||||
share/doc/mico/examples/externalization/hello.idl
|
||||
share/doc/mico/examples/externalization/runit
|
||||
share/doc/mico/examples/externalization/server.cc
|
||||
share/doc/mico/examples/generic/
|
||||
share/doc/mico/examples/generic/Makefile
|
||||
share/doc/mico/examples/generic/client.cc
|
||||
@ -332,12 +475,6 @@ share/doc/mico/examples/generic/test_cases
|
||||
share/doc/mico/examples/henning/
|
||||
share/doc/mico/examples/henning/README
|
||||
share/doc/mico/examples/henning/diffs
|
||||
share/doc/mico/examples/interceptor/
|
||||
share/doc/mico/examples/interceptor/Makefile
|
||||
share/doc/mico/examples/interceptor/client.cc
|
||||
share/doc/mico/examples/interceptor/hello.idl
|
||||
share/doc/mico/examples/interceptor/runit
|
||||
share/doc/mico/examples/interceptor/server.cc
|
||||
share/doc/mico/examples/interop/
|
||||
share/doc/mico/examples/interop/Makefile
|
||||
share/doc/mico/examples/interop/README
|
||||
@ -353,6 +490,103 @@ share/doc/mico/examples/interop/jacorb/account
|
||||
share/doc/mico/examples/interop/jacorb/client.cc
|
||||
share/doc/mico/examples/interop/jacorb/run_applet
|
||||
share/doc/mico/examples/interop/jacorb/server.cc
|
||||
share/doc/mico/examples/interop/jboss/
|
||||
share/doc/mico/examples/interop/jboss/Makefile
|
||||
share/doc/mico/examples/interop/jboss/README
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/ejb-jar.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/META-INF/jboss.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/client.cc
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/BookException.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/Cart.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartBean.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/CartHome.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/examples/IdVerifier.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/cart-ejb/run-client
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/ejb-jar.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/META-INF/jboss.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/client.cc
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/Converter.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterBean.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterHome.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/converter-ejb/run-client
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/ejb-jar.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/jboss.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/client.cc
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySession.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba/DataObject.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/corba-friendly-ejb/run-client
|
||||
share/doc/mico/examples/interop/jboss/jdk1.3.x/setenv.sh
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/ejb-jar.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/META-INF/jboss.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/client.cc
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/BookException.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/Cart.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartBean.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/CartHome.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/examples/IdVerifier.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/StackTraceElement.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/Throwable.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/cart-ejb/run-client
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/ejb-jar.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/META-INF/jboss.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/client.cc
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/Converter.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterBean.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterHome.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/StackTraceElement.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/Throwable.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/converter-ejb/run-client
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/ejb-jar.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/jboss.xml
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/Makefile
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/client.cc
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.cc.saved
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.h.saved
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba/DataObject.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/StackTraceElement.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/Throwable.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/corba-friendly-ejb/run-client
|
||||
share/doc/mico/examples/interop/jboss/jdk1.4.x/setenv.sh
|
||||
share/doc/mico/examples/interop/jdk/
|
||||
share/doc/mico/examples/interop/jdk/Account.idl
|
||||
share/doc/mico/examples/interop/jdk/Client.java
|
||||
@ -378,18 +612,24 @@ share/doc/mico/examples/interop/visibroker/README
|
||||
share/doc/mico/examples/interop/visibroker/account
|
||||
share/doc/mico/examples/interop/visibroker/main.cc
|
||||
share/doc/mico/examples/interop/visibroker/run_applet
|
||||
share/doc/mico/examples/lifecycle/
|
||||
share/doc/mico/examples/lifecycle/Makefile
|
||||
share/doc/mico/examples/lifecycle/client.cc
|
||||
share/doc/mico/examples/lifecycle/hello.idl
|
||||
share/doc/mico/examples/lifecycle/runit
|
||||
share/doc/mico/examples/lifecycle/server.cc
|
||||
share/doc/mico/examples/mcast/
|
||||
share/doc/mico/examples/mcast/Makefile
|
||||
share/doc/mico/examples/mcast/client.cc
|
||||
share/doc/mico/examples/mcast/hello.idl
|
||||
share/doc/mico/examples/mcast/runit
|
||||
share/doc/mico/examples/mcast/server.cc
|
||||
share/doc/mico/examples/mt/
|
||||
share/doc/mico/examples/mt/Makefile
|
||||
share/doc/mico/examples/mt/README
|
||||
share/doc/mico/examples/mt/callback/
|
||||
share/doc/mico/examples/mt/callback/Makefile
|
||||
share/doc/mico/examples/mt/callback/callback.idl
|
||||
share/doc/mico/examples/mt/callback/client.cc
|
||||
share/doc/mico/examples/mt/callback/run
|
||||
share/doc/mico/examples/mt/callback/server.cc
|
||||
share/doc/mico/examples/mt/prodcons-1/
|
||||
share/doc/mico/examples/mt/prodcons-1/Makefile
|
||||
share/doc/mico/examples/mt/prodcons-1/prodcons.cc
|
||||
share/doc/mico/examples/obv/
|
||||
share/doc/mico/examples/obv/Makefile
|
||||
share/doc/mico/examples/obv/README
|
||||
@ -434,6 +674,35 @@ share/doc/mico/examples/obv/tricky/tricky
|
||||
share/doc/mico/examples/obv/tricky/tricky.idl
|
||||
share/doc/mico/examples/obv/tricky/tricky_impl.cc
|
||||
share/doc/mico/examples/obv/tricky/tricky_impl.h
|
||||
share/doc/mico/examples/pi/
|
||||
share/doc/mico/examples/pi/Makefile
|
||||
share/doc/mico/examples/pi/README
|
||||
share/doc/mico/examples/pi/current/
|
||||
share/doc/mico/examples/pi/current/Makefile
|
||||
share/doc/mico/examples/pi/current/client.cc
|
||||
share/doc/mico/examples/pi/current/hello
|
||||
share/doc/mico/examples/pi/current/hello.idl
|
||||
share/doc/mico/examples/pi/current/server.cc
|
||||
share/doc/mico/examples/pi/dii/
|
||||
share/doc/mico/examples/pi/dii/Makefile
|
||||
share/doc/mico/examples/pi/dii/diiclient.cc
|
||||
share/doc/mico/examples/pi/dii/diiserver.cc
|
||||
share/doc/mico/examples/pi/dii/rundiic
|
||||
share/doc/mico/examples/pi/dii/rundiis
|
||||
share/doc/mico/examples/pi/dii/runit
|
||||
share/doc/mico/examples/pi/poa/
|
||||
share/doc/mico/examples/pi/poa/Makefile
|
||||
share/doc/mico/examples/pi/poa/account
|
||||
share/doc/mico/examples/pi/poa/account.idl
|
||||
share/doc/mico/examples/pi/poa/client.cc
|
||||
share/doc/mico/examples/pi/poa/collocated.cc
|
||||
share/doc/mico/examples/pi/poa/server.cc
|
||||
share/doc/mico/examples/pi/poa2/
|
||||
share/doc/mico/examples/pi/poa2/Makefile
|
||||
share/doc/mico/examples/pi/poa2/account
|
||||
share/doc/mico/examples/pi/poa2/account.idl
|
||||
share/doc/mico/examples/pi/poa2/client.cc
|
||||
share/doc/mico/examples/pi/poa2/server.cc
|
||||
share/doc/mico/examples/poa/
|
||||
share/doc/mico/examples/poa/Makefile
|
||||
share/doc/mico/examples/poa/README
|
||||
@ -477,51 +746,6 @@ share/doc/mico/examples/random/
|
||||
share/doc/mico/examples/random/Makefile
|
||||
share/doc/mico/examples/random/client.cc
|
||||
share/doc/mico/examples/random/random.idl
|
||||
share/doc/mico/examples/redlich/
|
||||
share/doc/mico/examples/redlich/Calc-1/
|
||||
share/doc/mico/examples/redlich/Calc-1/Makefile
|
||||
share/doc/mico/examples/redlich/Calc-1/calc.idl
|
||||
share/doc/mico/examples/redlich/Calc-1/client.cc
|
||||
share/doc/mico/examples/redlich/Calc-1/server.cc
|
||||
share/doc/mico/examples/redlich/Calc-2/
|
||||
share/doc/mico/examples/redlich/Calc-2/Makefile
|
||||
share/doc/mico/examples/redlich/Calc-2/calc.idl
|
||||
share/doc/mico/examples/redlich/Calc-2/client.cc
|
||||
share/doc/mico/examples/redlich/Calc-2/server.cc
|
||||
share/doc/mico/examples/redlich/Calc-3/
|
||||
share/doc/mico/examples/redlich/Calc-3/Makefile
|
||||
share/doc/mico/examples/redlich/Calc-3/calc.idl
|
||||
share/doc/mico/examples/redlich/Calc-3/client.cc
|
||||
share/doc/mico/examples/redlich/Calc-3/server.cc
|
||||
share/doc/mico/examples/redlich/Calc-4/
|
||||
share/doc/mico/examples/redlich/Calc-4/Makefile
|
||||
share/doc/mico/examples/redlich/Calc-4/calc.idl
|
||||
share/doc/mico/examples/redlich/Calc-4/client.cc
|
||||
share/doc/mico/examples/redlich/Calc-4/server.cc
|
||||
share/doc/mico/examples/redlich/Hello-1/
|
||||
share/doc/mico/examples/redlich/Hello-1/Makefile
|
||||
share/doc/mico/examples/redlich/Hello-1/client.cc
|
||||
share/doc/mico/examples/redlich/Hello-1/server.cc
|
||||
share/doc/mico/examples/redlich/Hello-1/tty.idl
|
||||
share/doc/mico/examples/redlich/Hello-2/
|
||||
share/doc/mico/examples/redlich/Hello-2/Makefile
|
||||
share/doc/mico/examples/redlich/Hello-2/client.cc
|
||||
share/doc/mico/examples/redlich/Hello-2/server.cc
|
||||
share/doc/mico/examples/redlich/Hello-2/tty.idl
|
||||
share/doc/mico/examples/redlich/Hello-3/
|
||||
share/doc/mico/examples/redlich/Hello-3/Makefile
|
||||
share/doc/mico/examples/redlich/Hello-3/client.cc
|
||||
share/doc/mico/examples/redlich/Hello-3/server.cc
|
||||
share/doc/mico/examples/redlich/Hello-3/tty.idl
|
||||
share/doc/mico/examples/redlich/Hello-3/ttyplus.idl
|
||||
share/doc/mico/examples/redlich/Hello-4/
|
||||
share/doc/mico/examples/redlich/Hello-4/Makefile
|
||||
share/doc/mico/examples/redlich/Hello-4/client.cc
|
||||
share/doc/mico/examples/redlich/Hello-4/server.cc
|
||||
share/doc/mico/examples/redlich/Hello-4/tty.idl
|
||||
share/doc/mico/examples/redlich/Hello-4/ttyplus.idl
|
||||
share/doc/mico/examples/redlich/Makefile
|
||||
share/doc/mico/examples/redlich/README
|
||||
share/doc/mico/examples/services/
|
||||
share/doc/mico/examples/services/Makefile
|
||||
share/doc/mico/examples/services/README
|
||||
@ -534,6 +758,14 @@ share/doc/mico/examples/services/events/server.cc
|
||||
share/doc/mico/examples/services/events/server2.cc
|
||||
share/doc/mico/examples/services/events/server3.cc
|
||||
share/doc/mico/examples/services/naming/
|
||||
share/doc/mico/examples/services/naming-lb/
|
||||
share/doc/mico/examples/services/naming-lb/Client.cc
|
||||
share/doc/mico/examples/services/naming-lb/Makefile
|
||||
share/doc/mico/examples/services/naming-lb/Printer.idl
|
||||
share/doc/mico/examples/services/naming-lb/Printer_impl.cc
|
||||
share/doc/mico/examples/services/naming-lb/Printer_impl.h
|
||||
share/doc/mico/examples/services/naming-lb/Server.cc
|
||||
share/doc/mico/examples/services/naming-lb/printer_test
|
||||
share/doc/mico/examples/services/naming/Makefile
|
||||
share/doc/mico/examples/services/naming/account.idl
|
||||
share/doc/mico/examples/services/naming/account_test
|
||||
@ -546,88 +778,17 @@ share/doc/mico/examples/services/property-daemon/bank.idl
|
||||
share/doc/mico/examples/services/property-daemon/get_properties.cc
|
||||
share/doc/mico/examples/services/property-daemon/set_properties.cc
|
||||
share/doc/mico/examples/services/property-daemon/start_demo
|
||||
share/doc/mico/examples/services/relship/
|
||||
share/doc/mico/examples/services/relship/Documents.idl
|
||||
share/doc/mico/examples/services/relship/DocumentsServer.cc
|
||||
share/doc/mico/examples/services/relship/Documents_impl.cc
|
||||
share/doc/mico/examples/services/relship/Documents_impl.h
|
||||
share/doc/mico/examples/services/relship/Makefile
|
||||
share/doc/mico/examples/services/relship/README
|
||||
share/doc/mico/examples/services/relship/Test.idl
|
||||
share/doc/mico/examples/services/relship/TestServer.cc
|
||||
share/doc/mico/examples/services/relship/Test_impl.cc
|
||||
share/doc/mico/examples/services/relship/Test_impl.h
|
||||
share/doc/mico/examples/services/relship/daemons-start
|
||||
share/doc/mico/examples/services/relship/daemons-stop
|
||||
share/doc/mico/examples/services/relship/rundemo
|
||||
share/doc/mico/examples/services/relship/servers-start
|
||||
share/doc/mico/examples/services/relship/simple-test.cc
|
||||
share/doc/mico/examples/services/relship/stop-servers
|
||||
share/doc/mico/examples/services/relship/test
|
||||
share/doc/mico/examples/services/stream-bench/
|
||||
share/doc/mico/examples/services/stream-bench/Makefile
|
||||
share/doc/mico/examples/services/stream-bench/bench
|
||||
share/doc/mico/examples/services/stream-bench/req.idl
|
||||
share/doc/mico/examples/services/stream-bench/req_client.cc
|
||||
share/doc/mico/examples/services/stream-bench/req_server.cc
|
||||
share/doc/mico/examples/services/stream-bench/stream_client.cc
|
||||
share/doc/mico/examples/services/stream-bench/stream_server.cc
|
||||
share/doc/mico/examples/services/stream-sound/
|
||||
share/doc/mico/examples/services/stream-sound/Makefile
|
||||
share/doc/mico/examples/services/stream-sound/client.cc
|
||||
share/doc/mico/examples/services/stream-sound/server.cc
|
||||
share/doc/mico/examples/services/stream-sound/sound.h
|
||||
share/doc/mico/examples/services/trader/
|
||||
share/doc/mico/examples/services/trader/Makefile
|
||||
share/doc/mico/examples/services/trader/demo.idl
|
||||
share/doc/mico/examples/services/trader/main.cc
|
||||
share/doc/mico/examples/services/trader/run
|
||||
share/doc/mico/examples/shlib/
|
||||
share/doc/mico/examples/shlib/Makefile
|
||||
share/doc/mico/examples/shlib/client.cc
|
||||
share/doc/mico/examples/shlib/hello
|
||||
share/doc/mico/examples/shlib/hello.idl
|
||||
share/doc/mico/examples/shlib/server.cc
|
||||
share/doc/mico/examples/siegel/
|
||||
share/doc/mico/examples/siegel/Makefile
|
||||
share/doc/mico/examples/siegel/README
|
||||
share/doc/mico/examples/siegel/central/
|
||||
share/doc/mico/examples/siegel/central/DepotData.cc
|
||||
share/doc/mico/examples/siegel/central/DepotData.h
|
||||
share/doc/mico/examples/siegel/central/DepotImpl.cc
|
||||
share/doc/mico/examples/siegel/central/DepotImpl.h
|
||||
share/doc/mico/examples/siegel/central/Makefile
|
||||
share/doc/mico/examples/siegel/central/TreeNode.h
|
||||
share/doc/mico/examples/siegel/central/depot.dat
|
||||
share/doc/mico/examples/siegel/central/depot_server.cc
|
||||
share/doc/mico/examples/siegel/idl/
|
||||
share/doc/mico/examples/siegel/idl/Central.idl
|
||||
share/doc/mico/examples/siegel/idl/Makefile
|
||||
share/doc/mico/examples/siegel/idl/POS.idl
|
||||
share/doc/mico/examples/siegel/idl/Store.idl
|
||||
share/doc/mico/examples/siegel/pos/
|
||||
share/doc/mico/examples/siegel/pos/InputMediaImpl.cc
|
||||
share/doc/mico/examples/siegel/pos/InputMediaImpl.h
|
||||
share/doc/mico/examples/siegel/pos/Makefile
|
||||
share/doc/mico/examples/siegel/pos/OutputMediaImpl.cc
|
||||
share/doc/mico/examples/siegel/pos/OutputMediaImpl.h
|
||||
share/doc/mico/examples/siegel/pos/POSTerminalImpl.cc
|
||||
share/doc/mico/examples/siegel/pos/POSTerminalImpl.h
|
||||
share/doc/mico/examples/siegel/pos/POS_Client.cc
|
||||
share/doc/mico/examples/siegel/pos/POS_Server.cc
|
||||
share/doc/mico/examples/siegel/primer_utils/
|
||||
share/doc/mico/examples/siegel/primer_utils/Makefile
|
||||
share/doc/mico/examples/siegel/primer_utils/NsPublisher.cc
|
||||
share/doc/mico/examples/siegel/primer_utils/NsPublisher.h
|
||||
share/doc/mico/examples/siegel/store/
|
||||
share/doc/mico/examples/siegel/store/Makefile
|
||||
share/doc/mico/examples/siegel/store/StoreAccessImpl.cc
|
||||
share/doc/mico/examples/siegel/store/StoreAccessImpl.h
|
||||
share/doc/mico/examples/siegel/store/StoreImpl.cc
|
||||
share/doc/mico/examples/siegel/store/StoreImpl.h
|
||||
share/doc/mico/examples/siegel/store/TaxImpl.cc
|
||||
share/doc/mico/examples/siegel/store/TaxImpl.h
|
||||
share/doc/mico/examples/siegel/store/store_server.cc
|
||||
share/doc/mico/examples/ssl/
|
||||
share/doc/mico/examples/ssl/Makefile
|
||||
share/doc/mico/examples/ssl/c_cert.pem
|
||||
@ -639,4 +800,3 @@ share/doc/mico/examples/ssl/s_key.pem
|
||||
share/doc/mico/examples/ssl/server.cc
|
||||
share/doc/mico/examples/ssl/ssl
|
||||
share/doc/mico/manual.ps
|
||||
%%SHARED%%
|
||||
|
@ -1,3 +1,4 @@
|
||||
# $OpenBSD: systrace.filter,v 1.3 2006/04/09 13:29:34 sturm Exp $
|
||||
# $OpenBSD: systrace.filter,v 1.4 2010/09/22 08:42:53 landry Exp $
|
||||
# necessary for idl to work
|
||||
native-bind: sockaddr eq "inet-[0.0.0.0]:0" then permit
|
||||
native-connect: permit
|
||||
|
Loading…
Reference in New Issue
Block a user