Age | Commit message (Collapse) | Author | Files | Lines |
|
includes <libintl.h>, then we must ensure that the resulting object
is linked against -lintl. This ensures that the correct *printf()
functions are used across all platforms.
|
|
the right one for each one, just get rid of this flag, as it concerns
the creation of a test binary anyway. (This allows ORBit to compile
and install under IRIX.)
|
|
not being defined, so alloca.h was never included).
fixes build with sunpro.
|
|
part of PR 30053. No PKGREVISION bump because most people won't
care.
|
|
part of PR 30053. No PKGREVISION bump because most people won't
care.
|
|
|
|
* Bug fixes
|
|
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
|
|
|
|
|
|
This makes this package compile on Solaris and Linux (plus - hey! - static
linking is really from the past millennium!)
Fixes PR 23032.
|
|
|
|
include pthread.buildlink2.mk.
|
|
Fixes endless loop problems. Report and suggestion by Greg Troxel
gdt at ir bbn com in private mail; some comments by Alistair Crooks;
patch reviewed and okayed by Jaromir Dolecek.
Bump PKGREVISION to 3.
|
|
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.
|
|
|
|
the Makefile.am file.
|
|
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.
|
|
Bump PKGREVISION
|
|
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.
|
|
- Create fake libtool object (*.lo) if no shared libwrap exists.
|
|
calls writev(2). Some of the applications which use ORBit, such as
oaf, can send 1214 iovecs, which is slightly more than IOV_MAX. Add a
wrapper for writev(2), to check the number of iovecs passed to writev,
and loop, sending MIN(IOV_MAX, count) until the iovecs have all been
written.
|
|
enhancements.
|
|
Bump version to 0.5.8nb1
|
|
configure.in.
|
|
|
|
bonobo-1.0.4 (sorry, no further details are known to me).
|
|
script on a.out platforms.
This avoids using a horrible hack that the new libtool doesn't like.
|
|
|
|
|
|
0.5.3 -- only that 0.5.4 is the latest stable version of ORBit.
The pkgsrc-related changes are:
* Compile and link libpopt statically into ORBit. This is really a
small library, and there are more recent versions available if we
with to add it to pkgsrc. Also don't install this library.
* Compile the tcpd-specific code in libIIOP.
|
|
|
|
|
|
Closes pkg/10559.
|
|
|
|
|
|
Sorry, didn't fing a list of changes in the distribution nor on the
website.
|
|
INSTALL which have both been worked around in bsd.pkg.mk now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support for the C language).
|
|
than NetBSD's indent(1).
As pointed out by Matthias Drochner.
|