List Archive: gentoo-commits
1.1 |
loki_val 08/07/05 15:03:10
Modified: ChangeLog ntop-3.3.6.ebuild
Log:
Fix for libtool-2.2, bug #230853.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
Revision Changes Path
1.65 net-analyzer/ntop/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ntop/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ntop/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 4 Jul 2008 23:44:20 -0000 1.64
+++ ChangeLog 5 Jul 2008 15:03:09 -0000 1.65
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.64 2008/07/04 23:44:20 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.65 2008/07/05 15:03:09 loki_val Exp $
+
+ 05 Jul 2008; Peter Alfredsen <loki_val@g.o> ntop-3.3.6.ebuild:
+ Fix for libtool-2.2, bug #230853.
*ntop-3.3.6 (04 Jul 2008)
1.2 net-analyzer/ntop/ntop-3.3.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ntop/ntop-3.3.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ntop/ntop-3.3.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/ntop/ntop-3.3.6.ebuild?r1=1.1&r2=1.2
Index: ntop-3.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntop-3.3.6.ebuild 4 Jul 2008 23:44:20 -0000 1.1
+++ ntop-3.3.6.ebuild 5 Jul 2008 15:03:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.6.ebuild,v 1.1 2008/07/04 23:44:20 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.6.ebuild,v 1.2 2008/07/05 15:03:09 loki_val Exp $
inherit eutils autotools
@@ -66,9 +66,9 @@
cd "${S}"
epatch "${FILESDIR}"/${P}-gentoo.patch
-
+ cat acinclude.m4.in acinclude.m4.ntop > acinclude.m4
eautoreconf
- cp /usr/share/aclocal/libtool.m4 libtool.m4.in || die "failed to copy libtool.m4"
+ touch libtool.m4.in
}
src_compile() {
--
gentoo-commits@g.o mailing list
|
|