Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46997 Details for
Bug 75849
traceroute-1.4_p12-r2 works on OS X
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
changed traceroute-1.4_p12-r2.ebuild
traceroute-1.4_p12-r2.ebuild (text/plain), 1.23 KB, created by
André Brioso
on 2004-12-27 14:56:17 UTC
(
hide
)
Description:
changed traceroute-1.4_p12-r2.ebuild
Filename:
MIME Type:
Creator:
André Brioso
Created:
2004-12-27 14:56:17 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild,v 1.11 2004/12/05 03:43:07 obz Exp $ > >inherit eutils gnuconfig flag-o-matic > >MY_P=${PN}-1.4a12 >S=${WORKDIR}/${MY_P} >DESCRIPTION="Utility to trace the route of IP packets" >HOMEPAGE="http://ee.lbl.gov/" >SRC_URI="ftp://ee.lbl.gov/${MY_P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="x86 ppc sparc mips alpha arm amd64 ppc64 ia64 hppa ppc-macos" >IUSE="" > >RDEPEND="virtual/libc" >DEPEND="${RDEPEND} > sys-devel/autoconf > >=sys-apps/sed-4" > >src_unpack() { > unpack ${A} > cd ${S} > use sparc && epatch ${FILESDIR}/traceroute-1.4a12.patch > epatch ${FILESDIR}/traceroute-1.4-target-resolv.patch >} > >src_compile() { > # fixes bug #21122 > # -taviso > gnuconfig_update > > # use non-lazy bindings for this suid app > #append-ldflags -Wl,-z,now > > # assume linux by default #26699 > # -taviso > sed -i 's/t="generic"/t="linux"/g' ${S}/configure.in > autoreconf > > econf || die > emake LIBS="${LDFLAGS}" || die >} > >src_install() { > dodir /usr/sbin > make DESTDIR=${D} install || die > fowners root:wheel /usr/sbin/traceroute > fperms 4710 /usr/sbin/traceroute > > doman traceroute.8 > dodoc CHANGES INSTALL >}
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 75849
: 46997