summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
diff options
context:
space:
mode:
authoragc <agc>2002-04-25 12:17:04 +0000
committeragc <agc>2002-04-25 12:17:04 +0000
commit557c313fbfabce46cd4aa85b9f5b814bd31e7167 (patch)
treea5139400ba53db11f110dcfa12d6d5f5ee0f3db4 /net/ORBit/Makefile
parent8234836a52a60f547773b5ce0c636910d2bb6883 (diff)
downloadpkgsrc-557c313fbfabce46cd4aa85b9f5b814bd31e7167.tar.gz
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.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r--net/ORBit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index e69d361fa22..8639ea46b02 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2002/03/22 12:18:00 agc Exp $
+# $NetBSD: Makefile,v 1.75 2002/04/25 12:17:04 agc Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/}
@@ -27,7 +26,7 @@ CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
# for DISTNAME, PKGNAME, and PLIST
ORBIT_MAJOR= 5
-ORBIT_MINOR= 13
+ORBIT_MINOR= 15
PLIST_SUBST+= ORBIT_MAJOR=${ORBIT_MAJOR} ORBIT_MINOR=${ORBIT_MINOR}
INFO_FILES= libIDL.info