From 087b22207685a0507270aa4252886e81a35063cf Mon Sep 17 00:00:00 2001 From: jasper Date: Sat, 10 Nov 2007 14:06:45 +0000 Subject: [PATCH] - update ORBit2 to 2.14.10 - re-format DESCR feedback and ok martynas@ simon@ --- devel/ORBit2/Makefile | 26 +++++++++++----------- devel/ORBit2/distinfo | 10 ++++----- devel/ORBit2/patches/patch-configure_in | 8 +++---- devel/ORBit2/patches/patch-test_timeout_sh | 11 +++++++++ devel/ORBit2/pkg/DESCR | 11 +++++---- 5 files changed, 38 insertions(+), 28 deletions(-) create mode 100644 devel/ORBit2/patches/patch-test_timeout_sh diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 10ccab6581d..bc8fd2bd603 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.25 2007/09/16 02:52:56 merdely Exp $ +# $OpenBSD: Makefile,v 1.26 2007/11/10 14:06:45 jasper Exp $ COMMENT= high-performance CORBA Object Request Broker -DISTNAME= ORBit2-2.14.7 -SHARED_LIBS += ORBit-2 2.0 # .0.0 -SHARED_LIBS += ORBitCosNaming-2 2.0 # .0.0 -SHARED_LIBS += ORBit-imodule-2 2.0 # .0.0 +GNOME_PROJECT= ORBit2 +GNOME_VERSION= 2.14.10 +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 CATEGORIES= devel @@ -15,22 +16,21 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c m pthread +WANTLIB= c m pcre pthread -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/} -EXTRACT_SUFX= .tar.bz2 - -MODULES= devel/gettext +MODULES= devel/gettext \ + x11/gnome LIB_DEPENDS= IDL-2::devel/libIDL \ glib-2.0,gmodule-2.0,gobject-2.0,gthread-2.0::devel/glib2 +REGRESS_DEPENDS= :${PKGNAME}:${BUILD_PKGPATH} -USE_GMAKE= Yes -USE_LIBTOOL= Yes CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.61 CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${WRKBUILD}/src/services/name/.libs \ + -L${WRKBUILD}/src/services/imodule/.libs \ + -L${WRKBUILD}/src/orb/.libs -L${LOCALBASE}/lib" .include diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo index 8c83df11075..327401ed937 100644 --- a/devel/ORBit2/distinfo +++ b/devel/ORBit2/distinfo @@ -1,5 +1,5 @@ -MD5 (ORBit2-2.14.7.tar.bz2) = NEDESq7xTdluTM184ip+bg== -RMD160 (ORBit2-2.14.7.tar.bz2) = SsADdUwDfsi7FRuzRNsxwIiKhSw= -SHA1 (ORBit2-2.14.7.tar.bz2) = 1bLmPQLU3PCrew7kgCGzZcJzEC4= -SHA256 (ORBit2-2.14.7.tar.bz2) = dRt2NERidIsax5tznOLgJR/phcbI1loLnzJG5Ksd1vo= -SIZE (ORBit2-2.14.7.tar.bz2) = 729469 +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 diff --git a/devel/ORBit2/patches/patch-configure_in b/devel/ORBit2/patches/patch-configure_in index d141b90b0a0..64522e8a0f2 100644 --- a/devel/ORBit2/patches/patch-configure_in +++ b/devel/ORBit2/patches/patch-configure_in @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure_in,v 1.4 2007/04/24 12:41:34 jasper Exp $ ---- configure.in.orig Mon Feb 12 13:05:10 2007 -+++ configure.in Sat Mar 17 23:32:43 2007 -@@ -262,7 +262,18 @@ AC_HEADER_STDC +$OpenBSD: patch-configure_in,v 1.5 2007/11/10 14:06:45 jasper Exp $ +--- configure.in.orig Sat Sep 29 02:46:08 2007 ++++ configure.in Fri Oct 19 13:22:02 2007 +@@ -261,7 +261,18 @@ AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h unistd.h sys/endian.h endian.h machine/endian.h sys/machine.h sys/isa_defs.h sys/poll.h) AC_CHECK_HEADERS(stddef.h wchar.h wcstr.h wctype.h machine/types.h) AC_CHECK_HEADERS(netinet/in.h netinet/tcp.h sys/un.h) diff --git a/devel/ORBit2/patches/patch-test_timeout_sh b/devel/ORBit2/patches/patch-test_timeout_sh new file mode 100644 index 00000000000..42e3b4cad44 --- /dev/null +++ b/devel/ORBit2/patches/patch-test_timeout_sh @@ -0,0 +1,11 @@ +$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 diff --git a/devel/ORBit2/pkg/DESCR b/devel/ORBit2/pkg/DESCR index 7f531f7ceb7..5c68332f656 100644 --- a/devel/ORBit2/pkg/DESCR +++ b/devel/ORBit2/pkg/DESCR @@ -1,7 +1,6 @@ ORBit is a high-performance CORBA (Common Object Request Broker -Architecture) ORB (object request broker). It allows programs to -send requests and receive replies from other programs, regardless -of the locations of the two programs. CORBA is an architecture that -enables communication between program objects, regardless of the -programming language they're written in or the operating system they -run on. +Architecture) ORB (object request broker). It allows programs to send +requests and receive replies from other programs, regardless of the +locations of the two programs. CORBA is an architecture that enables +communication between program objects, regardless of the programming +language they're written in or the operating system they run on.