CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/09/22 02:42:53
Modified files:
devel/mico : Makefile distinfo systrace.filter
devel/mico/patches: patch-Makefile patch-configure
patch-demo_MakeVars patch-demo_Makefile
patch-demo_obv_Makefile
patch-demo_poa_Makefile
patch-demo_services_Makefile
patch-ir_Makefile patch-man_man1_idl_1
patch-man_man1_imr_1 patch-man_man5_micorc_5
patch-man_man8_ird_8
devel/mico/pkg : PFRAG.shared PLIST
Added files:
devel/mico/patches: patch-demo_csiv2_Makefile
patch-demo_csiv2_interop_Makefile
patch-demo_interop_jboss_Makefile
patch-demo_interop_jboss_jdk1_3_x_Makefile
patch-demo_interop_jboss_jdk1_3_x_cart-ejb_Makefile
patch-demo_interop_jboss_jdk1_3_x_converter-ejb_Makefile
patch-demo_interop_jboss_jdk1_3_x_corba-friendly-ejb_Makefile
patch-demo_interop_jboss_jdk1_4_x_Makefile
patch-demo_interop_jboss_jdk1_4_x_cart-ejb_Makefile
patch-demo_interop_jboss_jdk1_4_x_converter-ejb_Makefile
patch-demo_interop_jboss_jdk1_4_x_corba-friendly-ejb_Makefile
patch-demo_mt_Makefile
patch-demo_pi_Makefile
Removed files:
devel/mico/patches: patch-MakeVars_in patch-admin_mkdepend_cc
patch-codec_cc patch-coss_events_main_cc
patch-coss_externalization_Stream_impl_cc
patch-coss_externalization_extcriteriad_cc
patch-coss_lifecycle_lifecriteriad_cc
patch-coss_naming_Naming_impl_cc
patch-coss_naming_nsd_cc
patch-coss_time_TimeService_help_cc
patch-daemon_imr_client_cc
patch-daemon_imr_impl_cc
patch-daemon_main_cc
patch-daemon_poamediator_h
patch-demo_boa_Makefile
patch-demo_redlich_Makefile
patch-idl_codegen-c++-common_cc
patch-idl_codegen-c++-impl_cc
patch-idl_codegen-c++-skel_cc
patch-idl_codegen-c++-stub_cc
patch-idl_codegen-c++-util_cc
patch-idl_codegen-c++_cc
patch-idl_codegen-idl_cc
patch-idl_codegen-midl_cc
patch-idl_codegen_cc patch-idl_codegen_h
patch-idl_error_h patch-idl_main_cc
patch-idl_params_cc patch-idl_parsenode_h
patch-idl_parser_h patch-idl_scanner_ll
patch-idl_yacc_yy patch-include_mico_fixed_h
patch-include_mico_util_h
patch-orb_address_cc patch-orb_any_cc
patch-orb_boa_cc patch-orb_buffer_cc
patch-orb_codeset_cc patch-orb_context_cc
patch-orb_dii_cc patch-orb_dispatch_cc
patch-orb_dsi_cc patch-orb_dynany_impl_cc
patch-orb_except_cc patch-orb_fixed_cc
patch-orb_iop_cc patch-orb_ior_cc
patch-orb_memcheck_cc patch-orb_object_cc
patch-orb_orb_cc patch-orb_string_cc
patch-orb_transport_cc patch-orb_typecode_cc
patch-orb_util_cc patch-orb_value_cc
patch-tools_iordump_iordump_cc
Log message:
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@