Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 195760 Details for
Bug 273825
net-wireless/kismet-2011.03.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff for the kismet-old ebuild against the one in-tree
kismet-2009.05.1.diff (text/plain), 1.74 KB, created by
dacook
on 2009-06-25 16:03:38 UTC
(
hide
)
Description:
diff for the kismet-old ebuild against the one in-tree
Filename:
MIME Type:
Creator:
dacook
Created:
2009-06-25 16:03:38 UTC
Size:
1.74 KB
patch
obsolete
>diff --git a/usr/portage/net-wireless/kismet/kismet-2008.05.1.ebuild b/net-wireless/kismet/kismet-2009.05.1.ebuild >index 9488994..a50e5bd 100644 >--- a/usr/portage/net-wireless/kismet/kismet-2008.05.1.ebuild >+++ b/net-wireless/kismet/kismet-2009.05.1.ebuild >@@ -6,6 +6,7 @@ inherit toolchain-funcs linux-info eutils > > MY_P=${P/\./-} > MY_P=${MY_P/./-R} >+MY_P=${MY_P/kismet/kismet-old} > S=${WORKDIR}/${MY_P} > > DESCRIPTION="IEEE 802.11 wireless LAN sniffer" >@@ -14,14 +15,16 @@ SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="amd64 ppc x86" >-IUSE="dbus ncurses" >+KEYWORDS="~amd64 ~ppc ~x86" >+IUSE="dbus gps ncurses suid" > >-DEPEND="${RDEPEND}" >-RDEPEND="net-wireless/wireless-tools >- net-libs/libpcap >+DEPEND="net-libs/libpcap > ncurses? ( sys-libs/ncurses ) >- dbus? ( sys-apps/dbus )" >+ dbus? ( sys-apps/dbus ) >+ gps? ( media-gfx/imagemagick >+ dev-libs/gmp >+ sys-libs/zlib )" >+RDEPEND="net-wireless/wireless-tools ${DEPEND}" > > src_unpack() { > unpack ${A} >@@ -33,14 +36,14 @@ src_unpack() { > # Don't strip and set correct mangrp > sed -i -e 's| -s||g' \ > -e 's|@mangrp@|root|g' Makefile.in >- >- epatch "${FILESDIR}"/gcc-4.3.patch > } > > src_compile() { > # the configure script only honors '--disable-foo' >- local myconf="--disable-gpsmap" >- >+ local myconf >+ if ! use gps ; then >+ myconf="--disable-gpsmap" >+ fi > if ! use ncurses; then > myconf="${myconf} --disable-curses --disable-panel" > fi >@@ -58,6 +61,11 @@ src_compile() { > src_install () { > emake DESTDIR="${D}" install || die "emake install failed" > >+ if use suid ; then >+ fperms 4755 /usr/bin/kismet_{server,drone} \ >+ || die "could not install setuid binaries" >+ fi >+ > dodoc CHANGELOG README TODO docs/* > > newinitd "${FILESDIR}"/${PN}.initd kismet
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273825
:
195247
|
195757
|
195758
|
195760
|
202934
|
202985
|
211607
|
218165
|
219323