Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 445752 | Differences between
and this patch

Collapse All | Expand All

(-)nmap-6.25.ebuild~ (-2 / +8 lines)
Lines 13-19 DESCRIPTION="A utility for network explo Link Here
13
HOMEPAGE="http://nmap.org/"
13
HOMEPAGE="http://nmap.org/"
14
SRC_URI="
14
SRC_URI="
15
	http://nmap.org/dist/${MY_P}.tar.bz2
15
	http://nmap.org/dist/${MY_P}.tar.bz2
16
	http://dev.gentoo.org/~jer/nmap-logo-64.png
16
	gtk? ( http://dev.gentoo.org/~jer/nmap-logo-64.png )
17
"
17
"
18
18
19
LICENSE="GPL-2"
19
LICENSE="GPL-2"
Lines 21-27 SLOT="0" Link Here
21
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
21
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
22
22
23
IUSE="gtk ipv6 +lua ncat ndiff nls nmap-update nping ssl"
23
IUSE="gtk ipv6 +lua ncat ndiff nls nmap-update nping ssl"
24
NMAP_LINGUAS="de fr hr it ja pt_BR ru"
24
NMAP_LINGUAS="de es fr hr hu id it jp pl pt_BR pt_PT ro ru sk zh"
25
for lingua in ${NMAP_LINGUAS}; do
25
for lingua in ${NMAP_LINGUAS}; do
26
	IUSE+=" linguas_${lingua}"
26
	IUSE+=" linguas_${lingua}"
27
done
27
done
Lines 76-81 src_prepare() { Link Here
76
		-e 's/-m 755 -s ncat/-m 755 ncat/' \
76
		-e 's/-m 755 -s ncat/-m 755 ncat/' \
77
		ncat/Makefile.in || die
77
		ncat/Makefile.in || die
78
78
79
	sed -e 's|-D_FORTIFY_SOURCE=2|-U_FORTIFY_SOURCE \0|g' \
80
		-i {.,libnetutil,nbase,ncat,nmap-update,nping,nsock/src}/Makefile.in || die
81
82
	# linguas_id is missing
83
	sed -e '/^ALL_LINGUAS =/s|$| id|g' -i Makefile.in || die
84
79
	if use nls; then
85
	if use nls; then
80
		local lingua=''
86
		local lingua=''
81
		for lingua in ${NMAP_LINGUAS}; do
87
		for lingua in ${NMAP_LINGUAS}; do

Return to bug 445752