diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 15:02:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 15:02:20 +0000 |
commit | 46032cba87ed21868e3beb9348e795f27abdcac5 (patch) | |
tree | 9333d3da0e021035ce254a2303d086fccac00c1f /net-analyzer/bmon | |
parent | old (diff) | |
download | gentoo-2-46032cba87ed21868e3beb9348e795f27abdcac5.tar.gz gentoo-2-46032cba87ed21868e3beb9348e795f27abdcac5.tar.bz2 gentoo-2-46032cba87ed21868e3beb9348e795f27abdcac5.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/bmon')
-rw-r--r-- | net-analyzer/bmon/bmon-2.1.0-r3.ebuild | 43 | ||||
-rw-r--r-- | net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch | 23 |
2 files changed, 0 insertions, 66 deletions
diff --git a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild b/net-analyzer/bmon/bmon-2.1.0-r3.ebuild deleted file mode 100644 index 271f93a19d7e..000000000000 --- a/net-analyzer/bmon/bmon-2.1.0-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-2.1.0-r3.ebuild,v 1.6 2008/04/28 04:30:56 jer Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="interface bandwidth monitor" -HOMEPAGE="http://people.suug.ch/~tgr/bmon/" -SRC_URI="http://people.suug.ch/~tgr/bmon/files/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 hppa ~ppc ~sparc x86" -IUSE="dbi rrdtool" - -DEPEND=">=sys-libs/ncurses-5.3-r2 - >=dev-libs/libnl-0.5.0 - dbi? ( >=dev-db/libdbi-0.7.2-r1 ) - rrdtool? ( >=net-analyzer/rrdtool-1.2.6-r1 )" - -src_unpack() { - unpack ${A} - cd "${S}" - # gcc4 fix, bug 105343 - epatch "${FILESDIR}"/${P}-gcc4.diff - # Don't strip, bug #144370 - epatch "${FILESDIR}"/${P}-nostrip.patch - # libnl crap, bug 176378 - epatch "${FILESDIR}"/${P}-libnl-1.0.patch - -} - -src_compile() { - econf \ - $(use_enable dbi) \ - $(use_enable rrdtool rrd) || die "econf failed" - emake CPPFLAGS="${CXXFLAGS} -I${WORKDIR}/libnl-${NLVER}/include" || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog -} diff --git a/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch b/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch deleted file mode 100644 index 32b3e21cce99..000000000000 --- a/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- configure~ 2007-09-03 23:46:20.000000000 +0200 -+++ configure 2007-09-03 23:46:20.000000000 +0200 -@@ -7327,13 +7327,13 @@ echo "$as_me:$LINENO: result: $ac_cv_lib - echo "${ECHO_T}$ac_cv_lib_nl_nl_connect" >&6 - if test $ac_cv_lib_nl_nl_connect = yes; then - -- --cat >>confdefs.h <<_ACEOF --#define HAVE_NL "1" --_ACEOF -- -- LIBNL="-lnl" -- NL="Yes" -+ case ${target_os} in -+ *linux*) -+ echo -+ echo "*** Warning: Building bmon on Linuxx w/o libnl ***" -+ echo -+ ;; -+ esac - - else - |