Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4059 - wmsysmon
Summary: wmsysmon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Mark Guertin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-23 12:57 UTC by Todd Heim (RETIRED)
Modified: 2006-02-04 06:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
modified wmsysmon ebuild (wmsysmon-0.7.6-r1.ebuild,933 bytes, application/octet-stream)
2002-06-23 12:58 UTC, Todd Heim (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Todd Heim (RETIRED) gentoo-dev 2002-06-23 12:57:11 UTC
x11-misc/wmsysmon is broken on ppc because the Makefile sets this:
CFLAGS += -O3 -m486 -fomit-frame-pointer -I/usr/X11R6/include

simple fix: comment that line.

modified ebuild attached.
Comment 1 Todd Heim (RETIRED) gentoo-dev 2002-06-23 12:58:39 UTC
Created attachment 1704 [details]
modified wmsysmon ebuild
Comment 2 Mark Guertin 2002-06-23 20:18:13 UTC
I am unable to read that attachment, can anyone else read it?
Comment 3 Kevyn Shortell (RETIRED) gentoo-dev 2002-06-24 05:44:35 UTC
# Copyright (c) Vitaly Kushneriuk
# Distributed under the terms of the GNU General Public License, v2.
# Maintainer: Vitaly Kushneriuk<vitaly@gentoo.org>
# /space/gentoo/cvsroot/gentoo-x86/x11-misc/wmsysmon/wmsysmon-0.7.6.ebuild,v 
1.1 2002/02/07 08:09:45 vitaly Exp

S=${WORKDIR}/${P}

DESCRIPTION="WMaker DockUp to monitor: Memory usage, Swap usage, I/O 
throughput, system uptime, hardware interrupts, paging and swap activity."
SRC_URI="http://www.gnugeneration.com/software/wmsysmon/src/${P}.tar.gz"
HOMEPAGE="http://www.gnugeneration.com/software/wmsysmon/"
DEPEND="virtual/glibc x11-base/xfree"
#RDEPEND=""

src_compile() {
        mv src/Makefile 
src/Makefile.orig                                                       
        sed 's/^CFLAGS/#CFLAGS/' src/Makefile.orig > src/Makefile             
        rm src/Makefile.orig     
	make -C src
}

src_install () {
	dobin src/wmsysmon
	dodoc COPYING  ChangeLog  FAQ  README
}

Comment 4 Mark Guertin 2002-06-24 11:53:26 UTC
has been tested and comittted as -r1 ebuild, thanks Todd