Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 00:19:24 -0800 (PST)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
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
Message-ID:  <200110290819.f9T8JO605549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110290819.f9T8JO605549>