summaryrefslogtreecommitdiff
path: root/net/ORBit
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
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')
-rw-r--r--net/ORBit/Makefile5
-rw-r--r--net/ORBit/distinfo22
-rw-r--r--net/ORBit/patches/patch-aa25
-rw-r--r--net/ORBit/patches/patch-ab6
-rw-r--r--net/ORBit/patches/patch-ac14
-rw-r--r--net/ORBit/patches/patch-ae6
-rw-r--r--net/ORBit/patches/patch-ai6
-rw-r--r--net/ORBit/patches/patch-al6
-rw-r--r--net/ORBit/patches/patch-am6
-rw-r--r--net/ORBit/patches/patch-an11
10 files changed, 55 insertions, 52 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
diff --git a/net/ORBit/distinfo b/net/ORBit/distinfo
index c2b5554b98d..7b0de11348c 100644
--- a/net/ORBit/distinfo
+++ b/net/ORBit/distinfo
@@ -1,16 +1,16 @@
-$NetBSD: distinfo,v 1.9 2002/04/04 08:08:24 itohy Exp $
+$NetBSD: distinfo,v 1.10 2002/04/25 12:17:04 agc Exp $
-SHA1 (ORBit-0.5.13.tar.gz) = ea8d790b040356e90fd81aa98313c2c1b08f3bcf
-Size (ORBit-0.5.13.tar.gz) = 1183657 bytes
-SHA1 (patch-aa) = ecef5843b4d749ccd8b51e8c7cd5cc96bac00a98
-SHA1 (patch-ab) = 1a8d5c433941930d558a408ebfa2ba4a631bafea
-SHA1 (patch-ac) = 7f5ad581e9ba1ee125c7bd626fb99122326fc679
+SHA1 (ORBit-0.5.15.tar.gz) = 1571976662311060175008d225de05e9bc2eb038
+Size (ORBit-0.5.15.tar.gz) = 1335272 bytes
+SHA1 (patch-aa) = ef745d3d279d57dbdf6380053b6b4a7e63322671
+SHA1 (patch-ab) = c2b7cc5f83230035c214600bff59d4dfefd92422
+SHA1 (patch-ac) = cd1f6d8848ad11927717574dada0b164713aab23
SHA1 (patch-ad) = 688920ba423aa2994d9e2e6540f8738305cb7fd9
-SHA1 (patch-ae) = f6e8fff6047b359ab92c38c0ae2293655394ea04
+SHA1 (patch-ae) = 95cc6f46fa2cfcd34af2e546f3d4a8d55194e5eb
SHA1 (patch-af) = b88b26b8fe7d42f267c6761edc3e3b8250bd14fb
SHA1 (patch-ag) = 875e83a597ab39d57abcfd9259d8ec15707ea45c
-SHA1 (patch-ai) = a5ec30692a14fb6bef617f262b6bb1fdd8903436
+SHA1 (patch-ai) = 06e1cb2bc9f4f5460cdde71526417cdaa38ff310
SHA1 (patch-ak) = d569014320dbea40ccdb9e369e07c984ee7bd9de
-SHA1 (patch-al) = 0bba5ec17f8b663f1ca9427538bac238411321a0
-SHA1 (patch-am) = c959b34edc150c1d503d2bb294f072e885daed58
-SHA1 (patch-an) = 1ddda1443d527d54f8b4b2ffab500a746e82b0d1
+SHA1 (patch-al) = 7f2992136c3f7b1badfc76a83d6fed0aa73a8873
+SHA1 (patch-am) = f52369447d04a382d6e93a6bddaf3962a3ab6677
+SHA1 (patch-an) = 7b8ead20b77dc8bad497216c958578d1b285391d
diff --git a/net/ORBit/patches/patch-aa b/net/ORBit/patches/patch-aa
index 3b67b4438da..1f5e33bd333 100644
--- a/net/ORBit/patches/patch-aa
+++ b/net/ORBit/patches/patch-aa
@@ -1,18 +1,23 @@
-$NetBSD: patch-aa,v 1.10 2002/01/15 23:52:11 rh Exp $
+$NetBSD: patch-aa,v 1.11 2002/04/25 12:17:05 agc Exp $
---- popt/configure.orig Mon Jan 7 19:10:01 2002
+--- popt/configure.orig Wed Mar 20 15:45:04 2002
+++ popt/configure
-@@ -2277,13 +2277,6 @@
- echo "$ac_t""no" 1>&6
+@@ -7298,18 +7298,6 @@
+ echo "${ECHO_T}no" >&6
fi
--echo $ac_n "checking for GNU xgettext""... $ac_c" 1>&6
--echo "configure:2282: checking for GNU xgettext" >&5
--xgettext --version 2>&1 | grep 'GNU gettext' >/dev/null 2>&1 || { echo "configure: error:
+-echo "$as_me:7301: checking for GNU xgettext" >&5
+-echo $ECHO_N "checking for GNU xgettext... $ECHO_C" >&6
+-xgettext --version 2>&1 | grep 'GNU gettext' >/dev/null 2>&1 || { { echo "$as_me:7303: error:
-*** GNU gettext is required. The latest version
--*** is always available from ftp://ftp.gnu.org/gnu/gettext/." 1>&2; exit 1; }
--echo "$ac_t""yes" 1>&6
+-*** is always available from ftp://ftp.gnu.org/gnu/gettext/." >&5
+-echo "$as_me: error:
+-*** GNU gettext is required. The latest version
+-*** is always available from ftp://ftp.gnu.org/gnu/gettext/." >&2;}
+- { (exit 1); exit 1; }; }
+-echo "$as_me:7310: result: yes" >&5
+-echo "${ECHO_T}yes" >&6
-
for ac_func in strerror mtrace
do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
diff --git a/net/ORBit/patches/patch-ab b/net/ORBit/patches/patch-ab
index 0c617ade90f..5bcf382a4b6 100644
--- a/net/ORBit/patches/patch-ab
+++ b/net/ORBit/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2000/10/17 23:48:01 jlam Exp $
+$NetBSD: patch-ab,v 1.5 2002/04/25 12:17:05 agc Exp $
---- Makefile.in.orig Thu Oct 12 12:06:49 2000
+--- Makefile.in.orig Wed Mar 20 15:46:08 2002
+++ Makefile.in
-@@ -95,7 +95,7 @@
+@@ -99,7 +99,7 @@
AUTOMAKE_OPTIONS = 1.3 # required version of automake.
diff --git a/net/ORBit/patches/patch-ac b/net/ORBit/patches/patch-ac
index 3f1fbc4c277..ef46f983672 100644
--- a/net/ORBit/patches/patch-ac
+++ b/net/ORBit/patches/patch-ac
@@ -1,10 +1,10 @@
-$NetBSD: patch-ac,v 1.9 2002/04/04 08:08:26 itohy Exp $
+$NetBSD: patch-ac,v 1.10 2002/04/25 12:17:05 agc Exp $
---- configure.orig Mon Jan 7 18:09:58 2002
-+++ configure Thu Apr 4 12:39:01 2002
-@@ -2151,9 +2151,9 @@
- rm -f conf.glibtest
+--- configure.orig Wed Mar 20 14:45:48 2002
++++ configure Thu Apr 25 12:42:56 2002
+@@ -7189,9 +7189,9 @@
+ rm -f conf.glibtest
-GMODULE_CFLAGS=`glib-config --cflags gmodule`
+GMODULE_CFLAGS=`$GLIB_CONFIG --cflags gmodule`
@@ -12,9 +12,9 @@ $NetBSD: patch-ac,v 1.9 2002/04/04 08:08:26 itohy Exp $
-GMODULE_LIBS=`glib-config --libs gmodule`
+GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule`
-
for ac_prog in 'bison -y' byacc
-@@ -3451,6 +3451,10 @@
+ do
+@@ -8636,6 +8636,10 @@
THEFILE="`echo $I | sed -e 's,^-L,,'`"
echo "From $I, checking in dir $THEFILE for libwrap.so" 1>&5
if test -f $THEFILE/libwrap.so; then
diff --git a/net/ORBit/patches/patch-ae b/net/ORBit/patches/patch-ae
index 2a2a3ff5169..9bd4c2a8458 100644
--- a/net/ORBit/patches/patch-ae
+++ b/net/ORBit/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.8 2000/10/17 23:48:01 jlam Exp $
+$NetBSD: patch-ae,v 1.9 2002/04/25 12:17:05 agc Exp $
---- src/services/name/Makefile.in.orig Thu Oct 12 12:07:08 2000
+--- src/services/name/Makefile.in.orig Wed Mar 20 15:46:26 2002
+++ src/services/name/Makefile.in
-@@ -123,7 +123,7 @@
+@@ -126,7 +126,7 @@
DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la libORBitCosNaming.la
diff --git a/net/ORBit/patches/patch-ai b/net/ORBit/patches/patch-ai
index 5f8628b9fee..bff27e573d5 100644
--- a/net/ORBit/patches/patch-ai
+++ b/net/ORBit/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.4 2000/10/17 23:48:01 jlam Exp $
+$NetBSD: patch-ai,v 1.5 2002/04/25 12:17:05 agc Exp $
---- libIDL/Makefile.in.orig Thu Oct 12 12:06:54 2000
+--- libIDL/Makefile.in.orig Wed Mar 20 15:46:13 2002
+++ libIDL/Makefile.in
-@@ -120,7 +120,7 @@
+@@ -125,7 +125,7 @@
libIDL_la_SOURCES = parser.c parser.h lexer.c ns.c util.c util.h rename.h
diff --git a/net/ORBit/patches/patch-al b/net/ORBit/patches/patch-al
index 2ec5230f150..25667a773b6 100644
--- a/net/ORBit/patches/patch-al
+++ b/net/ORBit/patches/patch-al
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.5 2000/10/17 23:48:01 jlam Exp $
+$NetBSD: patch-al,v 1.6 2002/04/25 12:17:05 agc Exp $
---- src/daemons/interface_repository/Makefile.in.orig Thu Oct 12 12:07:12 2000
+--- src/daemons/interface_repository/Makefile.in.orig Wed Mar 20 15:46:31 2002
+++ src/daemons/interface_repository/Makefile.in
-@@ -102,7 +102,7 @@
+@@ -106,7 +106,7 @@
orbit_ird_LDFLAGS = -static
diff --git a/net/ORBit/patches/patch-am b/net/ORBit/patches/patch-am
index c29eee588ca..f79bb6c346f 100644
--- a/net/ORBit/patches/patch-am
+++ b/net/ORBit/patches/patch-am
@@ -1,8 +1,8 @@
-$NetBSD: patch-am,v 1.3 2000/10/17 23:48:01 jlam Exp $
+$NetBSD: patch-am,v 1.4 2002/04/25 12:17:05 agc Exp $
---- src/services/event/Makefile.in.orig Thu Oct 12 12:07:09 2000
+--- src/services/event/Makefile.in.orig Wed Mar 20 15:46:29 2002
+++ src/services/event/Makefile.in
-@@ -115,7 +115,7 @@
+@@ -113,7 +113,7 @@
DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la
diff --git a/net/ORBit/patches/patch-an b/net/ORBit/patches/patch-an
index b930909c4d0..4ed426c648a 100644
--- a/net/ORBit/patches/patch-an
+++ b/net/ORBit/patches/patch-an
@@ -1,10 +1,9 @@
-$NetBSD: patch-an,v 1.1 2002/03/22 11:26:05 agc Exp $
+$NetBSD: patch-an,v 1.2 2002/04/25 12:17:05 agc Exp $
+Also handle EINVAL error to writev(2).
-Also handle EINVAL error to writev(2)
-
---- src/IIOP/giop-msg-buffer.c 2002/03/22 10:43:32 1.1
-+++ src/IIOP/giop-msg-buffer.c 2002/03/22 10:44:27
-@@ -169,6 +169,37 @@
+--- src/IIOP/giop-msg-buffer.c.orig Mon Mar 11 13:40:02 2002
++++ src/IIOP/giop-msg-buffer.c
+@@ -165,6 +165,37 @@
return msgbuf;
}