Commit graph

13 commits

Author SHA1 Message Date
sketch
f65d99908f Properly check for alloca.h and use if necessary, fixing USE_SUNPRO build. 2003-12-16 11:22:31 +00:00
jlam
d81f1aef1b * NetBSD's (and most likely Linux's) indent program is sufficient for ORBit,
so don't depend on devel/gindent on these two platforms.

* USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO.

* Don't use the hackish test for libwrap supplied in the configure script.
  Instead, just specify the necessary variables to link against libwrap
  in the package Makefile.

This closes PR 18712 by Greg A. Woods.
2002-11-25 21:20:05 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +00:00
agc
52ed484e2d Upgrade to version 0.5.15 from 0.5.13nb1 of the ORBit package - diffs
provided by Thomas Klausner.

Diffs from previous version:

2002-03-20  Michael Meeks  <michael@ximian.com>
        * configure.in: copy the autoconf macro into here so we
        can rely on it not changing across autoconf versions.
2002-03-11  Michael Meeks  <michael@ximian.com>
        * src/IIOP/giop-msg-buffer.c
        kill #define writev mess.
        (giop_send_buffer_write): handle EINTR, handle EAGAIN
        correctly, handle short writev's correctly, test
        thorougly.
        * src/ORBitutil/compat.c (g_writev): kill this
        abomination.
2002-02-11  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
        * src/orb/allocators.h, src/orb/allocators.c (ORBit_alloc_2,
        ORBit_free): Make the free marker really always sit directly in
        front of the memory block, not at some random lower position.
2002-02-09 Elliot Lee <sopwith@redhat.com>
        * src/ORBitutil/os-feature-alloca.h: Don't redefine alloca if it is already defined.
2002-01-27  Darin Adler  <darin@bentspoon.com>
        * test/everything/Makefile.am: Added -lm -- can't build without it.
2002-01-25  Mark McLoughlin  <mark@skynet.ie>
        * configure.in: (AC_CHECK_ALIGNOF): error out if an alignment
        is found to be zero.

Thomas thought that the modification to src/IIOP/giop-msg-buffer.c to
"kill #define writev mess" might mean that we could drop the
NetBSD-specific wrapper for writev(2), but sadly this isn't so -
configure undefines HAVE_LIMITED_WRITEV on NetBSD, and rightly so,
since IOV_MAX (1024) iovecs can be written, not 50.  However, we still
have the basic "attempt to send more than IOV_MAX iovecs and you get
EINVAL" problem with our writev(2) implementation.
2002-04-25 12:17:04 +00:00
itohy
9b48289c2c - Correctly detect a.out shared library (developers should test on a.out env ;)
- Create fake libtool object (*.lo) if no shared libwrap exists.
2002-04-04 08:08:24 +00:00
jlam
65618f73ac Refer to glib-config as $GLIB_CONFIG in the configure script. 2001-06-16 20:01:23 +00:00
skrll
cfe2d3edae Make sure the shared version of libwrap is picked up in the configure
script on a.out platforms.

This avoids using a horrible hack that the new libtool doesn't like.
2001-03-13 08:08:33 +00:00
jlam
3a0b53e15e Remove unnecessary patches to configure now that we USE_LIBTOOL. 2000-06-20 22:44:07 +00:00
drochner
deb7466e73 update to 0.5.1
Sorry, didn't fing a list of changes in the distribution nor on the
website.
2000-05-30 19:13:16 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
tron
c4572892a6 Update "ORBit" package to version 0.5.0 included in GNOME 1.0.53 release. 1999-10-22 23:35:37 +00:00
tron
0f480e3e33 Update "ORBit" package to version 0.4.2. 1999-04-04 19:20:10 +00:00
agc
e87fd3d783 Add corba category to the NetBSD packages collection.
Add ORBit 0.2.1, the ORB from the GNOME project, to the NetBSD
packages collection.  This was taken from a submission to the FreeBSD
ports collection by Chia-liang Kao (clkao@CirX.ORG), and patched to
work on NetBSD by myself.
1998-08-20 22:07:24 +00:00