- update ORBit2 to 2.14.15
* several bugfixes and speed-ups * fix issue with regression tests
This commit is contained in:
parent
79bdb256c9
commit
8fc183ba01
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2008/07/07 22:05:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2008/09/19 16:31:23 jasper Exp $
|
||||
|
||||
COMMENT= high-performance CORBA Object Request Broker
|
||||
|
||||
GNOME_PROJECT= ORBit2
|
||||
GNOME_VERSION= 2.14.13
|
||||
GNOME_VERSION= 2.14.15
|
||||
SHARED_LIBS += ORBit-2 3.0 # .1.0
|
||||
SHARED_LIBS += ORBitCosNaming-2 3.0 # .1.0
|
||||
SHARED_LIBS += ORBit-imodule-2 2.1 # .0.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (ORBit2-2.14.13.tar.bz2) = Eya2d1qqh2AbTLdXkjThzg==
|
||||
RMD160 (ORBit2-2.14.13.tar.bz2) = kX1QEa9WS4RlMWbs1JCCO/wK4nc=
|
||||
SHA1 (ORBit2-2.14.13.tar.bz2) = 61Zd+DSAzKtgaCGn0ZQsDCOk6Nc=
|
||||
SHA256 (ORBit2-2.14.13.tar.bz2) = MyGoFqUFPrJeW09dCZMxhxvcCezjiSSn6KjYD7r9czo=
|
||||
SIZE (ORBit2-2.14.13.tar.bz2) = 739650
|
||||
MD5 (ORBit2-2.14.15.tar.bz2) = fxwDlGkdSDEpeyMaF/TeYA==
|
||||
RMD160 (ORBit2-2.14.15.tar.bz2) = cLmAWE9Wl4nOdWQZ9tBrlKscLkw=
|
||||
SHA1 (ORBit2-2.14.15.tar.bz2) = Wou85dkxt5dgQECQblwsKQ+ETsQ=
|
||||
SHA256 (ORBit2-2.14.15.tar.bz2) = cz9x1IPAKZQyF7myXJUdLUC4iw01MIShZst2Qg9N00s=
|
||||
SIZE (ORBit2-2.14.15.tar.bz2) = 739624
|
||||
|
@ -1,12 +1,13 @@
|
||||
$OpenBSD: patch-test_timeout_sh,v 1.2 2008/02/09 17:51:04 jasper Exp $
|
||||
--- test/timeout.sh.orig Fri Feb 1 14:52:34 2008
|
||||
+++ test/timeout.sh Fri Feb 1 14:53:26 2008
|
||||
@@ -21,6 +21,8 @@ MINGW*)
|
||||
$OpenBSD: patch-test_timeout_sh,v 1.3 2008/09/19 16:31:23 jasper Exp $
|
||||
--- test/timeout.sh.orig Sun Aug 31 16:04:42 2008
|
||||
+++ test/timeout.sh Fri Sep 19 18:29:06 2008
|
||||
@@ -21,6 +21,9 @@ MINGW*)
|
||||
echo Please terminate timeout-server.exe in Task Manager.
|
||||
wait $server
|
||||
;;
|
||||
+*BSD)
|
||||
+ pkill lt-timeout-server
|
||||
+ ;;
|
||||
*)
|
||||
echo Please kill timeout-server and/or lt-timeout-server from another window,
|
||||
echo then type something here.
|
||||
|
Loading…
Reference in New Issue
Block a user