Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jmmv 99a028b279 Update to 2.12.0. This version corresponds to GNOME 2.8.0.
2004-09-13  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: Version 2.12.0.

2004-08-25  Michael Haubenwallner <michael.haubenwallner@salomon.at>

	* src/orb/orb-core/allocators.c (ORBit_freekids_via_TypeCode_T):
	Step over align-holes at the end of structures (bug#151023)
	* src/orb/orb-core/corba-any.c
	(ORBit_marshal_value) (ORBit_demarshal_value)
	(ORBit_copy_value_core) (ORBit_value_equivalent):
	Ditto.
	* test/everything/everything.idl
	test/everything/client.c
	test/everything/structServer.c:
	Added testcase for bug#151023, align-holes at the end of structures.
	* test/everything/constants.h:
	Ditto.
	Added constants for CHAR and OCTET.

2004-08-19  Michael Meeks  <michael@ximian.com>

	* Version 2.11.2

	* src/orb/GIOP/giop-recv-buffer.c
	(giop_recv_list_destroy_queue_entry): unref the
	ent's connection without the message queue lock
	held.

	* test/everything/client.c: bin stderr printfs
	during thread tests, to avoid unhelpful rescheduling.

	* src/orb/orb-core/orbit-small.c
	(ORBit_small_unlisten_for_broken_full): use the
	peek method, no need to try re-connecting just to
	disconnect the 'broken' signal.

	* src/orb/orb-core/corba-object.c
	(CORBA_Object_release_cb): after a long audit;
	unlock / lock around the giop connection unref;
	this avoids the final connection release
	deadlocking vs. a pending call in the I/O
	thread needing this lock.
	(ORBit_object_peek_connection): impl.

2004-08-19  Magnus Therning  <magnus@therning.org>

	* src/idl-compiler/orbit-idl-backend.c: fix
	bit-field assignments.

2004-08-10  Michael Meeks  <michael@ximian.com>

	* test/everything/basicServer.c
	(BasicServer_testBoolString): impl.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* src/idl-compiler/orbit-idl-c-backend.c: (orbit_idl_output_c):
	0 vs NULL.
	* src/idl-compiler/orbit-idl-c-common.c: (cc_output_typecodes):i
	Same here.
	* src/idl-compiler/orbit-idl-c-utils.c:
	(orbit_cbe_get_typespec_str): Same here too.
	* src/orb/dynamic/dynany.c: (DynamicAny_DynUnion_member_name):
	0 vs NULL and add some casts.
	* src/orb/orb-core/allocators.c: (ORBit_freekids_via_TypeCode_T):
	0 vs NULL fixes.
	* src/orb/orb-core/corba-object.c: (ORBit_objref_find):
	Same again.
	* src/services/name/boot.c: (main): And again.
	* test/echo-srv.c: (echo_srv_finish_object), (echo_srv_finish_poa):
	And again.

2004-08-10  Mark McLoughlin  <mark@skynet.ie>

	* src/orb/orb-core/iop-profiles.c: (IOP_start_profiles),
	(IOP_TAG_CODE_SETS_demarshal): don't initialize the sequence
	using structure initialization, but rather zero the structure
	contents. Fixes bug #147255, which admittedly is really a
	gcc on powerpc bug, but this code is nicer anyway.

2004-08-08  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* src/orb/orb-core/corba-any.c (ORBit_sequence_remove):
	Impl. method to remove a single element in an ORBit sequence.

	* include/orbit/orb-core/orbit-small.h: Add ORBit_sequence_remove
	prototype.

	* test/everything/client.c (testSequenceHelpers): Test
	ORBit_sequence_remove.

2004-07-30  Mark McLoughlin  <mark@skynet.ie>

	* test/test-corbaloc.c: "\%" isn't a valid escape sequence,
	so just use "%". From d.binderman@virgin.net.

2004-07-07  Frank Rehberger  <frehberg@mole.xtradyne.de>

	* Revert to Version 2.11.x and Add Version ORBit2-2.11.1
	(developer release only)

2004-07-07  Frank Rehberger <frehberg@gnome-de.org>
	* Add Version ORBit2-2.12.0

2004-06-22  Chris Landrieu  <perotin101@yahoo.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-30  Christophe Saout  <christophe@saout.de>

	* src/orb/orb-core/corba-any.c:
	(ORBit_marshal_value, ORBit_demarshal_value): Fix broken wstring
	support. Marshal/demarshal the correct number of bytes on the
	wire and negotiate the UTF-16 byte ordering using an optional
	endianess marker. Also works now with JacORB.

2004-05-30  Christophe Saout  <christophe@saout.de>

	* src/services/imodule/orbit-imodule-utils.c
	(ORBit_imodule_get_typecode): set c_align in nested array
	typecodes that are not handled by ORBit_imodule_find_c_align.

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

	* ORBit-2.0.pc.in: prune pkgconfig cruft.

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

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

2004-05-08  Frank Rehberger  <frehberg@gnome-de.org>

	* src/orb/orb-core/iop-profiles.c (IOP_start_profiles): orbit
	generated profiles contain full codeset data structures
	(IOP_component_free): freeing codeset structures
	(CodeSetComponent_marshal): marshal codeset structures
	(CodeSetComponent_demarshal): demarshal codeset structures
	* src/orb/orb-core/iop-profiles.h (IOP_PROFILES_CODE_SET_*):
	declare known code-sets, but UTF8 and UTF16 supported only.
	(struct IOP_TAG_CODE_SETS_info): complete CodeSet data structure
	using CONV_FRAME_CodeSetComponentInfo.
	* src/orb/orb-core/corba-orb.c: variable orbit_use_corbaloc must
	be of type gboolean.
2004-09-21 16:44:14 +00:00
archivers Make previous commit do what was intended (by including bsd.prefs.mk, 2004-09-18 20:14:18 +00:00
audio Update to 3.1.11.1: 2004-09-21 08:41:15 +00:00
benchmarks Remove duplicate '-DNO_ISO' in IRIX target. 2004-08-22 23:30:18 +00:00
biology Modify patch-aa to replace -e tests with -d tests, so install will work 2004-08-23 14:41:06 +00:00
bootstrap Also need tools in /usr/xpg4/bin (such as id). PR#26924. 2004-09-20 10:43:56 +00:00
cad update to verilog-current-20040915. Changes in this snapshot: 2004-09-21 02:23:19 +00:00
chat update MASTER_SITES, the old host has disappeared from dns. 2004-09-19 01:54:01 +00:00
comms Pass the appropriate flags to build and link code using pthread, since the 2004-09-15 06:53:24 +00:00
converters Changes 1.0.2: 2004-09-21 14:45:49 +00:00
cross Make this build with the version of binutils currently in cross-binutils. 2004-09-09 01:33:10 +00:00
databases Update to version 2.9004. 2004-09-13 11:49:37 +00:00
devel Update to 1.6.0. This version corresponds to GNOME 2.8.0. 2004-09-21 16:43:52 +00:00
distfiles
doc - Note snort update to 2.2.0 2004-09-21 15:53:51 +00:00
editors Update to 5.6.1: 2004-09-20 23:57:30 +00:00
emulators Use statvfs on NetBSD>=2.0D. 2004-09-16 17:16:18 +00:00
finance Resign as maintainer of this package. I use neither GNOME nor the Python 2004-09-09 06:51:23 +00:00
fonts Honor CPPFLAGS. 2004-09-18 07:55:31 +00:00
games Change DIST_SUBDIR to avoid breakage for people who have the old 2004-09-16 23:23:48 +00:00
geography make sure the subdir xmkmf doesn't circumvent xpkgwedge, 2004-09-09 10:26:27 +00:00
graphics Remove nonsensical BUILDLINK_TRANSFORM. 2004-09-21 15:10:26 +00:00
ham Fix statvfs patch (hi agc!). 2004-09-18 15:45:13 +00:00
inputmethod Fix a linkage of a program which is run during build. 2004-09-18 07:59:57 +00:00
lang Adapt to differences between the old buildlink3 wrapper scripts and the 2004-09-21 15:04:34 +00:00
licenses Add license for sysutils/ipw-firmware 2004-08-27 05:51:38 +00:00
mail Update mail/clamsmtp to 0.8. 2004-09-21 10:16:05 +00:00
math Update to 2.11.10, and drop maintainership. 2004-09-21 00:10:01 +00:00
mbone s/USE_BUILDLINK2/USE_BUILDLINK3/. buildlink2 is obsolete... 2004-07-28 21:36:59 +00:00
meta-pkgs Make KDE depend on at least version 3.3.3nb1 of qt3-libs. 2004-09-19 04:17:22 +00:00
misc Update koffice to 1.3.3 2004-09-21 13:02:32 +00:00
mk Add 'ang' locale, initially used by eel2-2.8.0. 2004-09-21 16:32:35 +00:00
multimedia Update windows-all, the old distfile no longer available. (this is getting 2004-09-17 08:07:12 +00:00
net Update to 2.12.0. This version corresponds to GNOME 2.8.0. 2004-09-21 16:44:14 +00:00
news Add and enable nget. 2004-08-23 21:15:30 +00:00
packages
parallel Fix installation with gcc3. 2004-09-10 20:23:46 +00:00
pkgtools Correct typo. From PR 27010 by Cesar Catrian C. 2004-09-21 07:11:30 +00:00
print Make this package compile with gcc 2.95 too. 2004-09-11 21:29:22 +00:00
regress Add and enable print-plist. 2004-09-08 15:04:45 +00:00
security Give a bit of leeway in the atime time calculation - the problem is 2004-09-21 14:14:27 +00:00
shells Fix build with gcc2. 2004-09-08 12:00:09 +00:00
sysutils add/enable news 2004-09-20 21:17:03 +00:00
templates
textproc Link with -liconv if ICONV_TYPE=gnu. This makes bdb-xml build on 2004-09-18 02:46:12 +00:00
time - bl3ify. 2004-09-14 07:10:15 +00:00
wm Update patch to move.c to stop tvtwm crashing in some rare situations. 2004-09-18 11:59:06 +00:00
www - Update apache to 2.0.51 2004-09-20 17:19:33 +00:00
x11 Update to devilspie-0.5.1. 2004-09-20 21:13:01 +00:00
Makefile Add a new "regress" category for pkgsrc regression testing code. We 2004-08-27 21:32:55 +00:00
Packages.txt Update the sudo-instructions so it even works when upgrading sudo 2004-09-19 20:13:26 +00:00
pkglocate Not all OS have grep(1) in /usr/bin/grep, some have it in /sbin/grep, some 2004-07-04 16:12:10 +00:00
README the pkgsrc documentation is in Packages.txt right now, as the XML 2004-03-13 11:31:43 +00:00

$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.