Commit graph

49 commits

Author SHA1 Message Date
recht
5edc80745d update to 2.10.3
changes:

2004-06-23  Michael Meeks  <michael@ximian.com>

	* Version 2.10.3

2004-06-22  Michael Meeks  <michael@ximian.com>

	* src/orb/orb-core/allocators.c (ORBit_freekids_via_TypeCode_T):
	add missing pre-align for struct/except types. Complicate the
	union alignment rules.

2004-05-17  Fernando Herrera  <fherrera@onirica.com>

	* src/idl-compiler/orbit-idl-c-backend.c: (out_for_pass):
	Merge fix from HEAD for bug #142546.  clobber LC_ALL because
	cpp tranlates some strings in some locales during dep files
	generation that makes compilation fails.

2004-05-17  Michael Meeks  <michael@ximian.com>

	* ORBit-2.0.pc.in: prune pkgconfig cruft.
2004-07-09 22:06:54 +00:00
xtraeme
f4e3a28619 Enable pkgviews installation. 2004-05-31 22:01:41 +00:00
tron
50092c8a6c Backout last change. It is no longer necessary with revision 1.24
of "src/include/resolv.h" as pointed out by Markus W. Kilbinger in
private e-mail.
2004-05-23 14:12:45 +00:00
tron
c425f19d92 Make this build and work under NetBSD 2.0E and above with the bind9
resolver library.
2004-05-22 17:41:31 +00:00
jmmv
a18e703092 Update to 2.10.2:
2004-05-07  Michael Meeks  <michael@ximian.com>

	* Version 2.10.2

2004-05-07  Michael Meeks  <michael@ximian.com>

	* Branch for Gnome 2.6

2004-04-24  Dan Winship  <danw@ximian.com>

	* src/services/imodule/Makefile.am (LDADD): Remove
	$(LOCAL_LINC_LIBS). (Only libORBit-2 itself should be linking
	against it.)

	* src/services/name/Makefile.am (libORBitCosNaming_2_la_LDFLAGS):
	Likewise

2004-04-24  Frank Rehberger  <frehberg@fresa.casa.in-berlin.de>

	* MAINTAINERS: maintainer-ship handed over to  frehberg@gnome-de.org

2004-04-21  Michael Meeks  <michael@ximian.com>

	* Version 2.10.1

2004-04-21  Michael Meeks  <michael@ximian.com>

	* src/orb/orb-core/iop-profiles.c
	(CodeSetComponent_demarshal): don't spew a
	g_warning, just a dprintf.
	(IOP_UnknownComponent_marshal): actually marshal
	the length of the sequence as well as the data.

2004-04-21  Bill Haneman  <bill.haneman@sun.com>

	* test/everything/basicServer.c
	(TestFactory_getObjectCount, TestFactory_getObject):
	hammer on some JavaORB stuff.

	* test/everything/client.c (testIOR): impl.
	(run_tests): upd.

2004-04-13  Joe Marcus Clarke  <marcus@freebsd.org>

	* ORBit-2.0.pc.in: add gthread dep.

2004-03-19  Mark McLoughlin  <mark@skynet.ie>

	* orbit2-config.in: return -lORBitCosNaming-2 with
	--use-service=name rather than -lORBitCosNaming.
	This script is still deprecated old cruft, though.
2004-05-09 16:30:24 +00:00
wiz
f7906f6e94 Unused. 2004-04-26 09:21:57 +00:00
danw
92c3d27a6b add -DBIND_8_COMPAT on Darwin 2004-04-24 15:21:35 +00:00
jmmv
a847df80ab During print-PLIST, output comments for the lib/orbit-2.0 and share/idl
directories instead of removing them, as they are handled by this package.
2004-04-13 21:34:18 +00:00
jmmv
5075a9fb51 Fix MASTER_SITES. 2004-04-01 20:27:49 +00:00
jmmv
785e8103a7 Update to 2.10.0. Changes since the 2.8.x branch:
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-04-01 18:16:17 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
7d16bf87e2 Use += instead of ?= in BUILDLINK_DEPENDS.<pkg>. 2004-02-11 00:21:09 +00:00
jlam
1b2674fcd7 The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
and any pre-existing buildlink2.mk files.
2004-02-10 20:45:01 +00:00
xtraeme
023b12614b bl3ify 2004-02-10 02:16:02 +00:00
jmmv
e607929bd8 Update to 2.8.3:
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-02-06 17:03:21 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
xtraeme
047733a3ce Regen. 2003-12-18 03:36:24 +00:00
jmmv
39baefe344 Update to 2.8.0, based on work done by xtraeme@:
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-14 19:43:50 +00:00
xtraeme
5b2f7734e2 Bump PKGREVISION (libIDL-0.8.2) 2003-12-04 17:08:51 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
5fec50f6bd Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2. 2003-05-08 18:04:32 +00:00
jmmv
0333e4cc18 Line up PKGREVISION whitespace. 2003-05-05 16:54:24 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
210739879c Update to 2.6.0. Changes since 2.5.0 include multiple bugfixes.
This is no longer a development version.
2003-01-22 09:25:44 +00:00
jmmv
b046d2cc73 share/idl is a shared directory between ORBit and ORBit2, so manage it
properly.
2003-01-04 23:46:49 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
rh
76dbc70780 Update ORBit2 to 2.5.0. Provided in PR pkg/18707 by Julio Merino.
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-27 09:16:08 +00:00
wiz
2b977b55d1 Update to 2.4.3.
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-14 09:51:36 +00:00
wiz
4043984928 Convert to buildlink2. 2002-10-05 03:34:20 +00:00
wiz
69bed16c18 Unused. 2002-10-05 03:20:54 +00:00
jlam
569f4d898d IDL files must be added to BUIDLINK_FILES because the IDL files are
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-23 19:57:28 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
wiz
e78cbcd04f Fix buildlink2.mk file, per pkg/18225 by Julio Merino. 2002-09-09 19:16:55 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
wiz
b05c5e8bbe Update to 2.4.0, supplied by Julio Merino in pkg/17414, for GNOME2.
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-07-12 15:33:12 +00:00
rh
b65de0a1cf Commit the missing patch that should have been here all along. This
patch adds a missing -Wl,-R to the pkg-config template.
Regen distinfo.
2002-05-21 12:06:08 +00:00
wiz
25c0862991 regen (no patch-aa here -- forgot to commit?) 2002-05-21 11:18:48 +00:00
rh
7acdc587eb Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool. 2002-04-27 11:31:23 +00:00
rh
28751db407 Fix pkgconfig configuration file to include runtime library search path.
Bump PKGREVISION.
2002-04-27 08:49:14 +00:00
rh
6dc28199d7 Add orbit2-buildlink to BUILDLINK_TARGETS 2002-04-27 07:55:59 +00:00
rh
aefe7d1e77 Initial import of ORBit2-2.3.108, a high-performance CORBA ORB with C
language support.
2002-04-23 12:24:47 +00:00