Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81881 - net-analyzer/nmap ebuild cleanup
Summary: net-analyzer/nmap ebuild cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-13 10:30 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-02-20 04:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch over current ebuild. (nmap.patch,833 bytes, patch)
2005-02-13 10:30 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-13 10:30:38 UTC
The patch applied over the current ebuild removes the ipv6 and gnome use flags (the --enable-ipv6 configure options doesn't exists, the nome directory is no more created, I think it was something about menu entries, but now nmap uses the right fd.o /usr/share/applications).

It also add the ssl use-flag for use openssl.

(Note: this can be considered a bugfix, not an enhancement, as the ssl dependency is completely skipped in the current ebuild, but nmap links to openssl if it's found by the configure script)

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-13 10:30:57 UTC
Created attachment 51135 [details, diff]
Patch over current ebuild.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-13 10:56:44 UTC
>but nmap links to openssl if it's found by the configure script

If the autodetection overrides the flag, the dependency needs either to be hardcoded or the script needs to be patched.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-02-13 10:58:58 UTC
The autodetection doesn't override the flag, it's the current ebuild which doesn't have the flag, and the dependency is missing.
The patched one solves the problem.
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2005-02-20 04:39:24 UTC
Thanks - fixes included in the 3.81 ebuild.