Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15043 Details for
Bug 25328
sniffit-3.0.7 fails to compile with GCC 3.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to use patch
sniffit-0.3.7-r1.ebuild (text/plain), 1005 bytes, created by
Chandler Carruth
on 2003-07-26 09:02:53 UTC
(
hide
)
Description:
ebuild to use patch
Filename:
MIME Type:
Creator:
Chandler Carruth
Created:
2003-07-26 09:02:53 UTC
Size:
1005 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-analyzer/sniffit/sniffit-0.3.7.ebuild,v 1.9 2003/02/13 13:50:32 vapier Exp $ > >MY_P=${P/-/.}.beta >S=${WORKDIR}/${MY_P} >DESCRIPTION="Interactive Packet Sniffer" >SRC_URI="http://reptile.rug.ac.be/~coder/sniffit/files/${MY_P}.tar.gz > http://www.clan-tva.com/m0rpheus/sniffit_0.3.7.beta-10.diff" >HOMEPAGE="http://reptile.rug.ac.be/~coder/sniffit/sniffit.html" > >DEPEND=">=net-libs/libpcap-0.6.2 > >=sys-libs/ncurses-5.2" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="x86 ppc sparc " > >src_unpack() { > unpack ${MY_P}.tar.gz > cd ${S} > patch < ${DISTDIR}/sniffit_0.3.7.beta-10.diff || die > > epatch ${FILESDIR}/${MY_P}-gcc33.diff || die >} > >src_compile() { > econf || die > > emake OBJ_FLAG="-w -c ${CFLAGS}" EXE_FLAG="-w ${CFLAGS} -o sniffit" || die >} > >src_install () { > dobin sniffit > doman sniffit.5 sniffit.8 > dodoc README* PLUGIN-HOWTO BETA* HISTORY LICENSE changelog >}
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 Raw
Actions:
View
Attachments on
bug 25328
:
15042
| 15043