jer 14/09/08 11:44:53 Modified: ChangeLog hydra-8.0.ebuild Log: Fix net-fs/ncpfs automagic (partial fix for bug #521746). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.86 net-analyzer/hydra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 6 Sep 2014 14:41:51 -0000 1.85 +++ ChangeLog 8 Sep 2014 11:44:53 -0000 1.86 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/hydra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.85 2014/09/06 14:41:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/ChangeLog,v 1.86 2014/09/08 11:44:53 jer Exp $ + + 08 Sep 2014; Jeroen Roovers <[email protected]> hydra-8.0.ebuild, + +files/hydra-8.0-configure.patch: + Fix net-fs/ncpfs automagic (partial fix for bug #521746). 06 Sep 2014; Jeroen Roovers <[email protected]> hydra-8.0.ebuild: Override faulty libdir. 1.4 net-analyzer/hydra/hydra-8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild?r1=1.3&r2=1.4 Index: hydra-8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hydra-8.0.ebuild 6 Sep 2014 14:41:51 -0000 1.3 +++ hydra-8.0.ebuild 8 Sep 2014 11:44:53 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild,v 1.3 2014/09/06 14:41:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hydra/hydra-8.0.ebuild,v 1.4 2014/09/08 11:44:53 jer Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -48,6 +48,8 @@ -e '/^OPTS/{s|=|+=|;s| -O3||}' \ -e '/ -o /s:$(OPTS):& $(LDFLAGS):g' \ Makefile.am || die + + epatch "${FILESDIR}"/${P}-configure.patch } src_configure() { @@ -70,7 +72,9 @@ # Note: despite the naming convention, the top level script is not an # autoconf-based script. - ./configure \ + export NCP_PATH=$(usex ncp /usr/$(get_libdir) '') + export NCP_IPATH=$(usex ncp /usr/include '') + sh configure \ --prefix=/usr \ --nostrip \ $(use gtk && echo --disable-xhydra) \
