pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ORBit2 Update to 2.10.0. Changes since the 2.8.x ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2216da96c76e
branches: trunk
changeset: 471887:2216da96c76e
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Thu Apr 01 18:16:17 2004 +0000
description:
Update to 2.10.0. Changes since the 2.8.x branch:
ORBit2-2.9.6
* bug fixes
+ PPC union walking bug (Michael, Jeroen Z)
ORBit2-2.9.5
* bug fixes
+ don't crash with NULL env (Mark)
ORBit2-2.9.4
* bug fixes
+ enviroment pollution (Michael)
+ AIX portability bits (The Written Word)
ORBit2-2.9.3
* bug fixes
+ configure logic bug (Morten Welinder)
+ no-mainloop threading issue (Michael)
+ custom policy oneway fix (Michael, JP)
+ policy lookup fix (Alex Larsson)
ORBit2-2.9.2
* bug fixes
+ threaded client deadlock (Michael)
+ skelimpl leak fix (Frank)
+ forward request double free (Michael)
+ thread queue processing (Frank)
ORBit2-2.9.1
* bug fixes
+ thread handling / shutdown bugs (Justin Schoeman)
+ linc I/O revents race fix (Padraig O'Briain)
+ name service ref leak (Justin)
+ GIOP HUP error cleanup (Michael)
+ ORB shutdown from any thread (Michael)
+ build fixes / cleans (Justin, Michael)
* featurelets
+ (limited) re-enterancy client policy (Michael)
+ re-factored invocation stack (Frank Rehberger)
+ deactivation / return test (Michael)
ORBit2-2.9.0
* bug fixes
+ speed up child POA destruction (Michael)
* featurelets
+ allow objects to be bound to specific threads (Alex Larsson)
diffstat:
net/ORBit2/Makefile | 6 +++---
net/ORBit2/PLIST | 13 ++-----------
net/ORBit2/buildlink2.mk | 4 ++--
net/ORBit2/buildlink3.mk | 4 ++--
net/ORBit2/distinfo | 6 +++---
5 files changed, 12 insertions(+), 21 deletions(-)
diffs (93 lines):
diff -r 1706d894c2f1 -r 2216da96c76e net/ORBit2/Makefile
--- a/net/ORBit2/Makefile Thu Apr 01 18:15:58 2004 +0000
+++ b/net/ORBit2/Makefile Thu Apr 01 18:16:17 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.28 2004/04/01 18:16:17 jmmv Exp $
#
-DISTNAME= ORBit2-2.8.3
+DISTNAME= ORBit2-2.10.0
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.8/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.10.0/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh%NetBSD.org@localhost
diff -r 1706d894c2f1 -r 2216da96c76e net/ORBit2/PLIST
--- a/net/ORBit2/PLIST Thu Apr 01 18:15:58 2004 +0000
+++ b/net/ORBit2/PLIST Thu Apr 01 18:16:17 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/12/14 19:43:50 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/04/01 18:16:17 jmmv Exp $
bin/ior-decode-2
bin/linc-cleanup-sockets
bin/orbit-idl-2
@@ -73,19 +73,10 @@
lib/pkgconfig/ORBit-idl-2.0.pc
lib/pkgconfig/ORBit-imodule-2.0.pc
share/aclocal/ORBit2.m4
-share/doc/html/ORBit2/ORBit2-orbit2-allocators.html
-share/doc/html/ORBit2/ORBit2-orbit2-small.html
-share/doc/html/ORBit2/ORBit2.devhelp
-share/doc/html/ORBit2/general.html
-share/doc/html/ORBit2/home.png
-share/doc/html/ORBit2/index.html
-share/doc/html/ORBit2/index.sgml
-share/doc/html/ORBit2/left.png
-share/doc/html/ORBit2/right.png
-share/doc/html/ORBit2/up.png
share/idl/orbit-2.0/CosNaming.idl
@dirrm share/idl/orbit-2.0
@unexec ${RMDIR} %D/share/idl 2>/dev/null || ${TRUE}
+@exec ${MKDIR} %D/share/doc/html/ORBit2
@dirrm share/doc/html/ORBit2
@dirrm lib/orbit-2.0
@dirrm include/orbit-2.0/orbit/util
diff -r 1706d894c2f1 -r 2216da96c76e net/ORBit2/buildlink2.mk
--- a/net/ORBit2/buildlink2.mk Thu Apr 01 18:15:58 2004 +0000
+++ b/net/ORBit2/buildlink2.mk Thu Apr 01 18:16:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.11 2003/12/14 19:43:50 jmmv Exp $
+# $NetBSD: buildlink2.mk,v 1.12 2004/04/01 18:16:17 jmmv Exp $
#
# This Makefile fragment is included by packages that use ORBit2.
#
@@ -9,7 +9,7 @@
ORBIT2_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= ORBit2
-BUILDLINK_DEPENDS.ORBit2?= ORBit2>=2.8.2
+BUILDLINK_DEPENDS.ORBit2?= ORBit2>=2.10.0
BUILDLINK_PKGSRCDIR.ORBit2?= ../../net/ORBit2
EVAL_PREFIX+= BUILDLINK_PREFIX.ORBit2=ORBit2
diff -r 1706d894c2f1 -r 2216da96c76e net/ORBit2/buildlink3.mk
--- a/net/ORBit2/buildlink3.mk Thu Apr 01 18:15:58 2004 +0000
+++ b/net/ORBit2/buildlink3.mk Thu Apr 01 18:16:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/03/18 09:12:13 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/04/01 18:16:17 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
ORBIT2_BUILDLINK3_MK:= ${ORBIT2_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
BUILDLINK_PACKAGES+= ORBit2
.if !empty(ORBIT2_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.ORBit2+= ORBit2>=2.8.2
+BUILDLINK_DEPENDS.ORBit2+= ORBit2>=2.10.0
BUILDLINK_PKGSRCDIR.ORBit2?= ../../net/ORBit2
.endif # ORBIT2_BUILDLINK3_MK
diff -r 1706d894c2f1 -r 2216da96c76e net/ORBit2/distinfo
--- a/net/ORBit2/distinfo Thu Apr 01 18:15:58 2004 +0000
+++ b/net/ORBit2/distinfo Thu Apr 01 18:16:17 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2004/02/06 17:03:21 jmmv Exp $
+$NetBSD: distinfo,v 1.15 2004/04/01 18:16:17 jmmv Exp $
-SHA1 (ORBit2-2.8.3.tar.bz2) = c66e1b65d0b35a6f3f7418092cf82ad93ddb173e
-Size (ORBit2-2.8.3.tar.bz2) = 633145 bytes
+SHA1 (ORBit2-2.10.0.tar.bz2) = 5d9ff01c6317cbabd46708e31b21726a217dafdb
+Size (ORBit2-2.10.0.tar.bz2) = 643687 bytes
Home |
Main Index |
Thread Index |
Old Index