Date: Tue, 19 Oct 1999 11:02:28 -0400 (EDT) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14416: Update port: sysutils/wmlmmon Message-ID: <19991019150228.AE2DA9B22@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 14416 >Category: ports >Synopsis: Update port: sysutils/wmlmmon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 08:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users of Orlando >Environment: FreeBSD earth.fxp 4.0-CURRENT FreeBSD 4.0-CURRENT #5: Fri Oct 15 10:13:22 EDT 1999 >Description: Update port: sysutils/wmlmmon wmlmmon now uses either /dev/smb* or /dev/io. Tested under FreeBSD 4.0-CURRENT and FreeBSD 3.2-STABLE >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 1999/10/10 22:16:27 1.5 +++ Makefile 1999/10/19 14:49:36 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmlmmon -# Version required: 0.52 +# Version required: 0.55 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD: ports/sysutils/wmlmmon/Makefile,v 1.5 1999/10/10 22:16:27 cpiazza Exp $ # -DISTNAME= wmlmmon-0.52 +DISTNAME= wmlmmon-0.55 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.fxp.org/~jedgar/ @@ -19,10 +19,16 @@ MAN8= wmlmmon.8 MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -FORBIDDEN= "This port uses the intpm controller which is only available in FreeBSD 4.0+" +pre-configure: +.if !defined (IO_ONLY) + @${ECHO} + @${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with" + @${ECHO} "/dev/io support only." + @${ECHO} +.else + @${ECHO} + @${ECHO} "Building with only /dev/io interface support. + @${ECHO} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/files/md5,v retrieving revision 1.2 diff -u -u -r1.2 md5 --- md5 1999/09/28 19:31:43 1.2 +++ md5 1999/10/19 14:49:36 @@ -1 +1 @@ -MD5 (wmlmmon-0.52.tar.gz) = ae7e52cf36abe3624a95b267ca52ef38 +MD5 (wmlmmon-0.55.tar.gz) = 9e4b640f1fc40084739abfa75f1ff5ce Index: pkg/COMMENT =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 COMMENT --- COMMENT 1999/09/27 17:20:05 1.1.1.1 +++ COMMENT 1999/10/19 14:49:36 @@ -1 +1 @@ -WindowMaker dock app to display LM78/79 information +WM dock app to display info from MB power management controllers Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/sysutils/wmlmmon/pkg/DESCR,v retrieving revision 1.2 diff -u -u -r1.2 DESCR --- DESCR 1999/09/28 19:31:44 1.2 +++ DESCR 1999/10/19 14:49:36 @@ -1,7 +1,15 @@ wmlmmon -This program displays information gathered from LM78/79 chipsets -onboard many motherboards onto a [standard] WindowMaker dock app. -Displayed values include fan speeds, motherboard temperature, -and various voltages. Currently, this is only supported in -FreeBSD 4.0. +This program displays information gathered from a motherboard +power management controller (e.g. LM78/79) onto a [standard] +WindowMaker dock app. Displayed values include fan speeds, +motherboard temperature, and various voltages. + +Currently, the /dev/smb0 interface is only supported in FreeBSD +4.0; however, the /dev/io interface may work with many +motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. + +WWW: http://www.fxp.org/~jedgar/ + +- Chris D. Faulhaber +jedgar@fxp.org >Release-Note: >Audit-Trail: >Unformatted: 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?19991019150228.AE2DA9B22>