From owner-freebsd-ports Tue Oct 19 8:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA9F0173B1 for ; Tue, 19 Oct 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA56786; Tue, 19 Oct 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 19 Oct 1999 08:10:02 -0700 (PDT) Message-Id: <199910191510.IAA56786@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/14414: Update port: sysutils/lmmon Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14414; it has been noted by GNATS. From: "Chris D. Faulhaber" To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/14414: Update port: sysutils/lmmon Date: Tue, 19 Oct 1999 11:01:45 -0400 (EDT) Ooops...here is the correct diff... Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1999/10/10 22:16:26 1.4 +++ Makefile 1999/10/19 14:51:21 @@ -1,12 +1,12 @@ # New ports collection makefile for: lmmon -# Version required: 0.52 +# Version required: 0.55 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/sysutils/lmmon/Makefile,v 1.4 1999/10/10 22:16:26 cpiazza Exp $ # -DISTNAME= lmmon-0.52 +DISTNAME= lmmon-0.55 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ @@ -15,10 +15,16 @@ MAN8= lmmon.8 MANCOMPRESSED= yes -.include - -.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 +.include Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/files/md5,v retrieving revision 1.2 diff -u -u -r1.2 md5 --- md5 1999/09/28 19:24:43 1.2 +++ md5 1999/10/19 14:51:21 @@ -1 +1 @@ -MD5 (lmmon-0.52.tar.gz) = 6c642fe27353873b1b232cbf399be7fd +MD5 (lmmon-0.55.tar.gz) = 97fa9b0e26dea53923a6fa194a7128a4 Index: pkg/COMMENT =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 COMMENT --- COMMENT 1999/09/27 17:18:48 1.1.1.1 +++ COMMENT 1999/10/19 14:51:21 @@ -1 +1 @@ -Display information gathered from LM78/79 chipsets +Display information gathered from MB power management controller Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/sysutils/lmmon/pkg/DESCR,v retrieving revision 1.2 diff -u -u -r1.2 DESCR --- DESCR 1999/09/28 19:24:43 1.2 +++ DESCR 1999/10/19 14:51:21 @@ -1,6 +1,16 @@ lmmon -This program displays information gathered from LM78/79 chipsets -onboard many motherboard. 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). Displayed values +include fan speeds, motherboard temperature, and various +voltages. By default it cycles once per second using a curses- +based display. + +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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message