Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103448 Details for
Bug 150855
sys-apps/net-tools-1.60-r12 compile error against linux-headers-2.6.18
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild using unaligned.h and fddi_fix.patch
net-tools-1.60-r12.ebuild (text/plain), 2.36 KB, created by
Shunichi Fuji
on 2006-12-06 06:49:17 UTC
(
hide
)
Description:
ebuild using unaligned.h and fddi_fix.patch
Filename:
MIME Type:
Creator:
Shunichi Fuji
Created:
2006-12-06 06:49:17 UTC
Size:
2.36 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60-r12.ebuild,v 1.11 2006/11/26 19:17:19 vapier Exp $ > >inherit flag-o-matic toolchain-funcs eutils > >PVER="1.4" >DESCRIPTION="Standard Linux networking tools" >HOMEPAGE="http://sites.inka.de/lina/linux/NetTools/" >SRC_URI="http://www.tazenda.demon.co.uk/phil/net-tools/${P}.tar.bz2 > mirror://gentoo/${P}-patches-${PVER}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" >IUSE="nls static" > >RDEPEND="!sys-apps/mii-diag > !net-misc/etherwake > !sys-apps/nictools" >DEPEND="nls? ( sys-devel/gettext )" > >src_unpack() { > unpack ${A} > cd "${S}" > > # fix fddi patch > cp "${FILESDIR}"/*.patch "${WORKDIR}"/patch > # fix unaligned > cp "${FILESDIR}"/unaligned.h "${WORKDIR}"/extra/ethercard-diag/pub/diag > sed -i -e 's:<asm/unaligned.h>:"unaligned.h":' "${WORKDIR}"/extra/ethercard-diag/pub/diag/*.c > > epatch "${WORKDIR}"/patch/*.patch > cp "${WORKDIR}"/extra/config.{h,make} . || die > mkdir include/linux > cp "${WORKDIR}"/extra/*.h include/linux/ > mv "${WORKDIR}"/extra/ethercard-diag/ "${S}"/ || die > > if use static ; then > append-flags -static > append-ldflags -static > fi > > sed -i \ > -e "/^COPTS =/s:=:=${CFLAGS}:" \ > -e "/^LOPTS =/s:=:=${LDFLAGS}:" \ > Makefile || die "sed FLAGS Makefile failed" > > if ! use nls ; then > sed -i \ > -e '/define I18N/s:1$:0:' config.h \ > || die "sed config.h failed" > sed -i \ > -e '/^I18N=/s:1$:0:' config.make \ > || die "sed config.make failed" > fi >} > >src_compile() { > tc-export CC > emake libdir || die "emake libdir failed" > emake || die "emake failed" > emake -C ethercard-diag || die "emake ethercard-diag failed" > > if use nls ; then > emake i18ndir || die "emake i18ndir failed" > fi >} > >src_install() { > make BASEDIR="${D}" install || die "make install failed" > make -C ethercard-diag DESTDIR="${D}" install || die "make install ethercard-diag failed" > mv "${D}"/usr/share/man/man8/ether{,-}wake.8 > mv "${D}"/usr/sbin/mii-diag "${D}"/sbin/ || die "mv mii-diag failed" > mv "${D}"/bin/* "${D}"/sbin/ || die "mv bin to sbin failed" > mv "${D}"/sbin/{hostname,domainname,netstat,dnsdomainname,ypdomainname,nisdomainname} "${D}"/bin/ \ > || die "mv sbin to bin failed" > dodir /usr/bin > dosym /bin/hostname /usr/bin/hostname > > dodoc README README.ipv6 TODO >}
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 150855
:
99344
|
103447
| 103448 |
104122