Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16152 Details for
Bug 19673
Ebuild to install prelude support for nessus
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against current nessus-core-2.0.7.ebuild
nessus-core-2.0.7.ebuild.patch (text/plain), 1.32 KB, created by
Michael Boman (RETIRED)
on 2003-08-15 22:46:32 UTC
(
hide
)
Description:
Patch against current nessus-core-2.0.7.ebuild
Filename:
MIME Type:
Creator:
Michael Boman (RETIRED)
Created:
2003-08-15 22:46:32 UTC
Size:
1.32 KB
patch
obsolete
>--- /usr/portage/net-analyzer/nessus-core/nessus-core-2.0.7.ebuild 2003-08-03 11:44:47.000000000 +0800 >+++ nessus-core-2.0.7.ebuild 2003-08-16 10:58:47.000000000 +0800 >@@ -4,24 +4,32 @@ > > DESCRIPTION="A remote security scanner for Linux (nessus-core)" > HOMEPAGE="http://www.nessus.org/" >-SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" >+SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz >+ http://www.exaprobe.com/labs/downloads/Nessus_Patch/patch_0.nessus-core.2.0.7" > > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~x86 ~ppc -sparc ~alpha" >-IUSE="tcpd X gtk gtk2 debug" >+IUSE="tcpd X gtk gtk2 debug prelude" > > DEPEND="=net-analyzer/libnasl-${PV} > tcpd? ( sys-apps/tcp-wrappers ) > X? ( x11-base/xfree ) > gtk? ( =x11-libs/gtk+-1.2* ) >- gtk2? ( =x11-libs/gtk+-2* )" >+ gtk2? ( =x11-libs/gtk+-2* ) >+ prelude? ( =dev-libs/libprelude )" > > S=${WORKDIR}/${PN} > >+echo ${A} >+ > src_unpack() { > unpack ${A} > epatch ${FILESDIR}/${PN}-${PV}.patch >+ use prelude && ( >+ epatch ${DISTDIR}/patch_0.nessus-core.2.0.7 >+ epatch ${FILESDIR}/patch_1.nessus-core.2.0.7 >+ ) > } > > src_compile() { >@@ -40,6 +48,9 @@ > else > myconf="${myconf} --disable-debug" > fi >+ if [ `use prelude` ]; then >+ export LIBPRELUDE_CONFIG=/usr/bin/libprelude-config >+ fi > econf ${myconf} || die "configure failed" > emake || die "emake failed" >
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 19673
:
10918
| 16152 |
16153