Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256434 Details for
Bug 347840
sys-process/procps: cgroups output support for ps
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
procps-3.2.8-r2.ebuild
procps-3.2.8-r2.ebuild (text/plain), 2.79 KB, created by
Canek Peláez Valdés
on 2010-12-05 21:35:50 UTC
(
hide
)
Description:
procps-3.2.8-r2.ebuild
Filename:
MIME Type:
Creator:
Canek Peláez Valdés
Created:
2010-12-05 21:35:50 UTC
Size:
2.79 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.2.8-r2.ebuild,v 1.1 2010/11/21 20:16:28 vapier Exp $ > >inherit flag-o-matic eutils toolchain-funcs multilib > >DESCRIPTION="Standard informational utilities and process-handling tools" >HOMEPAGE="http://procps.sourceforge.net/" >SRC_URI="http://procps.sourceforge.net/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" >IUSE="n32 unicode cgroups" > >RDEPEND=">=sys-libs/ncurses-5.2-r2" > >src_unpack() { > unpack ${A} > cd "${S}" > > if use cgroups ; then > epatch "${FILESDIR}"/${PN}-3.2.7-ps-cgroup.patch > epatch "${FILESDIR}"/${PN}-3.2.8-ps-cgroup-suppress-root-group.patch > fi > > epatch "${FILESDIR}"/3.2.5-top-sort.patch > epatch "${FILESDIR}"/procps-3.2.7-proc-mount.patch > epatch "${FILESDIR}"/procps-3.2.3-noproc.patch > epatch "${FILESDIR}"/procps-3.2.8-toprc-fixup.patch > epatch "${FILESDIR}"/procps-3.2.8+gmake-3.82.patch > epatch "${FILESDIR}"/procps-3.2.8-linux-ver-init.patch #303120 > epatch "${FILESDIR}"/procps-3.2.8-forest-prefix.patch > > # Clean up the makefile > # - we do stripping ourselves > # - punt fugly gcc flags > sed -i \ > -e '/install/s: --strip : :' \ > -e '/ALL_CFLAGS += $(call check_gcc,-fweb,)/d' \ > -e '/ALL_CFLAGS += $(call check_gcc,-Wstrict-aliasing=2,)/s,=2,,' \ > -e "/^lib64/s:=.*:=$(get_libdir):" \ > -e 's:-m64::g' \ > Makefile || die "sed Makefile" > > # mips 2.4.23 headers (and 2.6.x) don't allow PAGE_SIZE to be defined in > # userspace anymore, so this patch instructs procps to get the > # value from sysconf(). > epatch "${FILESDIR}"/${PN}-mips-define-pagesize.patch > > # lame unicode stuff checks glibc defines > sed -i "s:__GNU_LIBRARY__ >= 6:0 == $(use unicode; echo $?):" proc/escape.c || die > > # n32 isn't completly reliable of an ABI on mips64 at the current > # time. Eventually, it will be, but for now, we need to make sure > # procps doesn't try to force it on us. > if ! use n32 ; then > epatch "${FILESDIR}"/${PN}-3.2.6-mips-n32_isnt_usable_on_mips64_yet.patch > fi >} > >src_compile() { > replace-flags -O3 -O2 > emake \ > CC="$(tc-getCC)" \ > CPPFLAGS="${CPPFLAGS}" \ > CFLAGS="${CFLAGS}" \ > LDFLAGS="${LDFLAGS}" \ > || die "make failed" >} > >src_install() { > emake \ > ln_f="ln -sf" \ > ldconfig="true" \ > DESTDIR="${D}" \ > install \ > || die "install failed" > > insinto /usr/include/proc > doins proc/*.h || die "doins include" > > dodoc sysctl.conf BUGS NEWS TODO ps/HACKING > > # compat symlink so people who shouldnt be using libproc can #170077 > dosym libproc-${PV}.so /$(get_libdir)/libproc.so >} > >pkg_postinst() { > einfo "NOTE: With NPTL \"ps\" and \"top\" no longer" > einfo "show threads. You can use any of: -m m -L -T H" > einfo "in ps or the H key in top to show them" >}
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 347840
:
256431
|
256433
| 256434