- update ORBit2 to 2.14.12

(bugfixes and prepare for glib2 2.15.x)
- add license marker

tested in a bulk build by steven@
ok ajacoutot@
This commit is contained in:
jasper 2008-02-09 17:51:03 +00:00
parent 8c7b976d4a
commit 61f611800a
3 changed files with 20 additions and 18 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.26 2007/11/10 14:06:45 jasper Exp $
# $OpenBSD: Makefile,v 1.27 2008/02/09 17:51:03 jasper Exp $
COMMENT= high-performance CORBA Object Request Broker
GNOME_PROJECT= ORBit2
GNOME_VERSION= 2.14.10
GNOME_VERSION= 2.14.12
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
@ -12,6 +12,7 @@ CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/projects/ORBit2/
# LGPL/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (ORBit2-2.14.10.tar.bz2) = GA9IbwfW24SsoPcfaOVGGA==
RMD160 (ORBit2-2.14.10.tar.bz2) = 9t8L84IYug0C4uMy1XDPPhgx7FM=
SHA1 (ORBit2-2.14.10.tar.bz2) = 9de742VitdqtSLksxbF6+hLSEe4=
SHA256 (ORBit2-2.14.10.tar.bz2) = 1M3RgKT2uKdA02uOtsUUC60xJHSESFqNNMmRMsnEBu8=
SIZE (ORBit2-2.14.10.tar.bz2) = 734630
MD5 (ORBit2-2.14.12.tar.bz2) = b0v32APUQunQk6DaogPVBg==
RMD160 (ORBit2-2.14.12.tar.bz2) = q1NaANrO8/SoDWhUBsDdEVtCQgc=
SHA1 (ORBit2-2.14.12.tar.bz2) = CuZMXkWMXK2rWvDiLWn/6iX58/s=
SHA256 (ORBit2-2.14.12.tar.bz2) = 1gAnpKNuZNAnI9ALdsCOjZKFDKtiabLtzaShuzDMdyM=
SIZE (ORBit2-2.14.12.tar.bz2) = 746309

View File

@ -1,11 +1,12 @@
$OpenBSD: patch-test_timeout_sh,v 1.1 2007/11/10 14:06:45 jasper Exp $
--- test/timeout.sh.orig Fri Oct 19 13:31:53 2007
+++ test/timeout.sh Fri Oct 19 13:32:01 2007
@@ -12,6 +12,6 @@ echo "Running timeout client..."
retv=$?
-killall lt-timeout-server
+pkill lt-timeout-server
exit $retv
$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*)
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.