FreeBSD Bugzilla – Attachment 148909 Details for
Bug 194559
devel/mico: resurrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
devel/mico shar file
mico-shar.txt (text/plain), 45.75 KB, created by
Pedro F. Giffuni
on 2014-11-01 23:59:31 UTC
(
hide
)
Description:
devel/mico shar file
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2014-11-01 23:59:31 UTC
Size:
45.75 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># ./mico ># ./mico/files ># ./mico/files/patch-Makefile ># ./mico/files/patch-ccm_componentserver.cc ># ./mico/files/patch-configure.in ># ./mico/files/patch-orb-security-audit_impl.cc ># ./mico/files/patch-aclocal.m4 ># ./mico/pkg-plist ># ./mico/Makefile ># ./mico/distinfo ># ./mico/pkg-descr ># >echo c - ./mico >mkdir -p ./mico > /dev/null 2>&1 >echo c - ./mico/files >mkdir -p ./mico/files > /dev/null 2>&1 >echo x - ./mico/files/patch-Makefile >sed 's/^X//' >./mico/files/patch-Makefile << 'c3c1b7137375a4a65e9a516785c1dbfe' >X--- Makefile.orig 2008-07-25 15:41:44.000000000 +0200 >X+++ Makefile 2014-11-01 11:24:25.000000000 +0100 >X@@ -33,7 +33,7 @@ >X endif >X EXTRADIRS = test demo >X ALLDIRS = admin orb ir daemon idl cpp auxdir coss ccm test tools demo >X-INSTALLDIRS = admin orb ir daemon idl cpp auxdir coss ccm tools include man demo >X+INSTALLDIRS = admin orb ir daemon idl cpp auxdir coss ccm tools include man >X # Bootstrap minimal build configuration >X MINLIBDIRS = orb ir idl >X MINPRGDIRS = cpp idl >X@@ -75,11 +75,15 @@ >X >X install: >X for i in $(INSTALLDIRS); do $(MAKE) -C $$i install || exit 1; done >X+ >X+install-demo: >X+ $(MAKE) -C demo install || exit 1; >X+ >X+install-doc: >X if test -f doc/doc.ps; then \ >X- $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \ >X- $(IMANCMD) doc/doc.ps $(SHARED_INSTDIR)/doc/mico/manual.ps; \ >X+ $(IDIRCMD) $(SHARED_INSTDIR)/share/doc/mico; \ >X+ $(IMANCMD) doc/doc.ps $(SHARED_INSTDIR)/share/doc/mico/manual.ps; \ >X fi >X- $(LDCONFIG) >X >X install-cd: >X for i in $(INSTALLDIRS); do $(MAKE) -C $$i install-cd || exit 1; done >c3c1b7137375a4a65e9a516785c1dbfe >echo x - ./mico/files/patch-ccm_componentserver.cc >sed 's/^X//' >./mico/files/patch-ccm_componentserver.cc << 'f13c0a90d20961519544de594453c283' >X--- ccm/componentserver.cc.orig 2014-10-17 20:39:04.000000000 -0500 >X+++ ccm/componentserver.cc 2014-10-17 20:40:17.000000000 -0500 >X@@ -37,8 +37,8 @@ >X CORBA::ORB_var orb; >X PortableServer::POA_var poa; >X #ifdef HAVE_THREADS >X-MICOMT::Mutex mutex; >X-MICOMT::CondVar cond(&mutex); >X+MICOMT::Mutex mico_mutex; >X+MICOMT::CondVar cond(&mico_mutex); >X #else // HAVE_THREADS >X bool finished; >X #endif // HAVE_THREADS >X@@ -575,7 +575,7 @@ >X public: >X void _run(void*) >X { >X- MICOMT::AutoLock t_lock(mutex); >X+ MICOMT::AutoLock t_lock(mico_mutex); >X cond.wait(); >X csimpl->remove(); >X poa->destroy (1, 1); >f13c0a90d20961519544de594453c283 >echo x - ./mico/files/patch-configure.in >sed 's/^X//' >./mico/files/patch-configure.in << '11cde5c97770ad0b85430885cd6b839f' >X--- configure.in.orig 2006-01-21 16:12:08.000000000 +0100 >X+++ configure.in 2013-04-17 11:45:36.000000000 +0200 >X@@ -605,7 +605,7 @@ >X # System dependencies. >X # >X >X-CONF_OPT_FLAGS=-O2 >X+CONF_OPT_FLAGS="-O2" >X CONF_DEBUG_FLAGS=-g >X CONF_LIBNSL=yes >X CONF_EXCEPT_FLAGS= >X@@ -630,7 +630,7 @@ >X CFLAGS="-Wall $CFLAGS" >X >X if test X"$use_speed_tune" = Xyes; then >X- CONF_OPT_FLAGS=-O2 >X+ CONF_OPT_FLAGS="-O2" >X fi >X >X CONF_SHARED_CC="$CXX -shared" >X@@ -1082,7 +1082,7 @@ >X AC_GET_DEFINE(TCL_VERSION, TCL_VERSION, tcl.h) >X if test X"$TCL_VERSION" != X; then >X dnl # remove quotes if any >X- TCL_VERSION=`echo $TCL_VERSION | tr -d \"` >X+ TCL_VERSION=`echo $TCL_VERSION | tr -d \" | tr -d \.` >X TCL_LIBS=-ltcl$TCL_VERSION >X HAVE_TCL=yes >X AC_MSG_RESULT($TCL_VERSION) >11cde5c97770ad0b85430885cd6b839f >echo x - ./mico/files/patch-orb-security-audit_impl.cc >sed 's/^X//' >./mico/files/patch-orb-security-audit_impl.cc << 'cd1973b7e5fdffad6748175ce36eafdb' >X--- ./orb/security/audit_impl.cc.orig 2014-10-17 19:05:46.000000000 -0500 >X+++ ./orb/security/audit_impl.cc 2014-10-17 19:09:16.000000000 -0500 >X@@ -403,9 +403,9 @@ >X >X #endif >X >X-MICOSL2::ConsoleArchive::ConsoleArchive(int priority = 0) >X+MICOSL2::ConsoleArchive::ConsoleArchive(int priority) >X { >X- priority_ = priority; >X+ priority_ = priority = 0; >X } >X >X MICOSL2::ConsoleArchive::~ConsoleArchive() >cd1973b7e5fdffad6748175ce36eafdb >echo x - ./mico/files/patch-aclocal.m4 >sed 's/^X//' >./mico/files/patch-aclocal.m4 << 'bdd3353ff153a4d4b8a24c5c070ef2b0' >X--- aclocal.m4.orig Sun Nov 28 00:34:22 1999 >X+++ aclocal.m4 Sun Nov 28 00:34:47 1999 >X@@ -684,6 +684,7 @@ >X AC_TRY_RUN([ >X #include <gtk/gtk.h> >X #include <stdio.h> >X+#include <stdlib.h> >X >X int >X main () >bdd3353ff153a4d4b8a24c5c070ef2b0 >echo x - ./mico/pkg-plist >sed 's/^X//' >./mico/pkg-plist << '60238316cac3e7699035ceb2f526c489' >X%%MICO_SERVICE%%bin/ccmload >X%%MICO_SERVICE%%bin/componentserver >X%%MICO_SERVICE%%bin/eventd >Xbin/idl >Xbin/imr >Xbin/iordump >Xbin/ird >Xbin/mico-ar >Xbin/mico-c++ >X%%MICO_SERVICE%%bin/mico-ccm >X%%MICO_SERVICE%%bin/mico-ccmd >Xbin/mico-config >Xbin/mico-cpp >Xbin/mico-ld >Xbin/mico-shc++ >Xbin/mico-shld >Xbin/micod >Xbin/mkdepend >X%%MICO_SERVICE%%bin/nsadmin >X%%MICO_SERVICE%%bin/nsd >X%%MICO_SERVICE%%bin/propertyd >X%%MICO_SERVICE%%bin/timed >Xinclude/CORBA-SMALL.h >Xinclude/CORBA.h >Xinclude/coss/CompoundExternalization_impl.h >Xinclude/coss/CosCompoundLifeCycle.idl >Xinclude/coss/CosContainment.idl >Xinclude/coss/CosContainment_impl.h >X%%MICO_SERVICE%%include/coss/CosEventChannelAdmin.h >Xinclude/coss/CosEventChannelAdmin.idl >X%%MICO_SERVICE%%include/coss/CosEventComm.h >Xinclude/coss/CosEventComm.idl >Xinclude/coss/CosExternalization.idl >Xinclude/coss/CosExternalizationContainment.idl >Xinclude/coss/CosExternalizationReference.idl >Xinclude/coss/CosGraphs.idl >Xinclude/coss/CosGraphsExtension.idl >Xinclude/coss/CosLifeCycle.idl >Xinclude/coss/CosLifeCycleContainment.idl >Xinclude/coss/CosLifeCycleReference.idl >X%%MICO_SERVICE%%include/coss/CosNaming.h >Xinclude/coss/CosNaming.idl >Xinclude/coss/CosObjectIdentity.idl >Xinclude/coss/CosReference.idl >Xinclude/coss/CosReference_impl.h >Xinclude/coss/CosRelationships.idl >Xinclude/coss/CosStream_impl.h >X%%MICO_SERVICE%%include/coss/CosTime.h >Xinclude/coss/CosTime.idl >Xinclude/coss/CosTrading.idl >Xinclude/coss/CosTradingRepos.idl >Xinclude/coss/EdgeIterator_impl.h >Xinclude/coss/ExternalizationContainment_impl.h >Xinclude/coss/ExternalizationPropagationCriteriaFactory_impl.h >Xinclude/coss/ExternalizationReference_impl.h >Xinclude/coss/ExternalizationTraversalCriteria_impl.h >Xinclude/coss/Externalization_impl.h >Xinclude/coss/FactoryFinder_impl.h >Xinclude/coss/GTP.idl >Xinclude/coss/GenericCriteriaFactory_impl.h >Xinclude/coss/GenericFactory_impl.h >Xinclude/coss/GraphsRole_impl.h >Xinclude/coss/IdentifiableObject_impl.h >Xinclude/coss/InterfaceDefsHelper.h >Xinclude/coss/LifeContainment_impl.h >Xinclude/coss/LifeNode_impl.h >Xinclude/coss/LifePropagationCriteriaFactory_impl.h >Xinclude/coss/LifeReference_impl.h >Xinclude/coss/LifeRelationship_impl.h >Xinclude/coss/LifeRole_impl.h >Xinclude/coss/LifeTraversalCriteria_impl.h >Xinclude/coss/NamedRoleTypesHelper.h >Xinclude/coss/NodeFactory_impl.h >Xinclude/coss/NodeStreamableFactory_impl.h >Xinclude/coss/Node_impl.h >Xinclude/coss/MobileTerminal.idl >Xinclude/coss/MobileTerminalNotification.idl >Xinclude/coss/OperationsFactory_impl.h >Xinclude/coss/Operations_impl.h >X%%MICO_SERVICE%%include/coss/PropertyService.h >Xinclude/coss/PropertyService.idl >Xinclude/coss/PropertyService_impl.h >Xinclude/coss/RandomGenerator.idl >Xinclude/coss/RandomGenerator_impl.h >Xinclude/coss/RegisterHelper.h >Xinclude/coss/RelationshipFactory_impl.h >Xinclude/coss/RelationshipIterator_impl.h >Xinclude/coss/Relationship_impl.h >Xinclude/coss/RoleFactory_impl.h >Xinclude/coss/Role_impl.h >Xinclude/coss/TraversalCriteria_impl.h >Xinclude/coss/TraversalFactory_impl.h >Xinclude/coss/Traversal_impl.h >Xinclude/coss/random.idl >Xinclude/coss/stream.idl >Xinclude/coss/stream_impl.h >Xinclude/mico/CCM.h >Xinclude/mico/CCM.idl >Xinclude/mico/CCMContainer.h >Xinclude/mico/address.h >Xinclude/mico/address_impl.h >Xinclude/mico/any.h >Xinclude/mico/array.h >Xinclude/mico/assert.h >Xinclude/mico/basic.h >Xinclude/mico/basic_seq.h >Xinclude/mico/basic_seq.idl >Xinclude/mico/buffer.h >Xinclude/mico/code_set_registry.h >Xinclude/mico/codec.h >Xinclude/mico/codec_impl.h >Xinclude/mico/codeset.h >Xinclude/mico/codeset_impl.h >Xinclude/mico/config-ppc.h >Xinclude/mico/config-win32.h >Xinclude/mico/config.h >Xinclude/mico/config.h.in >Xinclude/mico/config.idl >Xinclude/mico/config.idl.in >Xinclude/mico/conv_frame.idl >Xinclude/mico/current.h >Xinclude/mico/current.idl >Xinclude/mico/dii.h >Xinclude/mico/dsi.h >Xinclude/mico/dynany.h >Xinclude/mico/dynany.idl >Xinclude/mico/dynany_impl.h >Xinclude/mico/except.h >Xinclude/mico/fast_array.h >Xinclude/mico/fixed.h >Xinclude/mico/fltkmico.h >Xinclude/mico/gtkmico.h >Xinclude/mico/impl.h >Xinclude/mico/imr.h >Xinclude/mico/imr.idl >Xinclude/mico/iop.h >Xinclude/mico/ioptypes.h >Xinclude/mico/ioptypes.idl >Xinclude/mico/ior.h >Xinclude/mico/ior_impl.h >Xinclude/mico/ir.h >Xinclude/mico/ir.idl >Xinclude/mico/ir3.h >Xinclude/mico/ir3.idl >Xinclude/mico/ir_base.h >Xinclude/mico/ir_base.idl >Xinclude/mico/ir_creator.h >Xinclude/mico/lmath.h >Xinclude/mico/ltp.h >Xinclude/mico/magic.h >Xinclude/mico/memtrace.h >Xinclude/mico/message.h >Xinclude/mico/messaging.h >Xinclude/mico/messaging.idl >Xinclude/mico/messaging_impl.h >Xinclude/mico/mt_dispatcher.h >Xinclude/mico/mt_manager.h >Xinclude/mico/mtdebug.h >Xinclude/mico/mtpolicy.h >Xinclude/mico/mtpolicy.idl >Xinclude/mico/mtpolicy_impl.h >Xinclude/mico/mttypes.h >Xinclude/mico/mttypes.idl >Xinclude/mico/native.h >Xinclude/mico/object.h >Xinclude/mico/operation.h >Xinclude/mico/operation_impl.h >Xinclude/mico/operators.h >Xinclude/mico/orb.h >Xinclude/mico/orb.idl >Xinclude/mico/orb_excepts.h >Xinclude/mico/orb_excepts.idl >Xinclude/mico/orb_fwd.h >Xinclude/mico/orb_impl.h >Xinclude/mico/orb_mico.h >Xinclude/mico/os-math.h >Xinclude/mico/os-misc.h >Xinclude/mico/os-net.h >Xinclude/mico/os-thread.h >Xinclude/mico/os-thread/dcethreads.h >Xinclude/mico/os-thread/pthreads.h >Xinclude/mico/os-thread/pththreads.h >Xinclude/mico/os-thread/solaris-threads.h >Xinclude/mico/pi.h >Xinclude/mico/pi.idl >Xinclude/mico/pi_impl.h >Xinclude/mico/poa.h >Xinclude/mico/poa.idl >Xinclude/mico/poa_base.h >Xinclude/mico/poa_impl.h >Xinclude/mico/poa_stubs.h >Xinclude/mico/policy.h >Xinclude/mico/policy.idl >Xinclude/mico/policy2.h >Xinclude/mico/policy2.idl >Xinclude/mico/policy_impl.h >Xinclude/mico/poll_dispatcher.h >Xinclude/mico/process.h >Xinclude/mico/process_impl.h >Xinclude/mico/qtmico.h >Xinclude/mico/reflection.h >Xinclude/mico/reflection.idl >Xinclude/mico/rtti.h >Xinclude/mico/watm.h >Xinclude/mico/security/AccessConfig.h >Xinclude/mico/security/AuditConfig.h >Xinclude/mico/security/AuditIntercept.h >Xinclude/mico/security/AuditOptions.h >Xinclude/mico/security/DomainManager.h >Xinclude/mico/security/DomainManager.idl >Xinclude/mico/security/DomainManager_impl.h >Xinclude/mico/security/ODMConfig.h >Xinclude/mico/security/RightsConfig.h >Xinclude/mico/security/SecurityAdmin.h >Xinclude/mico/security/SecurityAdmin.idl >Xinclude/mico/security/SecurityAdmin_impl.h >Xinclude/mico/security/access_impl.h >Xinclude/mico/security/acext.asn1 >Xinclude/mico/security/acext.h >Xinclude/mico/security/atlas.h >Xinclude/mico/security/atlas.idl >Xinclude/mico/security/audit_impl.h >Xinclude/mico/security/csi.h >Xinclude/mico/security/csi.idl >Xinclude/mico/security/csi_base.h >Xinclude/mico/security/csi_base.idl >Xinclude/mico/security/csiiop.h >Xinclude/mico/security/csiiop.idl >Xinclude/mico/security/csiv2.h >Xinclude/mico/security/csiv2.idl >Xinclude/mico/security/csiv2_impl.h >Xinclude/mico/security/gssup.h >Xinclude/mico/security/gssup.idl >Xinclude/mico/security/odm.h >Xinclude/mico/security/odm.idl >Xinclude/mico/security/odm_impl.h >Xinclude/mico/security/security.h >Xinclude/mico/security/security.idl >Xinclude/mico/security/securitylevel1.h >Xinclude/mico/security/securitylevel1.idl >Xinclude/mico/security/securitylevel1_impl.h >Xinclude/mico/security/securitylevel2.h >Xinclude/mico/security/securitylevel2.idl >Xinclude/mico/security/securitylevel2_impl.h >Xinclude/mico/security/securitylevel3.h >Xinclude/mico/security/securitylevel3.idl >Xinclude/mico/security/securitylevel3_impl.h >Xinclude/mico/security/sl3ac.h >Xinclude/mico/security/sl3aqargs.h >Xinclude/mico/security/sl3aqargs.idl >Xinclude/mico/security/sl3aqargs_impl.h >Xinclude/mico/security/sl3aqargs_p.h >Xinclude/mico/security/sl3aqargs_p.idl >Xinclude/mico/security/sl3aqargs_p_impl.h >Xinclude/mico/security/sl3authorization.h >Xinclude/mico/security/sl3authorization.idl >Xinclude/mico/security/sl3cm.h >Xinclude/mico/security/sl3cm.idl >Xinclude/mico/security/sl3cmdext.h >Xinclude/mico/security/sl3csi.h >Xinclude/mico/security/sl3csi.idl >Xinclude/mico/security/sl3csi_impl.h >Xinclude/mico/security/sl3ipc.h >Xinclude/mico/security/sl3ipc.idl >Xinclude/mico/security/sl3ipc_impl.h >Xinclude/mico/security/sl3om.h >Xinclude/mico/security/sl3om.idl >Xinclude/mico/security/sl3omext.h >Xinclude/mico/security/sl3omext.idl >Xinclude/mico/security/sl3pm.h >Xinclude/mico/security/sl3pm.idl >Xinclude/mico/security/sl3pm_impl.h >Xinclude/mico/security/sl3tcpip.h >Xinclude/mico/security/sl3tcpip.idl >Xinclude/mico/security/sl3tcpip_impl.h >Xinclude/mico/security/sl3tls.h >Xinclude/mico/security/sl3tls.idl >Xinclude/mico/security/sl3tls_impl.h >Xinclude/mico/security/sl3utils.h >Xinclude/mico/security/transportsecurity.h >Xinclude/mico/security/transportsecurity.idl >Xinclude/mico/security/transportsecurity_impl.h >Xinclude/mico/security/transportsecurity_p.h >Xinclude/mico/security/transportsecurity_p.idl >Xinclude/mico/security/trust.h >Xinclude/mico/security/trust.idl >Xinclude/mico/security/userpassword.h >Xinclude/mico/security/userpassword.idl >Xinclude/mico/select_dispatcher.h >Xinclude/mico/sequence.h >Xinclude/mico/sequence_special.h >Xinclude/mico/service_info.h >Xinclude/mico/service_info.idl >Xinclude/mico/shlib.h >Xinclude/mico/shlib_impl.h >Xinclude/mico/ssl.h >Xinclude/mico/ssliop.h >Xinclude/mico/ssliop.idl >Xinclude/mico/static-dispatch.h >Xinclude/mico/static.h >Xinclude/mico/string.h >Xinclude/mico/sysexc.h >Xinclude/mico/tcconst.h >Xinclude/mico/tckind.h >Xinclude/mico/tckind.idl >Xinclude/mico/tclmico.h >Xinclude/mico/template.h >Xinclude/mico/template_impl.h >Xinclude/mico/throw.h >Xinclude/mico/timebase.h >Xinclude/mico/timebase.idl >Xinclude/mico/transport.h >Xinclude/mico/transport/tcp.h >Xinclude/mico/transport/udp.h >Xinclude/mico/transport/unix.h >Xinclude/mico/transport_impl.h >Xinclude/mico/typecode.h >Xinclude/mico/typecode_seq.h >Xinclude/mico/typecode_seq.idl >Xinclude/mico/types.h >Xinclude/mico/util.h >Xinclude/mico/value.h >Xinclude/mico/valuetype.h >Xinclude/mico/valuetype.idl >Xinclude/mico/valuetype_impl.h >Xinclude/mico/version.h >Xinclude/mico/x11.h >Xlib/libmico2.3.13.a >Xlib/libmico2.3.13.so >Xlib/libmicoaux2.3.13.a >Xlib/libmicoaux2.3.13.so >X%%MICO_SERVICE%%lib/libmicoccm2.3.13.a >X%%MICO_SERVICE%%lib/libmicoccm2.3.13.so >X%%MICO_SERVICE%%lib/libmicocoss2.3.13.a >X%%MICO_SERVICE%%lib/libmicocoss2.3.13.so >X%%MICO_GTK%%lib/libmicogtk2.3.13.a >X%%MICO_GTK%%lib/libmicogtk2.3.13.so >Xlib/libmicoir2.3.13.a >Xlib/libmicoir2.3.13.so >X%%MICO_QT%%lib/libmicoqt2.3.13.a >X%%MICO_QT%%lib/libmicoqt2.3.13.so >X%%MICO_TCL%%lib/libmicotcl2.3.13.a >X%%MICO_TCL%%lib/libmicotcl2.3.13.so >X%%MICO_X11%%lib/libmicox2.3.13.a >X%%MICO_X11%%lib/libmicox2.3.13.so >Xlib/mico-setup.csh >Xlib/mico-setup.sh >Xman/man1/idl.1.gz >Xman/man1/imr.1.gz >Xman/man1/nsadmin.1.gz >Xman/man5/micorc.5.gz >Xman/man8/ird.8.gz >Xman/man8/micod.8.gz >Xman/man8/nsd.8.gz >X%%PORTDOCS%%%%DOCSDIR%%/manual.ps >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeVars >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/bench >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/bench.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/bench_impl.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/server.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/README >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/channel.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/channel_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/client.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/consumer.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/consumer_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/events >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/message.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/message_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/message_impl.h >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/producer.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/events/producer_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello/README >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello/client.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello/hello >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello/hello.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello/hello_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello2/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello2/README >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello2/client.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello2/hello >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello2/hello.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/hello2/hello_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/philo/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/philo/README >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/philo/client.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/philo/philo >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/philo/philo.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/philo/philo_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/ccm/philo/tkobserver.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codesets/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codesets/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codesets/hello.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codesets/runit >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codesets/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/README >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/hello-1/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/hello-1/client.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/hello-1/hello >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/hello-1/hello.idl >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/hello-1/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/identity-1/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/identity-1/client.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/identity-1/hello >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/identity-1/hello.idl >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/identity-1/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/README >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/InterOpTest.idl >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/c_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/c_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/ca_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/client.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/client2.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/get_iors.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/iiop_csiv2_extedned_hello.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/iiop_csiv2_hello.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/iiop_hello.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/run.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/s_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/s_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/tls_csiv2_extedned_hello.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/tls_csiv2_hello.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/interop/adiron/tls_hello.sh >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/c_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/c_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/ca_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/client.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/hello >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/hello.idl >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/s_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/s_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-1/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/c_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/c_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/ca_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/client.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/hello >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/hello.idl >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/s_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/s_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-hello-2/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/c_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/c_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/ca_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/client.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/hello >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/hello.idl >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/s_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/s_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/csiv2/tls-identity-1/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dispatcher/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dispatcher/README >X%%PORTEXAMPLES%%%%MICO_GTK%%%%EXAMPLESDIR%%/dispatcher/gtkmico/Makefile >X%%PORTEXAMPLES%%%%MICO_GTK%%%%EXAMPLESDIR%%/dispatcher/gtkmico/README >X%%PORTEXAMPLES%%%%MICO_GTK%%%%EXAMPLESDIR%%/dispatcher/gtkmico/client.cc >X%%PORTEXAMPLES%%%%MICO_GTK%%%%EXAMPLESDIR%%/dispatcher/gtkmico/gtkhello >X%%PORTEXAMPLES%%%%MICO_GTK%%%%EXAMPLESDIR%%/dispatcher/gtkmico/hello.idl >X%%PORTEXAMPLES%%%%MICO_GTK%%%%EXAMPLESDIR%%/dispatcher/gtkmico/server.cc >X%%PORTEXAMPLES%%%%MICO_QT%%%%EXAMPLESDIR%%/dispatcher/qtmico/Makefile >X%%PORTEXAMPLES%%%%MICO_QT%%%%EXAMPLESDIR%%/dispatcher/qtmico/README >X%%PORTEXAMPLES%%%%MICO_QT%%%%EXAMPLESDIR%%/dispatcher/qtmico/client.cc >X%%PORTEXAMPLES%%%%MICO_QT%%%%EXAMPLESDIR%%/dispatcher/qtmico/hello.idl >X%%PORTEXAMPLES%%%%MICO_QT%%%%EXAMPLESDIR%%/dispatcher/qtmico/qthello1 >X%%PORTEXAMPLES%%%%MICO_QT%%%%EXAMPLESDIR%%/dispatcher/qtmico/qthello2 >X%%PORTEXAMPLES%%%%MICO_QT%%%%EXAMPLESDIR%%/dispatcher/qtmico/server.cc >X%%PORTEXAMPLES%%%%MICO_X11%%%%EXAMPLESDIR%%/dispatcher/x11/Makefile >X%%PORTEXAMPLES%%%%MICO_X11%%%%EXAMPLESDIR%%/dispatcher/x11/client.cc >X%%PORTEXAMPLES%%%%MICO_X11%%%%EXAMPLESDIR%%/dispatcher/x11/hello.idl >X%%PORTEXAMPLES%%%%MICO_X11%%%%EXAMPLESDIR%%/dispatcher/x11/server.cc >X%%PORTEXAMPLES%%%%MICO_X11%%%%EXAMPLESDIR%%/dispatcher/x11/xhello >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynany/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynany/dynany.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynany/dynanytest.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynany/test.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic/run_test >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic/test.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generic/test_cases >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/henning/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/henning/diffs >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/Account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/Client.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/ClientApplet.html.in >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/ClientApplet.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/Server.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/run_applet >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jacorb/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/META-INF/ejb-jar.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/META-INF/jboss.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/examples/BookException.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/examples/Cart.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/examples/CartBean.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/examples/CartHome.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/examples/IdVerifier.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/cart-ejb/run-client >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/META-INF/ejb-jar.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/META-INF/jboss.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/examples/Converter.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterBean.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/examples/ConverterHome.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/converter-ejb/run-client >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/ejb-jar.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/META-INF/jboss.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySession.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/examples/corba/DataObject.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/corba-friendly-ejb/run-client >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.3.x/setenv.sh >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/META-INF/ejb-jar.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/META-INF/jboss.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/examples/BookException.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/examples/Cart.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/examples/CartBean.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/examples/CartHome.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/examples/IdVerifier.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/StackTraceElement.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/Throwable.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/cart-ejb/run-client >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/META-INF/ejb-jar.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/META-INF/jboss.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/examples/Converter.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterBean.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/examples/ConverterHome.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/StackTraceElement.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/Throwable.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/converter-ejb/run-client >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/ejb-jar.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/META-INF/jboss.xml >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.cc.saved >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.h.saved >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySession.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionBean.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/CorbaFriendlySessionHome.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/examples/corba/DataObject.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/StackTraceElement.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/Throwable.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/jdk1.4-Throwable/seq1_StackTraceElement.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/corba-friendly-ejb/run-client >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jboss/jdk1.4.x/setenv.sh >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/Account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/Client.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/ClientApplet.html.in >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/ClientApplet.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/main.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/jdk/run_applet >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/orbix/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/orbix/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/orbix/grid.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/orbix/main.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/Account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/Client.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/ClientApplet.html.in >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/ClientApplet.java >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/main.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interop/visibroker/run_applet >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcast/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcast/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcast/hello.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcast/runit >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcast/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/callback/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/callback/callback.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/callback/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/callback/run >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/callback/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/prodcons-1/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mt/prodcons-1/prodcons.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/abstract/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/abstract/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/abstract/abstract >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/abstract/abstract.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/abstract/abstract_impl.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/abstract/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/abstract/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/custom/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/custom/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/custom/custom >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/custom/custom.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/custom/custom_impl.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/custom/custom_impl.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/custom/test.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/calendar.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/date >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/date.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/date_impl.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/date_impl.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/date/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tree/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tree/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tree/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tree/tree >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tree/tree.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tree/tree_impl.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tree/tree_impl.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tricky/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tricky/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tricky/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tricky/tricky >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tricky/tricky.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tricky/tricky_impl.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obv/tricky/tricky_impl.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/current/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/current/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/current/hello >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/current/hello.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/current/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/dii/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/dii/diiclient.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/dii/diiserver.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/dii/rundiic >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/dii/rundiis >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/dii/runit >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa/account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa/collocated.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa2/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa2/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa2/account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa2/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pi/poa2/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/README >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-1/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-1/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-1/account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-1/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-1/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-2/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-2/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-2/account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-2/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-2/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-3/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-3/account >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-3/account.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-3/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/account-3/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-1/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-1/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-1/hello >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-1/hello.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-1/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-2/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-2/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-2/hello >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-2/hello.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/hello-2/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/inherit/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/inherit/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/inherit/inherit >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/inherit/inherit.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poa/inherit/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/random/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/random/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/random/random.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/services/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/services/README >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/events/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/events/client.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/events/client2.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/events/runit >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/events/server.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/events/server2.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/events/server3.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming-lb/Client.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming-lb/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming-lb/Printer.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming-lb/Printer_impl.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming-lb/Printer_impl.h >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming-lb/Server.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming-lb/printer_test >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming/account.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming/account_test >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming/client.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/naming/server.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/property-daemon/Makefile >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/property-daemon/README >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/property-daemon/bank.idl >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/property-daemon/get_properties.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/property-daemon/set_properties.cc >X%%PORTEXAMPLES%%%%MICO_SERVICE%%%%EXAMPLESDIR%%/services/property-daemon/start_demo >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/services/stream-sound/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/services/stream-sound/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/services/stream-sound/server.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/services/stream-sound/sound.h >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shlib/Makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shlib/client.cc >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shlib/hello >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shlib/hello.idl >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shlib/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/Makefile >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/c_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/c_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/client.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/hello.idl >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/s_cert.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/s_key.pem >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/server.cc >X%%PORTEXAMPLES%%%%MICO_SSL%%%%EXAMPLESDIR%%/ssl/ssl >60238316cac3e7699035ceb2f526c489 >echo x - ./mico/Makefile >sed 's/^X//' >./mico/Makefile << 'cf4befe1e1119579fd5f03024c5b95de' >X# Created by: Marc G. Fournier <scrappy@FreeBSD.org> >X# $FreeBSD: head/devel/mico/Makefile 334555 2013-11-22 08:24:11Z bapt $ >X >XPORTNAME= mico >XPORTVERSION= 2.3.13 >XCATEGORIES= devel >XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/ >X >XMAINTAINER= ports@FreeBSD.org >XCOMMENT= Secure, reliable, production-quality, standards-based CORBA middleware >X >XLICENSE= GPLv2 >X >XUSES= gmake >XUSE_AUTOTOOLS= autoconf >X >XUSE_LDCONFIG= yes >XWRKSRC= ${WRKDIR}/${PORTNAME} >XGNU_CONFIGURE= yes >XCONFIGURE_ENV+= EGREP=`which egrep` >X >XOPTIONS_DEFINE= SERVICES SSL X11 GTK1 DEBUG TCL DOCS >XOPTIONS_DEFAULT= SSL SERVICES >XSERVICES_DESC= With services, plain ORB >XGTK1_DESC= Build with GTK1 support >XTCL_DESC= Build with TCL support >X >X.include <bsd.port.options.mk> >X >XNOT_FOR_ARCHS= sparc64 >X >XCONFIGURE_ARGS= --enable-cd --disable-mini-stl --enable-threads >X >X.if ${PORT_OPTIONS:MDEBUG} >XCONFIGURE_ARGS+= --enable-debug >X.endif >X.if ${PORT_OPTIONS:MSERVICES} >XCONFIGURE_ARGS+= --enable-ccm >X.else >XCONFIGURE_ARGS+= --disable-coss >XMICO_SERVICE= "@comment " >X.endif >X >XCXXFLAGS+= ${CPPFLAGS} -Wno-unused >X >X.if ${PORT_OPTIONS:MX11} >XUSE_XORG= x11 >XCONFIGURE_ARGS+= --with-x >X.else >XCONFIGURE_ARGS+= --without-x >XMICO_X11= "@comment " >X.endif >XMICO_QT= "@comment " >X.if ${PORT_OPTIONS:MGTK1} >XUSE_GNOME= gtk12 >XCONFIGURE_ARGS+= --with-gtk=${LOCALBASE} >X.else >XMICO_GTK= "@comment " >X.endif >X.if ${PORT_OPTIONS:MTCL} >XUSES+= tcl >XCONFIGURE_ARGS+= --with-tcl >XCPPFLAGS+= -I${TCL_INCLUDEDIR} >XLDFLAGS+= -L${LOCALBASE}/lib >X.else >XMICO_TCL= "@comment " >X.endif >X >X.if empty(PORT_OPTIONS:MSSL) || empty(PORT_OPTIONS:MSERVICES) >XMICO_SSL= "@comment " >X.else >XUSE_OPENSSL= yes >XCONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} >X.endif >X >XPLIST_SUB+= MICO_X11=${MICO_X11} MICO_QT=${MICO_QT} MICO_GTK=${MICO_GTK} \ >X MICO_TCL=${MICO_TCL} MICO_SSL=${MICO_SSL} \ >X MICO_SERVICE=${MICO_SERVICE} >X >Xpost-configure: >X ${REINPLACE_CMD} -e "s#\"-O2\"#\"${CFLAGS}\"#" ${WRKSRC}/configure.in >X ${FIND} ${WRKSRC}/demo -name Makefile | ${XARGS} \ >X ${REINPLACE_CMD} -e "s#/doc/mico/examples#${EXAMPLESDIR:S#^${PREFIX}##}#" >X ${REINPLACE_CMD} -e "s#/doc/mico/examples#${EXAMPLESDIR:S#^${PREFIX}##}#" ${WRKSRC}/demo/MakeVars >X ${REINPLACE_CMD} -e "s#ministl##" ${WRKSRC}/include/Makefile >X ${RM} -f ${WRKSRC}/include/mico/*.orig ${WRKSRC}/include/coss/*.orig >X >Xpre-install: >X ${REINPLACE_CMD} -e "s#${PREFIX}#${STAGEDIR}${PREFIX}#" ${WRKSRC}/MakeVars >X >Xpost-install: >X for i in `${GREP} ^bin/ ${TMPPLIST}`; do \ >X (${STRIP_CMD} ${STAGEDIR}${PREFIX}/$$i || ${TRUE}) 2> /dev/null; \ >X done >X.if ${PORT_OPTIONS:MDOCS} >X ${GMAKE} -C ${WRKSRC} install-doc >X.endif >X.if ${PORT_OPTIONS:MEXAMPLES} >X ${GMAKE} -C ${WRKSRC} install-demo >X.endif >X >X.include <bsd.port.mk> >cf4befe1e1119579fd5f03024c5b95de >echo x - ./mico/distinfo >sed 's/^X//' >./mico/distinfo << '9366689bcbb3d38a83117cd43fd0716a' >XSHA256 (mico-2.3.13.tar.gz) = a355fd0205440f0c8793b68d105b179942d883babc6b1fe69113707b88fe1d69 >XSIZE (mico-2.3.13.tar.gz) = 3269814 >9366689bcbb3d38a83117cd43fd0716a >echo x - ./mico/pkg-descr >sed 's/^X//' >./mico/pkg-descr << 'de03141ea6b5a5ecfe0abe531f2ec077' >XThe acronym MICO expands to MICO Is CORBA. The intention of this project >Xis to provide a freely available and fully compliant implementation of >Xthe latest CORBA standard for C++ developers. >X >XHere is some of MICO features: >X * Multi-threaded >X * Dynamic Invocation Interface (DII) and Dynamic Skeleton Interface (DSI) >X * Interface Repository (IR) with graphical Interface Repository browser >X * IIOP as native protocol (ORB prepared for multiprotocol support) >X * Portable Object Adapter (POA) and Basic Object Adapter (BOA) support >X * Objects by Value (OBV) >X * CORBA Components (CCM) >X * Dynamic Any >X * Portable Interceptors (PI) >X * Support for secure communication and authentication using SSL >X * Support for nested method invocations >X * Any offers an interface for inserting and extracting constructed >X types that were not known at compile time >X * CORBA Services: >X o Interoperable Naming service, o Trading service, o Event service, >X o Relationship service, o Property service, o Time service, >X o Security service >X >XWWW: http://www.mico.org >de03141ea6b5a5ecfe0abe531f2ec077 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194559
:
148584
|
148585
|
148875
|
148909
|
148910