- update ORBit2 to 2.14.10

- re-format DESCR

feedback and ok martynas@ simon@
This commit is contained in:
jasper 2007-11-10 14:06:45 +00:00
parent 40d19078bc
commit 087b222076
5 changed files with 38 additions and 28 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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.