Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4059

Summary: wmsysmon
Product: Gentoo Linux Reporter: Todd Heim (RETIRED) <heim>
Component: Current packagesAssignee: Mark Guertin <mguertin>
Status: RESOLVED FIXED    
Severity: minor CC: trance
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: modified wmsysmon ebuild

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