Summary: | net-analyser/nmap-5.51 fails to build while using packaged libpcap headers | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernardo Costa <bernardofpc> |
Component: | [OLD] Unspecified | Assignee: | Michal Januszewski (RETIRED) <spock> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | netmon |
Priority: | Normal | Keywords: | EBUILD, PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Remove bundles libpcap from Include directiv
Updated ebuild |
Description
Bernardo Costa
2012-02-12 09:16:17 UTC
Created attachment 301625 [details, diff]
Remove bundles libpcap from Include directiv
Created attachment 301627 [details]
Updated ebuild
Comment on attachment 301627 [details] Updated ebuild --- nmap-5.51.ebuild 2012-12-01 17:40:22.176511966 +0100 +++ - 2012-12-01 17:58:19.221942164 +0100 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.51.ebuild,v 1.11 2012/09/23 09:14:51 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.51.ebuild,v 1.10 2011/06/12 22:14:04 spock Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -40,13 +40,8 @@ epatch "${FILESDIR}"/${PN}-5.10_beta1-string.patch epatch "${FILESDIR}"/${PN}-5.21-python.patch epatch "${FILESDIR}"/${PN}-5.51-su-to-zenmap-fix.patch + epatch "${FILESDIR}"/${PN}-5.51-nsock-remove-bundled-libpcap.patch sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in - - # Fix desktop files wrt bug #432714 - sed -i -e '/^Encoding/d' zenmap/install_scripts/unix/zenmap.desktop - sed -i -e '/^Encoding/d' zenmap/install_scripts/unix/zenmap-root.desktop - sed -i -e 's/Categories=Application;Network;Security/Categories=Network;System;Security;/' zenmap/install_scripts/unix/zenma p.desktop - sed -i -e 's/Categories=Application;Network;Security/Categories=Network;System;Security;/' zenmap/install_scripts/unix/zenma p-root.desktop } src_configure() { I don't see how this would be triggered unless net-libs/libpcap isn't installed. |