From jedgar@pawn.primelocation.net Tue Oct 19 07:38:25 1999
Return-Path: <jedgar@pawn.primelocation.net>
Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235])
	by hub.freebsd.org (Postfix) with ESMTP id E93F114EC2
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Oct 1999 07:38:20 -0700 (PDT)
	(envelope-from jedgar@pawn.primelocation.net)
Received: by pawn.primelocation.net (Postfix, from userid 1003)
	id 831B59B22; Tue, 19 Oct 1999 10:38:19 -0400 (EDT)
Message-Id: <19991019143819.831B59B22@pawn.primelocation.net>
Date: Tue, 19 Oct 1999 10:38:19 -0400 (EDT)
From: jedgar@fxp.org
Sender: jedgar@pawn.primelocation.net
Reply-To: jedgar@fxp.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: sysutils/lmmon
X-Send-Pr-Version: 3.2

>Number:         14414
>Category:       ports
>Synopsis:       Update port: sysutils/lmmon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 07:40:00 PDT 1999
>Closed-Date:    Wed Oct 20 23:34:43 PDT 1999
>Last-Modified:  Wed Oct 20 23:34:50 PDT 1999
>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/lmmon

lmmon 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/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:22:02
@@ -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 <jedgar@fxp.org>
 #
 # $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,4 @@
 MAN8=		lmmon.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+"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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:22:02
@@ -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:22:02
@@ -1 +1 @@
-Display information gathered from LM78/79 chipsets
+Display info gathered from MB power management controllers
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:22:02
@@ -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

>Release-Note:
>Audit-Trail:

From: "Chris D. Faulhaber" <jedgar@fxp.org>
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 <jedgar@fxp.org>
  #
  # $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 <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/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
 
 
 
 
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Wed Oct 20 23:34:43 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
