jer 15/05/14 09:43:06 Modified: nmap-9999.ebuild ChangeLog nmap-6.47-r3.ebuild Log: Fix a parallel make issue where ncat is being built when liblua has not yet been built. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.12 net-analyzer/nmap/nmap-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild?r1=1.11&r2=1.12 Index: nmap-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- nmap-9999.ebuild 14 May 2015 08:45:02 -0000 1.11 +++ nmap-9999.ebuild 14 May 2015 09:43:06 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.11 2015/05/14 08:45:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-9999.ebuild,v 1.12 2015/05/14 09:43:06 jer Exp $ EAPI=5 @@ -76,7 +76,8 @@ "${FILESDIR}"/${PN}-6.25-liblua-ar.patch \ "${FILESDIR}"/${PN}-6.46-uninstaller.patch \ "${FILESDIR}"/${PN}-6.47-no-libnl.patch \ - "${FILESDIR}"/${PN}-no-FORTIFY_SOURCE.patch + "${FILESDIR}"/${PN}-no-FORTIFY_SOURCE.patch \ + "${FILESDIR}"/${PN}-6.47-ncat-lua.patch if use nls; then local lingua='' 1.344 net-analyzer/nmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.344&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.344&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.343&r2=1.344 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v retrieving revision 1.343 retrieving revision 1.344 diff -u -r1.343 -r1.344 --- ChangeLog 14 May 2015 08:45:02 -0000 1.343 +++ ChangeLog 14 May 2015 09:43:06 -0000 1.344 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nmap # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.343 2015/05/14 08:45:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.344 2015/05/14 09:43:06 jer Exp $ + + 14 May 2015; Jeroen Roovers <[email protected]> nmap-6.47-r3.ebuild, + nmap-9999.ebuild, +files/nmap-6.47-ncat-lua.patch: + Fix a parallel make issue where ncat is being built when liblua has not yet + been built. 14 May 2015; Jeroen Roovers <[email protected]> nmap-6.47-r3.ebuild, nmap-9999.ebuild: 1.4 net-analyzer/nmap/nmap-6.47-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.47-r3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.47-r3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.47-r3.ebuild?r1=1.3&r2=1.4 Index: nmap-6.47-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.47-r3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nmap-6.47-r3.ebuild 14 May 2015 08:45:02 -0000 1.3 +++ nmap-6.47-r3.ebuild 14 May 2015 09:43:06 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.47-r3.ebuild,v 1.3 2015/05/14 08:45:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.47-r3.ebuild,v 1.4 2015/05/14 09:43:06 jer Exp $ EAPI=5 @@ -72,7 +72,8 @@ "${FILESDIR}"/${PN}-6.25-liblua-ar.patch \ "${FILESDIR}"/${PN}-6.46-uninstaller.patch \ "${FILESDIR}"/${PN}-6.47-no-libnl.patch \ - "${FILESDIR}"/${PN}-6.47-no-FORTIFY_SOURCE.patch + "${FILESDIR}"/${PN}-6.47-no-FORTIFY_SOURCE.patch \ + "${FILESDIR}"/${PN}-6.47-ncat-lua.patch if use nls; then local lingua=''
