Update to 2.12.2 for Gnome 2.10 platform.

This commit is contained in:
marcm 2005-05-24 21:38:07 +00:00
parent dce942b916
commit 7504392a8e
5 changed files with 11 additions and 93 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.14 2004/12/10 20:33:58 marcm Exp $
# $OpenBSD: Makefile,v 1.15 2005/05/24 21:38:07 marcm Exp $
COMMENT= "high-performance CORBA Object Request Broker"
DISTNAME= ORBit2-2.12.0
DISTNAME= ORBit2-2.12.2
CATEGORIES= devel
HOMEPAGE= http://www.labs.redhat.com/orbit/
MAINTAINER= Marc Matteo <marcm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -31,6 +29,7 @@ LIB_DEPENDS= IDL-2::devel/libIDL \
popt::devel/popt
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}

View File

@ -1,4 +1,4 @@
MD5 (ORBit2-2.12.0.tar.bz2) = d7f0c2b9bee73b89978a9968c10f81fe
RMD160 (ORBit2-2.12.0.tar.bz2) = 988a20d8304ef5338fd49f4cc73a346b31efedd3
SHA1 (ORBit2-2.12.0.tar.bz2) = 76bdfbfb6ac797aa2075b7c6de40df916129fc77
SIZE (ORBit2-2.12.0.tar.bz2) = 666898
MD5 (ORBit2-2.12.2.tar.bz2) = 7f963dcd0d84e6854460449383cc8c70
RMD160 (ORBit2-2.12.2.tar.bz2) = f3ade6fe1d99c7becadf65630721378fff603c37
SHA1 (ORBit2-2.12.2.tar.bz2) = 1ff3851dbfc8973fdff42246bb91642c925b6609
SIZE (ORBit2-2.12.2.tar.bz2) = 678266

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-aclocal_m4,v 1.1 2004/05/06 06:02:31 marcm Exp $
--- aclocal.m4.orig 2004-05-02 10:27:58.000000000 -0700
+++ aclocal.m4 2004-05-02 10:28:00.000000000 -0700
@@ -2386,7 +2386,7 @@ nto-qnx*)
openbsd*)
version_type=sunos
need_lib_prefix=no
- need_version=yes
+ need_version=no
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.2 2004/05/06 06:02:31 marcm Exp $
--- configure.in.orig 2004-04-21 08:05:24.000000000 -0700
+++ configure.in 2004-05-02 09:34:41.000000000 -0700
@@ -259,7 +259,18 @@ AC_HEADER_STDC
$OpenBSD: patch-configure_in,v 1.3 2005/05/24 21:38:07 marcm Exp $
--- configure.in.orig Fri Feb 4 14:34:45 2005
+++ configure.in Mon Apr 4 21:55:28 2005
@@ -263,7 +263,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

@ -1,69 +0,0 @@
--- ltmain.sh.orig Wed Dec 1 14:35:33 2004
+++ ltmain.sh Wed Dec 1 14:37:31 2004
@@ -1857,9 +1857,12 @@
if test "$linkmode,$pass" = "prog,link"; then
compile_deplibs="$deplib $compile_deplibs"
finalize_deplibs="$deplib $finalize_deplibs"
- else
- deplibs="$deplib $deplibs"
+ continue
fi
+ if test "$linkmode" = "lib"; then
+ newdependency_libs="$deplib $newdependency_libs"
+ fi
+ deplibs="$deplib $deplibs"
continue
;;
-l*)
@@ -2274,10 +2277,6 @@
link_static=no # Whether the deplib will be linked statically
if test -n "$library_names" &&
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
- if test "$installed" = no; then
- notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
- fi
# This is a shared library
# Warn about portability, can't link against -module's on
@@ -5827,40 +5826,6 @@
# Exit here if they wanted silent mode.
test "$show" = : && exit $EXIT_SUCCESS
- $echo "----------------------------------------------------------------------"
- $echo "Libraries have been installed in:"
- for libdir in $libdirs; do
- $echo " $libdir"
- done
- $echo
- $echo "If you ever happen to want to link against installed libraries"
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
- $echo "flag during linking and do at least one of the following:"
- if test -n "$shlibpath_var"; then
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- $echo " during execution"
- fi
- if test -n "$runpath_var"; then
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
- $echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- $echo " - use the \`$flag' linker flag"
- fi
- if test -n "$admincmds"; then
- $echo " - have your system administrator run these commands:$admincmds"
- fi
- if test -f /etc/ld.so.conf; then
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
- fi
- $echo
- $echo "See any operating system documentation about shared libraries for"
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
- $echo "----------------------------------------------------------------------"
exit $EXIT_SUCCESS
;;