From owner-cvs-all Mon Oct 29 0:19:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFF4337B405; Mon, 29 Oct 2001 00:19:24 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9T8JO605549; Mon, 29 Oct 2001 00:19:24 -0800 (PST) (envelope-from sobomax) Message-Id: <200110290819.f9T8JO605549@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 29 Oct 2001 00:19:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files patch-ae patch-configure.in patch-src::IIOP::giop-msg-buffer.c patch-src::ORBitutil::compat.c patch-src::ORBitutil::orbit-os-config.h.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/29 00:19:24 PST Modified files: devel/ORBit Makefile devel/ORBit/files patch-ae patch-src::IIOP::giop-msg-buffer.c Added files: devel/ORBit/files patch-configure.in patch-src::ORBitutil::compat.c patch-src::ORBitutil::orbit-os-config.h.in Log: Reimplement fix for an imcompatibility between ORBit and FreeBSD properly. Instead of replacing writev(2) with loop based on write(2), test system limit on the number of vectors writev(2) accepts and split call to writev(2) to several calls in such a way that number of vectors in each call doesn't exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION. Revision Changes Path 1.50 +4 -1 ports/devel/ORBit/Makefile 1.3 +97 -5 ports/devel/ORBit/files/patch-ae 1.1 +57 -0 ports/devel/ORBit/files/patch-configure.in (new) 1.2 +24 -14 ports/devel/ORBit/files/patch-src::IIOP::giop-msg-buffer.c 1.1 +41 -0 ports/devel/ORBit/files/patch-src::ORBitutil::compat.c (new) 1.1 +12 -0 ports/devel/ORBit/files/patch-src::ORBitutil::orbit-os-config.h.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message