diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2009-02-09 16:49:04 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2009-02-09 16:49:04 +0000 |
commit | 245e28a486703f605a0f6a3002ed54f58c780f3d (patch) | |
tree | 3b2cd0211037da065feb647f7ace26699571065b /net-misc/mico | |
parent | Respect CC, CFLAGS, LDFLAGS (diff) | |
download | historical-245e28a486703f605a0f6a3002ed54f58c780f3d.tar.gz historical-245e28a486703f605a0f6a3002ed54f58c780f3d.tar.bz2 historical-245e28a486703f605a0f6a3002ed54f58c780f3d.zip |
added mico-2.3.13 (#257984)
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.26-gentoo-r3 i686
Diffstat (limited to 'net-misc/mico')
-rw-r--r-- | net-misc/mico/ChangeLog | 12 | ||||
-rw-r--r-- | net-misc/mico/Manifest | 7 | ||||
-rwxr-xr-x | net-misc/mico/files/gtk-config | 2 | ||||
-rw-r--r-- | net-misc/mico/files/mico-2.3.13-gcc43.patch | 25 | ||||
-rw-r--r-- | net-misc/mico/files/mico-2.3.13-nolibcheck.patch | 32 | ||||
-rw-r--r-- | net-misc/mico/metadata.xml | 12 | ||||
-rw-r--r-- | net-misc/mico/mico-2.3.13.ebuild | 93 |
7 files changed, 183 insertions, 0 deletions
diff --git a/net-misc/mico/ChangeLog b/net-misc/mico/ChangeLog new file mode 100644 index 000000000000..9b3f1f0399c4 --- /dev/null +++ b/net-misc/mico/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for net-misc/mico +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.15 2009/02/09 16:49:04 haubi Exp $ + +*mico-2.3.13 (09 Feb 2009) + + 09 Feb 2009; Michael Haubenwallner <haubi@gentoo.org> + +files/mico-2.3.13-gcc43.patch, +files/mico-2.3.13-nolibcheck.patch, + +files/gtk-config, +metadata.xml, +mico-2.3.13.ebuild: + added mico-2.3.13 (#257984), without bluetooth/wireless/sl3ac, with gcc43 + patch from Malcolm MacLeod <mmacleod@webmail.co.za> + diff --git a/net-misc/mico/Manifest b/net-misc/mico/Manifest new file mode 100644 index 000000000000..61a7989413b0 --- /dev/null +++ b/net-misc/mico/Manifest @@ -0,0 +1,7 @@ +AUX gtk-config 87 RMD160 372fe81433c28726f71cf99986c9142f20605433 SHA1 973a86ac03cd251315e7b0a7a72d23603f1823c5 SHA256 95dc7514f6a305656ca9b973321e02a0376e9397ad6ad323f65d7601cfd7f015 +AUX mico-2.3.13-gcc43.patch 752 RMD160 767d448586b2ab8e773f8145ca77f23ea0cf317a SHA1 d6c1ef757d3cedad9b1fc2b5846a9ee16dc41538 SHA256 be64300153630158eab537dda057204159b482372b17b54ccc2177a7d884a535 +AUX mico-2.3.13-nolibcheck.patch 1124 RMD160 557c3588420938cef2365c86ff22a67c6c7594f9 SHA1 ac73d6113a2c0f65c4f6912a8a58e944a3d97d94 SHA256 bbc92cbfa298ac292d80f76859594430c0581af564df9fad7f5870d92fd3d333 +DIST mico-2.3.13.tar.gz 3269814 RMD160 70c8b9e68deac853ed2a28f48cd719bdef4e60fb SHA1 ee0138deb4d9ad0a50fe18e0b2add99fb5831c93 SHA256 a355fd0205440f0c8793b68d105b179942d883babc6b1fe69113707b88fe1d69 +EBUILD mico-2.3.13.ebuild 2755 RMD160 cadd164eb68c5b18af8270f7b3ef4412fcb2e4e6 SHA1 272070213121cd017352e5d3f470170297c6b5c0 SHA256 790bc8051578612b150654e706b693342cfcbf2f6b7f277284d84816dba4f0ee +MISC ChangeLog 542 RMD160 6163e6042f1611b9a8ec5e4c7a25794ebf7c6b13 SHA1 b9d43ce8de5d082453f395544029f9c91c7527f8 SHA256 79f8fc4be376e40fc917997d76357701225ce0219f76149da6e44f7b6d83e235 +MISC metadata.xml 304 RMD160 277e590e8dfd75338d103f48e29cbb52ba9318c8 SHA1 b0753f9d5e9848d913e0ecb38b7a0bc18597a3f9 SHA256 21ed6f70e8306258952cee395fab217e3c08fb3fdd2a9fac771013ceec356713 diff --git a/net-misc/mico/files/gtk-config b/net-misc/mico/files/gtk-config new file mode 100755 index 000000000000..14cfa421b380 --- /dev/null +++ b/net-misc/mico/files/gtk-config @@ -0,0 +1,2 @@ +#!/bin/sh +exec pkg-config gtk+-2.0 $(printf "%s" "$*" | sed s:--version:--modversion:) diff --git a/net-misc/mico/files/mico-2.3.13-gcc43.patch b/net-misc/mico/files/mico-2.3.13-gcc43.patch new file mode 100644 index 000000000000..eb9578f31058 --- /dev/null +++ b/net-misc/mico/files/mico-2.3.13-gcc43.patch @@ -0,0 +1,25 @@ +Patch to compile with gcc-4.3, thanks to Malcolm MacLeod <mmacleod@webmail.co.za> + +diff -ru mico.orig/include/mico/throw.h mico/include/mico/throw.h +--- mico.orig/include/mico/throw.h 2008-07-25 15:41:44.000000000 +0200 ++++ mico/include/mico/throw.h 2009-02-09 16:16:54.000000000 +0100 +@@ -25,7 +25,7 @@ + #define __mico_throw_h__ + + #include <stdarg.h> +-#include <string.h> ++#include <cstring> + + #ifdef HAVE_EXCEPTIONS + #define MICO_CATCHANY(x) try { x; } catch (...) {} +diff -ru mico.orig/orb/fast_array.cc mico/orb/fast_array.cc +--- mico.orig/orb/fast_array.cc 2008-07-25 15:41:43.000000000 +0200 ++++ mico/orb/fast_array.cc 2009-02-09 16:17:29.000000000 +0100 +@@ -40,6 +40,7 @@ + + #endif // FAST_PCH + ++#include <limits.h> + + using namespace std; + diff --git a/net-misc/mico/files/mico-2.3.13-nolibcheck.patch b/net-misc/mico/files/mico-2.3.13-nolibcheck.patch new file mode 100644 index 000000000000..158ed2affbd9 --- /dev/null +++ b/net-misc/mico/files/mico-2.3.13-nolibcheck.patch @@ -0,0 +1,32 @@ +don't check for libbsd and libelf, they aren't needed anywhere. + +--- configure.in.orig 2009-02-02 14:34:14.000000000 +0100 ++++ configure.in 2009-02-02 14:37:45.000000000 +0100 +@@ -1237,9 +1237,7 @@ + + + AC_CHECK_LIB(socket, open) +-AC_CHECK_LIB(bsd, open) + +-AC_CHECK_LIB(elf, open) + AC_CHECK_LIB(dl, open) + AC_CHECK_LIB(dld, open) + AC_CHECK_LIB(ld, open) +--- configure.orig 2009-02-02 14:34:02.000000000 +0100 ++++ configure 2009-02-02 14:36:34.000000000 +0100 +@@ -5864,6 +5864,7 @@ + echo $ac_n "checking for open in -lbsd""... $ac_c" 1>&6 + echo "configure:5866: checking for open in -lbsd" >&5 + ac_lib_var=`echo bsd'_'open | sed 'y%./+-%__p_%'` ++eval ac_cv_lib_$ac_lib_var=no + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -5915,6 +5916,7 @@ + echo $ac_n "checking for open in -lelf""... $ac_c" 1>&6 + echo "configure:5917: checking for open in -lelf" >&5 + ac_lib_var=`echo elf'_'open | sed 'y%./+-%__p_%'` ++eval ac_cv_lib_$ac_lib_var=no + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else diff --git a/net-misc/mico/metadata.xml b/net-misc/mico/metadata.xml new file mode 100644 index 000000000000..c137100eac39 --- /dev/null +++ b/net-misc/mico/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd></herd> + <maintainer> + <email>haubi@gentoo.org</email> + <name>Michael Haubenwallner</name> + </maintainer> + <longdescription lang="en"> + </longdescription> +</pkgmetadata> + diff --git a/net-misc/mico/mico-2.3.13.ebuild b/net-misc/mico/mico-2.3.13.ebuild new file mode 100644 index 000000000000..d94bb9ea6a0d --- /dev/null +++ b/net-misc/mico/mico-2.3.13.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-2.3.13.ebuild,v 1.1 2009/02/09 16:49:04 haubi Exp $ + +inherit eutils flag-o-matic toolchain-funcs + +DESCRIPTION="A freely available and fully compliant implementation of the CORBA standard" +HOMEPAGE="http://www.mico.org/" +SRC_URI="http://www.mico.org/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="gtk postgres qt3 ssl tcl threads X" + +# doesn't compile: +# bluetooth? ( net-wireless/bluez-libs ) + +RDEPEND=" + gtk? ( >=x11-libs/gtk+-2 ) + postgres? ( dev-db/postgresql ) + qt3? ( =x11-libs/qt-3* ) + ssl? ( dev-libs/openssl ) + tcl? ( dev-lang/tcl ) + X? ( x11-libs/libXt ) +" +DEPEND="${RDEPEND} + >=sys-devel/flex-2.5.2 + >=sys-devel/bison-1.22 +" + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${A} + cd "${S}" || die "failed to cd to '${S}'" + + epatch "${FILESDIR}"/${P}-nolibcheck.patch + epatch "${FILESDIR}"/${P}-gcc43.patch +} + +src_compile() { + tc-export CC CXX + + if use gtk; then + # set up gtk-1 wrapper for gtk-2 + mkdir "${T}"/path || die "failed to create temporary path" + cp "${FILESDIR}"/gtk-config "${T}"/path || die "failed to dupe gtk-config" + chmod +x "${T}"/path/gtk-config || die "failed to arm gtk-config" + export PATH="${T}"/path:${PATH} + fi + + # Don't know which version of JavaCUP would suffice, but there is no + # configure argument to disable checking for JavaCUP. + # So we override the configure check to not find 'javac'. + export ac_cv_path_JAVAC=no + + # '--without-ssl' just does not add another search path - the only way + # to disable openssl utilization seems to override the configure check. + use ssl || export ac_cv_lib_ssl_open=no + + # '--without-*' or '--with-*=no' does not disable some features, the value + # needs to be empty instead. This applies to: bluetooth, gtk, pgsql, qt, tcl. + # But --without-x works. + + # moc is searched within PATH, not within QTDIR. + use qt3 && export MOC="${QTDIR}"/bin/moc + + # bluetooth and wireless both don't compile cleanly + econf \ + --disable-mini-stl \ + $(use_enable threads) \ + --with-gtk=$(use gtk && echo /usr) \ + --with-pgsql=$(use postgres && echo /usr) \ + --with-qt=$(use qt3 && echo "${QTDIR}") \ + --with-tcl=$(use tcl && echo /usr) \ + $(use_with X x /usr) \ + --with-bluetooth='' \ + --disable-wireless + + emake || die "make failed" +} + +src_install() { + emake INSTDIR="${D}"/usr SHARED_INSTDIR="${D}"/usr install || die "install failed" + + dodir /usr/share || die + mv "${D}"/usr/man "${D}"/usr/share || die + dodir /usr/share/doc/${PF} || die + mv "${D}"/usr/doc "${D}"/usr/share/doc/${PF} || die + + dodoc BUGS CHANGES* CONVERT FAQ README* ROADMAP TODO VERSION WTODO || die +} |