summaryrefslogtreecommitdiff
path: root/net/ORBit2
AgeCommit message (Collapse)AuthorFilesLines
2004-04-01Fix MASTER_SITES.jmmv1-2/+2
2004-04-01Update to 2.10.0. Changes since the 2.8.x branch:jmmv5-21/+12
ORBit2-2.9.6 * bug fixes + PPC union walking bug (Michael, Jeroen Z) ORBit2-2.9.5 * bug fixes + don't crash with NULL env (Mark) ORBit2-2.9.4 * bug fixes + enviroment pollution (Michael) + AIX portability bits (The Written Word) ORBit2-2.9.3 * bug fixes + configure logic bug (Morten Welinder) + no-mainloop threading issue (Michael) + custom policy oneway fix (Michael, JP) + policy lookup fix (Alex Larsson) ORBit2-2.9.2 * bug fixes + threaded client deadlock (Michael) + skelimpl leak fix (Frank) + forward request double free (Michael) + thread queue processing (Frank) ORBit2-2.9.1 * bug fixes + thread handling / shutdown bugs (Justin Schoeman) + linc I/O revents race fix (Padraig O'Briain) + name service ref leak (Justin) + GIOP HUP error cleanup (Michael) + ORB shutdown from any thread (Michael) + build fixes / cleans (Justin, Michael) * featurelets + (limited) re-enterancy client policy (Michael) + re-factored invocation stack (Frank Rehberger) + deactivation / return test (Michael) ORBit2-2.9.0 * bug fixes + speed up child POA destruction (Michael) * featurelets + allow objects to be bound to specific threads (Alex Larsson)
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-5/+5
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11Use += instead of ?= in BUILDLINK_DEPENDS.<pkg>.xtraeme1-2/+2
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam1-2/+2
and any pre-existing buildlink2.mk files.
2004-02-10bl3ifyxtraeme2-6/+32
2004-02-06Update to 2.8.3:jmmv2-5/+5
2003-12-04 Michael Meeks <michael@ximian.com> * Version 2.8.3 2003-11-06 Padraig O'Briain <padraig.obriain@sun.com> * linc2/src/linc-server.c (link_server_handle_io): Change g_error to g_warning to avoid crash if revents field reset between check() and dispatch(). Fixes bug #126209. 2003-10-31 Michael Meeks <michael@ximian.com> * src/orb/GIOP/giop-recv-buffer.c (giop_connection_handle_input): on HUP goto msg_error so we don't leave the cnx->incoming_msg hanging around. 2003-10-30 Michael Meeks <michael@ximian.com> * test/everything/lifeCycle.c (LifeCycleServer_deactivateUnrefOnReturn): a nasty in-proc hack that unreferences our CORBA_Object handle. * test/everything/client.c (testLifeCycle): use the ORBit_small_invoke_stub_n path, used by older stubs. 2003-10-24 Michael Meeks <michael@ximian.com> * src/orb/GIOP/giop.c (giop_shutdown): allow shutdown from any thread - this looks safe enough, at least here. 2003-10-23 Mark McLoughlin <mark@skynet.ie> * test/everything/lifeCycle.c: add this from the 2.8.2 tarball. Michael must have forgotten to CVS add it. 2003-10-14 Michael Meeks <michael@ximian.com> * src/orb/poa/poa.c (ORBit_POA_destroy_T_R): rename to this.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-18Regen.xtraeme1-3/+1
2003-12-14Update to 2.8.0, based on work done by xtraeme@:jmmv4-42/+67
ORBit2-2.8.0 * bug fixes + sequence_concat helper (Frank) + corbaloc fixes (Frank) ORBit2-2.7.6 * bug fixes + try_connection deadlock (Michael, Padraig O'Briain) + shutdown_orb fd leak (Michael, Morten Welinder) + don't export libIDL strangely (Michael, Morten) * featurelets + define file specific foo in idlcompile (James H) ORBit2-2.7.5 * bug fixes + cmdline option parsing (Michael) + idl-compiler stderr fixes (Dan Winship) + object key hashing fix (Frank Rehberger) + ~always enable thread-safety (Michael) + parallel build fixes (Michael) + _is_a fixes for in-proc + transient poa (Michael) * featurelets + RootPOA/POACurrent set guards (Frank) + corbaloc support (Frank) + more regression tests (Michael, Frank) ORBit2-2.7.3 * bug fixes + vicious union discriminator issue (Brian Cameron) + non_existent / try_connection fix (Michael) + 'broken' emission at idle (Michael, George Lebl) + DynAnyFactory registration (Michael) + no longer explicitely "entering a wold of pain" + ORBit_sequence fixes (Frank Rehberger) + linc source fix (Padraig O'Briain) + gthread linkage fix (Michael) + struct/union leakage on exceptions (Frank) * featurelets + improved regression tests (Michael, Frank, Bowie Owens) + lots of documentation improvements (Gustavo Carneiro) + -ORBInitRef, -ORBNamingIOR (Frank) ORBit2-2.7.2 * bug fixes + fixed docs build (Gustavo Varneiro) + thread pool fix (Alex) + build fixes (Waschk, oGalaxy, Michael) * features (Michael) + vastly improved thread safety (& Alex) + improved regression tests + much improved ABI + implemented POA thread policies + client side re-enterancy guard policies + internalized linc as 'linc2/link' + in-proc cross-thread invocation + poa copying API ORBit2-2.7.1 * bug fixes + tail align fix (Herbert Valerio Riedel) + request ID fix (Herbert) + thread hint fix (Gustavo Carneiro) + build fixes (Richard Kinder) + packed type marshal fix (Michael Haubenwallner) + purifing mode fixes (Michael) + use g_get_tmp_dir (Michael) * features + much improved thread safey (Michael) + improved tests (Michael) + locate request impl. (Herbert) + GIOP cleans (Herbert) + configurable init msg limit (Michael) + cygwin support (Masahiro Sakai) + code cleans (Richard Kinder)
2003-12-04Bump PKGREVISION (libIDL-0.8.2)xtraeme1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-08Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2.jmmv1-2/+3
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-5/+4
dependency bumps.
2003-01-22Update to 2.6.0. Changes since 2.5.0 include multiple bugfixes.jmmv2-7/+8
This is no longer a development version.
2003-01-04share/idl is a shared directory between ORBit and ORBit2, so manage itjmmv1-1/+2
properly.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh4-26/+4
2002-10-27Update ORBit2 to 2.5.0. Provided in PR pkg/18707 by Julio Merino.rh4-9/+12
Changes include: * bug fixes + HP/UX / ANSI fixes (Albert Chin) + imodule fixage (James Henstridge) + nested unions, structs, exceptions + fall-through case unions subnames + type mis-inclusion + request handler segv (Mark) + epv typecasts (Gergo) + improve generic marshaller (Michael) + fix TC_void's kind (Michael) + fix linc EOF locking interaction silly (Michael) + kill name server cruft (Mark) + fix linking for -pthread (Mark) + IDL compiler backend fix (Murray Cumming) + internal header / build fixes (Gergo Erdi) * features + IDL compiler language backend API (Mark, Gergo) NB. see module 'orbitcpp' for C++ bindings [!] + CORBA_Typecode API (Gergo) + IDL -> IInterface converter (Mark) + improved imodule handling (Mark) + more regression tests (Michael, James) + de-bloated IDL compiler -6k LOBC (Mark)
2002-10-14Update to 2.4.3.wiz3-10/+7
Changes: + GIOP fragment handling + Security Audit + 'LocalOnly' mode + new ORBIT_DEBUG=errors spew + debug build debug hooks + more graceful OOM handling + blank uninitialized outgoing data + random keys re-hashed / accelerated + skeptical sequence de-marshling + configure time dofus detection + beefed up regression tests + various spoofing + randomized valid data + broken fragments plus lots of bug fixes.
2002-10-05Convert to buildlink2.wiz1-5/+5
2002-10-05Unused.wiz1-58/+0
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+2
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-6/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-09Fix buildlink2.mk file, per pkg/18225 by Julio Merino.wiz1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+35
buildlink2.mk files back into the main trunk.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh3-2/+15
Bump PKGREVISION
2002-07-12Update to 2.4.0, supplied by Julio Merino in pkg/17414, for GNOME2.wiz3-9/+8
Changes since 2.3.108: * leak fixes (Michael) + async code + connection dispose + GIOP 1.0 service contexts * trace cleanup (Sean Atkinson) + us timestamp printing + ellipsize long strings * Bug fixes + accept NULL async callbacks (Michael) + CosNaming mess fixups (Michael) + Java interop fix (Mark) + IDL compiler more type friendly (Gergo)
2002-05-21Commit the missing patch that should have been here all along. Thisrh2-1/+13
patch adds a missing -Wl,-R to the pkg-config template. Regen distinfo.
2002-05-21regen (no patch-aa here -- forgot to commit?)wiz1-2/+1
2002-04-27Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool.rh1-1/+2
2002-04-27Fix pkgconfig configuration file to include runtime library search path.rh3-4/+6
Bump PKGREVISION.
2002-04-27Add orbit2-buildlink to BUILDLINK_TARGETSrh1-8/+5
2002-04-23Initial import of ORBit2-2.3.108, a high-performance CORBA ORB with Crh5-0/+186
language support.