Date: Sun, 4 Jul 1999 20:20:03 -0700 (PDT) From: Chris Piazza <cpiazza@home.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/12444: new port: wmdl-1.3.5 Message-ID: <199907050320.UAA59635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/12444; it has been noted by GNATS. From: Chris Piazza <cpiazza@home.net> To: freebsd-gnats-submit@FreeBSD.org, jim@blues.ghis.net Cc: Subject: Re: ports/12444: new port: wmdl-1.3.5 Date: Mon, 5 Jul 1999 20:14:21 -0700 Hi jim, This program's get_cpu and get_load functions are littered with this type of thing: if ( (fin = fopen("/proc/stat", "r")) == NULL ) { return(0); } which makes the program essentially do nothing in FreeBSD (ie. the face just looks around and doesn't get bloody). Unless you're going to add some patches so it works with FreeBSD may I close this PR? -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "Optimist, n. A proponent of the doctrine that black is white." -Ambrose Bierce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907050320.UAA59635>